Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-ext_convolution.lisp
blob2705b01e112854aac42d4165416be5466db70918
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_convolution
7 (defglextfun
8 (("SeparableFilter2DEXT" separable-filter-2d-ext) :args
9 ((:name |target| :type |SeparableTargetEXT| :direction :in)
10 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
11 (:name |width| :type |SizeI| :direction :in)
12 (:name |height| :type |SizeI| :direction :in)
13 (:name |format| :type |PixelFormat| :direction :in)
14 (:name |type| :type |PixelType| :direction :in)
15 (:name |row| :type |Void| :direction :in :array t :size
16 (|target| |format| |type| |width|))
17 (:name |column| :type |Void| :direction :in :array t :size
18 (|target| |format| |type| |height|)))
19 :return ("void") :category ("EXT_convolution") :dlflags ("handcode")
20 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
21 :glxropcode ("4109") :extension nil :alias ("SeparableFilter2D") :glsalias
22 ("SeparableFilter2D")))
23 (defglextfun
24 (("GetSeparableFilterEXT" get-separable-filter-ext) :args
25 ((:name |target| :type |SeparableTargetEXT| :direction :in)
26 (:name |format| :type |PixelFormat| :direction :in)
27 (:name |type| :type |PixelType| :direction :in)
28 (:name |row| :type |Void| :direction :out :array t :size
29 (|target| |format| |type|))
30 (:name |column| :type |Void| :direction :out :array t :size
31 (|target| |format| |type|))
32 (:name |span| :type |Void| :direction :out :array t :size
33 (|target| |format| |type|)))
34 :return ("void") :category ("EXT_convolution") :dlflags ("notlistable")
35 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
36 :glxvendorpriv ("4") :extension nil :glsflags ("get" "pixel-pack") :glsopcode
37 ("0x0130") :offset ("426")))
38 (defglextfun
39 (("GetConvolutionParameterivEXT" get-convolution-parameter-iv-ext) :args
40 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
41 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
42 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
43 :return ("void") :category ("EXT_convolution") :dlflags ("notlistable")
44 :version ("1.0") :glxvendorpriv ("3") :glxflags ("EXT") :extension nil
45 :glsflags ("get") :glsopcode ("0x012F") :offset ("425")))
46 (defglextfun
47 (("GetConvolutionParameterfvEXT" get-convolution-parameter-fv-ext) :args
48 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
49 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
50 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
51 :return ("void") :category ("EXT_convolution") :dlflags ("notlistable")
52 :version ("1.0") :glxvendorpriv ("2") :glxflags ("EXT") :extension nil
53 :glsflags ("get") :glsopcode ("0x012E") :offset ("424")))
54 (defglextfun
55 (("GetConvolutionFilterEXT" get-convolution-filter-ext) :args
56 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
57 (:name |format| :type |PixelFormat| :direction :in)
58 (:name |type| :type |PixelType| :direction :in)
59 (:name |image| :type |Void| :direction :out :array t :size
60 (|target| |format| |type|)))
61 :return ("void") :category ("EXT_convolution") :dlflags ("notlistable")
62 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
63 :glxvendorpriv ("1") :extension nil :glsflags ("get" "pixel-pack") :glsopcode
64 ("0x012D") :offset ("423")))
65 (defglextfun
66 (("CopyConvolutionFilter2DEXT" copy-convolution-filter-2d-ext) :args
67 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
68 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
69 (:name |x| :type |WinCoord| :direction :in)
70 (:name |y| :type |WinCoord| :direction :in)
71 (:name |width| :type |SizeI| :direction :in)
72 (:name |height| :type |SizeI| :direction :in))
73 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
74 ("4108") :glxflags ("EXT") :extension nil :alias ("CopyConvolutionFilter2D")
75 :glsalias ("CopyConvolutionFilter2D")))
76 (defglextfun
77 (("CopyConvolutionFilter1DEXT" copy-convolution-filter-1d-ext) :args
78 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
79 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
80 (:name |x| :type |WinCoord| :direction :in)
81 (:name |y| :type |WinCoord| :direction :in)
82 (:name |width| :type |SizeI| :direction :in))
83 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
84 ("4107") :glxflags ("EXT") :extension nil :alias ("CopyConvolutionFilter1D")
85 :glsalias ("CopyConvolutionFilter1D")))
86 (defglextfun
87 (("ConvolutionParameterivEXT" convolution-parameter-iv-ext) :args
88 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
89 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
90 (:name |params| :type |CheckedInt32| :direction :in :array t :size
91 (|pname|)))
92 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
93 ("4106") :glxflags ("EXT") :extension nil :alias ("ConvolutionParameteriv")
94 :glsalias ("ConvolutionParameteriv")))
95 (defglextfun
96 (("ConvolutionParameteriEXT" convolution-parameter-i-ext) :args
97 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
98 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
99 (:name |params| :type |CheckedInt32| :direction :in))
100 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
101 ("4105") :glxflags ("EXT") :extension nil :alias ("ConvolutionParameteri")
102 :glsalias ("ConvolutionParameteri")))
103 (defglextfun
104 (("ConvolutionParameterfvEXT" convolution-parameter-fv-ext) :args
105 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
106 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
107 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
108 (|pname|)))
109 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
110 ("4104") :glxflags ("EXT") :extension nil :alias ("ConvolutionParameterfv")
111 :glsalias ("ConvolutionParameterfv")))
112 (defglextfun
113 (("ConvolutionParameterfEXT" convolution-parameter-f-ext) :args
114 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
115 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
116 (:name |params| :type |CheckedFloat32| :direction :in))
117 :return ("void") :category ("EXT_convolution") :version ("1.0") :glxropcode
118 ("4103") :glxflags ("EXT") :extension nil :alias ("ConvolutionParameterf")
119 :glsalias ("ConvolutionParameterf")))
120 (defglextfun
121 (("ConvolutionFilter2DEXT" convolution-filter-2d-ext) :args
122 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
123 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
124 (:name |width| :type |SizeI| :direction :in)
125 (:name |height| :type |SizeI| :direction :in)
126 (:name |format| :type |PixelFormat| :direction :in)
127 (:name |type| :type |PixelType| :direction :in)
128 (:name |image| :type |Void| :direction :in :array t :size
129 (|format| |type| |width| |height|)))
130 :return ("void") :category ("EXT_convolution") :dlflags ("handcode")
131 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
132 :glxropcode ("4102") :extension nil :alias ("ConvolutionFilter2D") :glsalias
133 ("ConvolutionFilter2D")))
134 (defglextfun
135 (("ConvolutionFilter1DEXT" convolution-filter-1d-ext) :args
136 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
137 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
138 (:name |width| :type |SizeI| :direction :in)
139 (:name |format| :type |PixelFormat| :direction :in)
140 (:name |type| :type |PixelType| :direction :in)
141 (:name |image| :type |Void| :direction :in :array t :size
142 (|format| |type| |width|)))
143 :return ("void") :category ("EXT_convolution") :dlflags ("handcode")
144 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.0")
145 :glxropcode ("4101") :extension nil :alias ("ConvolutionFilter1D") :glsalias
146 ("ConvolutionFilter1D")))