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