4 ;;;; EXT_secondary_color
6 (defconstant +color-sum-ext
+ #x8458
)
7 (defconstant +current-secondary-color-ext
+ #x8459
)
8 (defconstant +secondary-color-array-size-ext
+ #x845A
)
9 (defconstant +secondary-color-array-type-ext
+ #x845B
)
10 (defconstant +secondary-color-array-stride-ext
+ #x845C
)
11 (defconstant +secondary-color-array-pointer-ext
+ #x845D
)
12 (defconstant +secondary-color-array-ext
+ #x845E
)
14 (("SecondaryColorPointerEXT" secondary-color-pointer-ext
) :args
15 ((:name |size|
:type |Int32|
:direction
:in
)
16 (:name |type|
:type |ColorPointerType|
:direction
:in
)
17 (:name |stride|
:type |SizeI|
:direction
:in
)
18 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size
19 (|size| |type| |stride|
) :retained t
))
20 :return
("void") :category
("EXT_secondary_color") :dlflags
("notlistable")
21 :glxflags
("client-handcode" "server-handcode" "EXT") :version
("1.1")
22 :extension nil
:alias
("SecondaryColorPointer") :glsalias
23 ("SecondaryColorPointer")))
25 (("SecondaryColor3usvEXT" secondary-color-3usv-ext
) :args
26 ((:name |v|
:type |ColorUS|
:direction
:in
:array t
:size
#x3
)) :return
27 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
28 ("4132") :alias
("SecondaryColor3usv") :glsalias
("SecondaryColor3usv")))
30 (("SecondaryColor3usEXT" secondary-color-3us-ext
) :args
31 ((:name |red|
:type |ColorUS|
:direction
:in
)
32 (:name |green|
:type |ColorUS|
:direction
:in
)
33 (:name |blue|
:type |ColorUS|
:direction
:in
))
34 :return
("void") :category
("EXT_secondary_color") :vectorequiv
35 ("SecondaryColor3usvEXT") :version
("1.1") :alias
("SecondaryColor3us")
36 :glsalias
("SecondaryColor3us")))
38 (("SecondaryColor3uivEXT" secondary-color-3uiv-ext
) :args
39 ((:name |v|
:type |ColorUI|
:direction
:in
:array t
:size
#x3
)) :return
40 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
41 ("4133") :alias
("SecondaryColor3uiv") :glsalias
("SecondaryColor3uiv")))
43 (("SecondaryColor3uiEXT" secondary-color-3ui-ext
) :args
44 ((:name |red|
:type |ColorUI|
:direction
:in
)
45 (:name |green|
:type |ColorUI|
:direction
:in
)
46 (:name |blue|
:type |ColorUI|
:direction
:in
))
47 :return
("void") :category
("EXT_secondary_color") :vectorequiv
48 ("SecondaryColor3uivEXT") :version
("1.1") :alias
("SecondaryColor3ui")
49 :glsalias
("SecondaryColor3ui")))
51 (("SecondaryColor3ubvEXT" secondary-color-3ubv-ext
) :args
52 ((:name |v|
:type |ColorUB|
:direction
:in
:array t
:size
#x3
)) :return
53 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
54 ("4131") :alias
("SecondaryColor3ubv") :glsalias
("SecondaryColor3ubv")))
56 (("SecondaryColor3ubEXT" secondary-color-3ub-ext
) :args
57 ((:name |red|
:type |ColorUB|
:direction
:in
)
58 (:name |green|
:type |ColorUB|
:direction
:in
)
59 (:name |blue|
:type |ColorUB|
:direction
:in
))
60 :return
("void") :category
("EXT_secondary_color") :vectorequiv
61 ("SecondaryColor3ubvEXT") :version
("1.1") :alias
("SecondaryColor3ub")
62 :glsalias
("SecondaryColor3ub")))
64 (("SecondaryColor3svEXT" secondary-color-3sv-ext
) :args
65 ((:name |v|
:type |ColorS|
:direction
:in
:array t
:size
#x3
)) :return
66 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
67 ("4127") :alias
("SecondaryColor3sv") :glsalias
("SecondaryColor3sv")))
69 (("SecondaryColor3sEXT" secondary-color-3s-ext
) :args
70 ((:name |red|
:type |ColorS|
:direction
:in
)
71 (:name |green|
:type |ColorS|
:direction
:in
)
72 (:name |blue|
:type |ColorS|
:direction
:in
))
73 :return
("void") :category
("EXT_secondary_color") :vectorequiv
74 ("SecondaryColor3svEXT") :version
("1.1") :alias
("SecondaryColor3s")
75 :glsalias
("SecondaryColor3s")))
77 (("SecondaryColor3ivEXT" secondary-color-3iv-ext
) :args
78 ((:name |v|
:type |ColorI|
:direction
:in
:array t
:size
#x3
)) :return
79 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
80 ("4128") :glsopcode
("0x0200") :offset
("568") :alias
("SecondaryColor3iv")
81 :glsalias
("SecondaryColor3iv")))
83 (("SecondaryColor3iEXT" secondary-color-3i-ext
) :args
84 ((:name |red|
:type |ColorI|
:direction
:in
)
85 (:name |green|
:type |ColorI|
:direction
:in
)
86 (:name |blue|
:type |ColorI|
:direction
:in
))
87 :return
("void") :category
("EXT_secondary_color") :vectorequiv
88 ("SecondaryColor3ivEXT") :version
("1.1") :alias
("SecondaryColor3i")
89 :glsalias
("SecondaryColor3i")))
91 (("SecondaryColor3fvEXT" secondary-color-3fv-ext
) :args
92 ((:name |v|
:type |ColorF|
:direction
:in
:array t
:size
#x3
)) :return
93 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
94 ("4129") :alias
("SecondaryColor3fv") :glsalias
("SecondaryColor3fv")))
96 (("SecondaryColor3fEXT" secondary-color-3f-ext
) :args
97 ((:name |red|
:type |ColorF|
:direction
:in
)
98 (:name |green|
:type |ColorF|
:direction
:in
)
99 (:name |blue|
:type |ColorF|
:direction
:in
))
100 :return
("void") :category
("EXT_secondary_color") :vectorequiv
101 ("SecondaryColor3fvEXT") :version
("1.1") :alias
("SecondaryColor3f")
102 :glsalias
("SecondaryColor3f")))
104 (("SecondaryColor3dvEXT" secondary-color-3dv-ext
) :args
105 ((:name |v|
:type |ColorD|
:direction
:in
:array t
:size
#x3
)) :return
106 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
107 ("4130") :alias
("SecondaryColor3dv") :glsalias
("SecondaryColor3dv")))
109 (("SecondaryColor3dEXT" secondary-color-3d-ext
) :args
110 ((:name |red|
:type |ColorD|
:direction
:in
)
111 (:name |green|
:type |ColorD|
:direction
:in
)
112 (:name |blue|
:type |ColorD|
:direction
:in
))
113 :return
("void") :category
("EXT_secondary_color") :vectorequiv
114 ("SecondaryColor3dvEXT") :version
("1.1") :alias
("SecondaryColor3d")
115 :glsalias
("SecondaryColor3d")))
117 (("SecondaryColor3bvEXT" secondary-color-3bv-ext
) :args
118 ((:name |v|
:type |ColorB|
:direction
:in
:array t
:size
#x3
)) :return
119 ("void") :category
("EXT_secondary_color") :version
("1.1") :glxropcode
120 ("4126") :alias
("SecondaryColor3bv") :glsalias
("SecondaryColor3bv")))
122 (("SecondaryColor3bEXT" secondary-color-3b-ext
) :args
123 ((:name |red|
:type |ColorB|
:direction
:in
)
124 (:name |green|
:type |ColorB|
:direction
:in
)
125 (:name |blue|
:type |ColorB|
:direction
:in
))
126 :return
("void") :category
("EXT_secondary_color") :vectorequiv
127 ("SecondaryColor3bvEXT") :version
("1.1") :alias
("SecondaryColor3b")
128 :glsalias
("SecondaryColor3b")))