001package com.nativelibs4java.opencl.proxy;
002
003import com.nativelibs4java.opencl.library.IOpenCLLibrary;
004import com.nativelibs4java.opencl.library.OpenCLLibrary;
005import org.bridj.Pointer;
006import org.bridj.SizeT;
007
008public abstract class AbstractOpenCLImplementation implements IOpenCLLibrary {
009
010    public int clBuildProgram(long cl_program1, int cl_uint1, long cl_device_idPtr1, long charPtr1, long arg1, long voidPtr1) {
011        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
012    }
013
014    public int clCompileProgram(cl_program cl_program1, int cl_uint1, Pointer<cl_device_id> cl_device_idPtr1, Pointer<Byte> charPtr1, int cl_uint2, Pointer<cl_program> cl_programPtr1, Pointer<Pointer<Byte>> charPtrPtr1, Pointer<OpenCLLibrary.clCompileProgram_arg1_callback> arg1, Pointer<?> voidPtr1) {
015        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
016    }
017
018    public long clCreateBuffer(long cl_context1, long cl_mem_flags1, long size_t1, long voidPtr1, long cl_intPtr1) {
019        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
020    }
021
022    public long clCreateCommandQueue(long cl_context1, long cl_device_id1, long cl_command_queue_properties1, long cl_intPtr1) {
023        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
024    }
025
026    public long clCreateContext(long cl_context_propertiesPtr1, int cl_uint1, long cl_device_idPtr1, long arg1, long voidPtr1, long cl_intPtr1) {
027        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
028    }
029
030    public cl_context clCreateContextFromType(Pointer<Pointer<Integer>> cl_context_propertiesPtr1, long cl_device_type1, Pointer<OpenCLLibrary.clCreateContextFromType_arg1_callback> arg1, Pointer<?> voidPtr1, Pointer<Integer> cl_intPtr1) {
031        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
032    }
033
034    public cl_event clCreateEventFromGLsyncKHR(cl_context cl_context1, cl_GLsync cl_GLsync1, Pointer<Integer> cl_intPtr1) {
035        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
036    }
037
038    public long clCreateFromGLBuffer(long cl_context1, long cl_mem_flags1, int cl_GLuint1, long intPtr1) {
039        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
040    }
041
042    public long clCreateFromGLRenderbuffer(long cl_context1, long cl_mem_flags1, int cl_GLuint1, long cl_intPtr1) {
043        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
044    }
045
046    public long clCreateFromGLTexture(long cl_context1, long cl_mem_flags1, int cl_GLenum1, int cl_GLint1, int cl_GLuint1, long cl_intPtr1) {
047        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
048    }
049
050    public long clCreateFromGLTexture2D(long cl_context1, long cl_mem_flags1, int cl_GLenum1, int cl_GLint1, int cl_GLuint1, long cl_intPtr1) {
051        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
052    }
053
054    public long clCreateFromGLTexture3D(long cl_context1, long cl_mem_flags1, int cl_GLenum1, int cl_GLint1, int cl_GLuint1, long cl_intPtr1) {
055        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
056    }
057
058    public long clCreateImage(long cl_context1, long cl_mem_flags1, long cl_image_formatPtr1, long cl_image_descPtr1, long voidPtr1, long cl_intPtr1) {
059        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
060    }
061
062    public long clCreateImage2D(long cl_context1, long cl_mem_flags1, long cl_image_formatPtr1, long size_t1, long size_t2, long size_t3, long voidPtr1, long cl_intPtr1) {
063        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
064    }
065
066    public long clCreateImage3D(long cl_context1, long cl_mem_flags1, long cl_image_formatPtr1, long size_t1, long size_t2, long size_t3, long size_t4, long size_t5, long voidPtr1, long cl_intPtr1) {
067        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
068    }
069
070    public long clCreateKernel(long cl_program1, long charPtr1, long cl_intPtr1) {
071        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
072    }
073
074    public int clCreateKernelsInProgram(long cl_program1, int cl_uint1, long cl_kernelPtr1, long cl_uintPtr1) {
075        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
076    }
077
078    public long clCreateProgramWithBinary(long cl_context1, int cl_uint1, long cl_device_idPtr1, long size_tPtr1, long charPtrPtr1, long cl_intPtr1, long cl_intPtr2) {
079        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
080    }
081
082    public cl_program clCreateProgramWithBuiltInKernels(cl_context cl_context1, int cl_uint1, Pointer<cl_device_id> cl_device_idPtr1, Pointer<Byte> charPtr1, Pointer<Integer> cl_intPtr1) {
083        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
084    }
085
086    public long clCreateProgramWithSource(long cl_context1, int cl_uint1, long charPtrPtr1, long size_tPtr1, long cl_intPtr1) {
087        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
088    }
089
090    public long clCreateSampler(long cl_context1, int cl_bool1, int cl_addressing_mode1, int cl_filter_mode1, long cl_intPtr1) {
091        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
092    }
093
094    public long clCreateSubBuffer(long cl_mem1, long cl_mem_flags1, int cl_buffer_create_type1, long voidPtr1, long cl_intPtr1) {
095        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
096    }
097
098    public int clCreateSubDevices(cl_device_id cl_device_id1, Pointer<Pointer<Integer>> cl_device_partition_propertyPtr1, int cl_uint1, Pointer<cl_device_id> cl_device_idPtr1, Pointer<Integer> cl_uintPtr1) {
099        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
100    }
101
102    public int clCreateSubDevicesEXT(cl_device_id cl_device_id1, Pointer<Long> cl_device_partition_property_extPtr1, int cl_uint1, Pointer<cl_device_id> cl_device_idPtr1, Pointer<Integer> cl_uintPtr1) {
103        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
104    }
105
106    public long clCreateUserEvent(long cl_context1, long cl_intPtr1) {
107        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
108    }
109
110    public int clEnqueueAcquireGLObjects(long cl_command_queue1, int cl_uint1, long cl_memPtr1, int cl_uint2, long cl_eventPtr1, long cl_eventPtr2) {
111        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
112    }
113
114    public int clEnqueueBarrier(long cl_command_queue1) {
115        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
116    }
117
118    public int clEnqueueBarrierWithWaitList(cl_command_queue cl_command_queue1, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
119        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
120    }
121
122    public int clEnqueueCopyBuffer(long cl_command_queue1, long cl_mem1, long cl_mem2, long size_t1, long size_t2, long size_t3, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
123        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
124    }
125
126    public int clEnqueueCopyBufferRect(cl_command_queue cl_command_queue1, cl_mem cl_mem1, cl_mem cl_mem2, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, Pointer<SizeT> size_tPtr3, long size_t1, long size_t2, long size_t3, long size_t4, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
127        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
128    }
129
130    public int clEnqueueCopyBufferToImage(cl_command_queue cl_command_queue1, cl_mem cl_mem1, cl_mem cl_mem2, long size_t1, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
131        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
132    }
133
134    public int clEnqueueCopyImage(cl_command_queue cl_command_queue1, cl_mem cl_mem1, cl_mem cl_mem2, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, Pointer<SizeT> size_tPtr3, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
135        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
136    }
137
138    public int clEnqueueCopyImageToBuffer(cl_command_queue cl_command_queue1, cl_mem cl_mem1, cl_mem cl_mem2, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, long size_t1, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
139        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
140    }
141
142    public int clEnqueueFillBuffer(cl_command_queue cl_command_queue1, cl_mem cl_mem1, Pointer<?> voidPtr1, long size_t1, long size_t2, long size_t3, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
143        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
144    }
145
146    public int clEnqueueFillImage(cl_command_queue cl_command_queue1, cl_mem cl_mem1, Pointer<?> voidPtr1, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
147        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
148    }
149
150    public long clEnqueueMapBuffer(long cl_command_queue1, long cl_mem1, int cl_bool1, long cl_map_flags1, long size_t1, long size_t2, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2, long cl_intPtr1) {
151        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
152    }
153
154    public long clEnqueueMapImage(long cl_command_queue1, long cl_mem1, int cl_bool1, long cl_map_flags1, long size_tPtr1, long size_tPtr2, long size_tPtr3, long size_tPtr4, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2, long cl_intPtr1) {
155        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
156    }
157
158    public int clEnqueueMarker(long cl_command_queue1, long cl_eventPtr1) {
159        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
160    }
161
162    public int clEnqueueMarkerWithWaitList(cl_command_queue cl_command_queue1, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
163        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
164    }
165
166    public int clEnqueueMigrateMemObjects(cl_command_queue cl_command_queue1, int cl_uint1, Pointer<cl_mem> cl_memPtr1, long cl_mem_migration_flags1, int cl_uint2, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
167        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
168    }
169
170    public int clEnqueueNDRangeKernel(long cl_command_queue1, long cl_kernel1, int cl_uint1, long size_tPtr1, long size_tPtr2, long size_tPtr3, int cl_uint2, long cl_eventPtr1, long cl_eventPtr2) {
171        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
172    }
173
174    public int clEnqueueNativeKernel(cl_command_queue cl_command_queue1, Pointer<OpenCLLibrary.clEnqueueNativeKernel_arg1_callback> arg1, Pointer<?> voidPtr1, long size_t1, int cl_uint1, Pointer<cl_mem> cl_memPtr1, Pointer<Pointer<?>> voidPtrPtr1, int cl_uint2, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
175        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
176    }
177
178    public int clEnqueueReadBuffer(long cl_command_queue1, long cl_mem1, int cl_bool1, long size_t1, long size_t2, long voidPtr1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
179        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
180    }
181
182    public int clEnqueueReadBufferRect(cl_command_queue cl_command_queue1, cl_mem cl_mem1, int cl_bool1, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, Pointer<SizeT> size_tPtr3, long size_t1, long size_t2, long size_t3, long size_t4, Pointer<?> voidPtr1, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
183        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
184    }
185
186    public int clEnqueueReadImage(long cl_command_queue1, long cl_mem1, int cl_bool1, long size_tPtr1, long size_tPtr2, long size_t1, long size_t2, long voidPtr1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
187        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
188    }
189
190    public int clEnqueueReleaseGLObjects(long cl_command_queue1, int cl_uint1, long cl_memPtr1, int cl_uint2, long cl_eventPtr1, long cl_eventPtr2) {
191        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
192    }
193
194    public int clEnqueueTask(long cl_command_queue1, long cl_kernel1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
195        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
196    }
197
198    public int clEnqueueUnmapMemObject(long cl_command_queue1, long cl_mem1, long voidPtr1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
199        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
200    }
201
202    public int clEnqueueWaitForEvents(long cl_command_queue1, int cl_uint1, long cl_eventPtr1) {
203        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
204    }
205
206    public int clEnqueueWriteBuffer(long cl_command_queue1, long cl_mem1, int cl_bool1, long size_t1, long size_t2, long voidPtr1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
207        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
208    }
209
210    public int clEnqueueWriteBufferRect(cl_command_queue cl_command_queue1, cl_mem cl_mem1, int cl_bool1, Pointer<SizeT> size_tPtr1, Pointer<SizeT> size_tPtr2, Pointer<SizeT> size_tPtr3, long size_t1, long size_t2, long size_t3, long size_t4, Pointer<?> voidPtr1, int cl_uint1, Pointer<cl_event> cl_eventPtr1, Pointer<cl_event> cl_eventPtr2) {
211        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
212    }
213
214    public int clEnqueueWriteImage(long cl_command_queue1, long cl_mem1, int cl_bool1, long size_tPtr1, long size_tPtr2, long size_t1, long size_t2, long voidPtr1, int cl_uint1, long cl_eventPtr1, long cl_eventPtr2) {
215        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
216    }
217
218    public int clFinish(long cl_command_queue1) {
219        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
220    }
221
222    public int clFlush(long cl_command_queue1) {
223        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
224    }
225
226    public int clGetCommandQueueInfo(long cl_command_queue1, int cl_command_queue_info1, long size_t1, long voidPtr1, long size_tPtr1) {
227        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
228    }
229
230    public int clGetContextInfo(long cl_context1, int cl_context_info1, long size_t1, long voidPtr1, long size_tPtr1) {
231        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
232    }
233
234    public int clGetDeviceIDs(long cl_platform_id1, long cl_device_type1, int cl_uint1, long cl_device_idPtr1, long cl_uintPtr1) {
235        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
236    }
237
238    public int clGetDeviceInfo(long cl_device_id1, int cl_device_info1, long size_t1, long voidPtr1, long size_tPtr1) {
239        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
240    }
241
242    public int clGetEventInfo(long cl_event1, int cl_event_info1, long size_t1, long voidPtr1, long size_tPtr1) {
243        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
244    }
245
246    public int clGetEventProfilingInfo(long cl_event1, int cl_profiling_info1, long size_t1, long voidPtr1, long size_tPtr1) {
247        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
248    }
249
250    public Pointer<?> clGetExtensionFunctionAddress(Pointer<Byte> charPtr1) {
251        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
252    }
253
254    public Pointer<?> clGetExtensionFunctionAddressForPlatform(cl_platform_id cl_platform_id1, Pointer<Byte> charPtr1) {
255        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
256    }
257
258    public int clGetGLContextInfoAPPLE(long cl_context1, long voidPtr1, int cl_gl_platform_info1, long size_t1, long voidPtr2, long size_tPtr1) {
259        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
260    }
261
262    public int clGetGLContextInfoKHR(long cl_context_propertiesPtr1, int cl_gl_context_info1, long size_t1, long voidPtr1, long size_tPtr1) {
263        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
264    }
265
266    public int clGetGLObjectInfo(long cl_mem1, long cl_gl_object_typePtr1, long cl_GLuintPtr1) {
267        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
268    }
269
270    public int clGetGLTextureInfo(long cl_mem1, int cl_gl_texture_info1, long size_t1, long voidPtr1, long size_tPtr1) {
271        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
272    }
273
274    public int clGetImageInfo(long cl_mem1, int cl_image_info1, long size_t1, long voidPtr1, long size_tPtr1) {
275        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
276    }
277
278    public int clGetKernelArgInfo(long cl_kernel1, int cl_uint1, int cl_kernel_arg_info1, long size_t1, long voidPtr1, long size_tPtr1) {
279        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
280    }
281
282    public int clGetKernelInfo(long cl_kernel1, int cl_kernel_info1, long size_t1, long voidPtr1, long size_tPtr1) {
283        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
284    }
285
286    public int clGetKernelWorkGroupInfo(long cl_kernel1, long cl_device_id1, int cl_kernel_work_group_info1, long size_t1, long voidPtr1, long size_tPtr1) {
287        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
288    }
289
290    public int clGetMemObjectInfo(long cl_mem1, int cl_mem_info1, long size_t1, long voidPtr1, long size_tPtr1) {
291        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
292    }
293
294    public int clGetPlatformIDs(int cl_uint1, long cl_platform_idPtr1, long cl_uintPtr1) {
295        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
296    }
297
298    public int clGetPlatformInfo(long cl_platform_id1, int cl_platform_info1, long size_t1, long voidPtr1, long size_tPtr1) {
299        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
300    }
301
302    public int clGetProgramBuildInfo(long cl_program1, long cl_device_id1, int cl_program_build_info1, long size_t1, long voidPtr1, long size_tPtr1) {
303        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
304    }
305
306    public int clGetProgramInfo(long cl_program1, int cl_program_info1, long size_t1, long voidPtr1, long size_tPtr1) {
307        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
308    }
309
310    public int clGetSamplerInfo(long cl_sampler1, int cl_sampler_info1, long size_t1, long voidPtr1, long size_tPtr1) {
311        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
312    }
313
314    public int clGetSupportedImageFormats(long cl_context1, long cl_mem_flags1, int cl_mem_object_type1, int cl_uint1, long cl_image_formatPtr1, long cl_uintPtr1) {
315        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
316    }
317
318    public int clIcdGetPlatformIDsKHR(int cl_uint1, long cl_platform_idPtr1, long cl_uintPtr1) {
319        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
320    }
321
322    public cl_program clLinkProgram(cl_context cl_context1, int cl_uint1, Pointer<cl_device_id> cl_device_idPtr1, Pointer<Byte> charPtr1, int cl_uint2, Pointer<cl_program> cl_programPtr1, Pointer<OpenCLLibrary.clLinkProgram_arg1_callback> arg1, Pointer<?> voidPtr1, Pointer<Integer> cl_intPtr1) {
323        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
324    }
325
326    public void clLogMessagesToStderrAPPLE(Pointer<Byte> charPtr1, Pointer<?> voidPtr1, long size_t1, Pointer<?> voidPtr2) {
327        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
328    }
329
330    public void clLogMessagesToStdoutAPPLE(Pointer<Byte> charPtr1, Pointer<?> voidPtr1, long size_t1, Pointer<?> voidPtr2) {
331        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
332    }
333
334    public void clLogMessagesToSystemLogAPPLE(Pointer<Byte> charPtr1, Pointer<?> voidPtr1, long size_t1, Pointer<?> voidPtr2) {
335        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
336    }
337
338    public int clReleaseCommandQueue(long cl_command_queue1) {
339        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
340    }
341
342    public int clReleaseContext(long cl_context1) {
343        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
344    }
345
346    public int clReleaseDevice(long cl_device_id1) {
347        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
348    }
349
350    public int clReleaseDeviceEXT(long cl_device_id1) {
351        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
352    }
353
354    public int clReleaseEvent(long cl_event1) {
355        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
356    }
357
358    public int clReleaseKernel(long cl_kernel1) {
359        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
360    }
361
362    public int clReleaseMemObject(long cl_mem1) {
363        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
364    }
365
366    public int clReleaseProgram(long cl_program1) {
367        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
368    }
369
370    public int clReleaseSampler(long cl_sampler1) {
371        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
372    }
373
374    public int clRetainCommandQueue(long cl_command_queue1) {
375        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
376    }
377
378    public int clRetainContext(long cl_context1) {
379        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
380    }
381
382    public int clRetainDevice(long cl_device_id1) {
383        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
384    }
385
386    public int clRetainDeviceEXT(long cl_device_id1) {
387        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
388    }
389
390    public int clRetainEvent(long cl_event1) {
391        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
392    }
393
394    public int clRetainKernel(long cl_kernel1) {
395        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
396    }
397
398    public int clRetainMemObject(long cl_mem1) {
399        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
400    }
401
402    public int clRetainProgram(long cl_program1) {
403        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
404    }
405
406    public int clRetainSampler(long cl_sampler1) {
407        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
408    }
409
410    public int clSetCommandQueueProperty(long cl_command_queue1, long cl_command_queue_properties1, int cl_bool1, long cl_command_queue_propertiesPtr1) {
411        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
412    }
413
414    public int clSetEventCallback(long cl_event1, int cl_int1, long arg1, long voidPtr1) {
415        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
416    }
417
418    public int clSetKernelArg(long cl_kernel1, int cl_uint1, long size_t1, long voidPtr1) {
419        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
420    }
421
422    public int clSetMemObjectDestructorAPPLE(cl_mem cl_mem1, Pointer<OpenCLLibrary.clSetMemObjectDestructorAPPLE_arg1_callback> arg1, Pointer<?> voidPtr1) {
423        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
424    }
425
426    public int clSetMemObjectDestructorCallback(long cl_mem1, long arg1, long voidPtr1) {
427        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
428    }
429
430    public int clSetPrintfCallback(cl_context cl_context1, Pointer<OpenCLLibrary.clSetPrintfCallback_arg1_callback> arg1, Pointer<?> voidPtr1) {
431        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
432    }
433
434    public int clSetUserEventStatus(long cl_event1, int cl_int1) {
435        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
436    }
437
438    public int clUnloadCompiler() {
439        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
440    }
441
442    public int clUnloadPlatformCompiler(long cl_platform_id1) {
443        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
444    }
445
446    public int clWaitForEvents(int cl_uint1, long cl_eventPtr1) {
447        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
448    }
449    
450}