Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ext_convolution.lisp
blob232e0824a5170996c6912420653b8589e12d768d
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 "SeparableFilter2DEXT" separable-filter-2d-ext :return "void"
8 :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 :category "EXT_convolution" :version "1.0")
20 (defglextfun "GetSeparableFilterEXT" get-separable-filter-ext :return "void"
21 :args
22 ((:name |target| :type |SeparableTargetEXT| :direction :in)
23 (:name |format| :type |PixelFormat| :direction :in)
24 (:name |type| :type |PixelType| :direction :in)
25 (:name |row| :type |Void| :direction :out :array t :size
26 (|target| |format| |type|))
27 (:name |column| :type |Void| :direction :out :array t :size
28 (|target| |format| |type|))
29 (:name |span| :type |Void| :direction :out :array t :size
30 (|target| |format| |type|)))
31 :category "EXT_convolution" :version "1.0")
32 (defglextfun "GetConvolutionParameterivEXT" get-convolution-parameter-iv-ext
33 :return "void" :args
34 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
35 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
36 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
37 :category "EXT_convolution" :version "1.0")
38 (defglextfun "GetConvolutionParameterfvEXT" get-convolution-parameter-fv-ext
39 :return "void" :args
40 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
41 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
42 (:name |params| :type |Float32| :direction :out :array t :size (|pname|)))
43 :category "EXT_convolution" :version "1.0")
44 (defglextfun "GetConvolutionFilterEXT" get-convolution-filter-ext :return
45 "void" :args
46 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
47 (:name |format| :type |PixelFormat| :direction :in)
48 (:name |type| :type |PixelType| :direction :in)
49 (:name |image| :type |Void| :direction :out :array t :size
50 (|target| |format| |type|)))
51 :category "EXT_convolution" :version "1.0")
52 (defglextfun "CopyConvolutionFilter2DEXT" copy-convolution-filter-2d-ext
53 :return "void" :args
54 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
55 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
56 (:name |x| :type |WinCoord| :direction :in)
57 (:name |y| :type |WinCoord| :direction :in)
58 (:name |width| :type |SizeI| :direction :in)
59 (:name |height| :type |SizeI| :direction :in))
60 :category "EXT_convolution" :version "1.0")
61 (defglextfun "CopyConvolutionFilter1DEXT" copy-convolution-filter-1d-ext
62 :return "void" :args
63 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
64 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
65 (:name |x| :type |WinCoord| :direction :in)
66 (:name |y| :type |WinCoord| :direction :in)
67 (:name |width| :type |SizeI| :direction :in))
68 :category "EXT_convolution" :version "1.0")
69 (defglextfun "ConvolutionParameterivEXT" convolution-parameter-iv-ext :return
70 "void" :args
71 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
72 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
73 (:name |params| :type |CheckedInt32| :direction :in :array t :size
74 (|pname|)))
75 :category "EXT_convolution" :version "1.0")
76 (defglextfun "ConvolutionParameteriEXT" convolution-parameter-i-ext :return
77 "void" :args
78 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
79 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
80 (:name |params| :type |CheckedInt32| :direction :in))
81 :category "EXT_convolution" :version "1.0")
82 (defglextfun "ConvolutionParameterfvEXT" convolution-parameter-fv-ext :return
83 "void" :args
84 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
85 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
86 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
87 (|pname|)))
88 :category "EXT_convolution" :version "1.0")
89 (defglextfun "ConvolutionParameterfEXT" convolution-parameter-f-ext :return
90 "void" :args
91 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
92 (:name |pname| :type |ConvolutionParameterEXT| :direction :in)
93 (:name |params| :type |CheckedFloat32| :direction :in))
94 :category "EXT_convolution" :version "1.0")
95 (defglextfun "ConvolutionFilter2DEXT" convolution-filter-2d-ext :return "void"
96 :args
97 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
98 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
99 (:name |width| :type |SizeI| :direction :in)
100 (:name |height| :type |SizeI| :direction :in)
101 (:name |format| :type |PixelFormat| :direction :in)
102 (:name |type| :type |PixelType| :direction :in)
103 (:name |image| :type |Void| :direction :in :array t :size
104 (|format| |type| |width| |height|)))
105 :category "EXT_convolution" :version "1.0")
106 (defglextfun "ConvolutionFilter1DEXT" convolution-filter-1d-ext :return "void"
107 :args
108 ((:name |target| :type |ConvolutionTargetEXT| :direction :in)
109 (:name |internalformat| :type |PixelInternalFormat| :direction :in)
110 (:name |width| :type |SizeI| :direction :in)
111 (:name |format| :type |PixelFormat| :direction :in)
112 (:name |type| :type |PixelType| :direction :in)
113 (:name |image| :type |Void| :direction :in :array t :size
114 (|format| |type| |width|)))
115 :category "EXT_convolution" :version "1.0")