summaryrefslogtreecommitdiffstats
path: root/resources/cl-common.cfg
blob: 828cecf1481c96b8cfab516df683ef6b6f9a871d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
JavaOutputDir   gensrc/java
NativeOutputDir gensrc/native

Package com.mbien.opencl

#map pointers to long as internal representation
Opaque long cl_context
Opaque long cl_device_type
Opaque long cl_command_queue
Opaque long cl_mem
Opaque long cl_program
Opaque long cl_kernel
Opaque long cl_event
Opaque long cl_sampler
Opaque long cl_platform_id
Opaque long cl_device_id

ArgumentIsString clCreateProgramWithSource 2
ArgumentIsString clBuildProgram 3
ArgumentIsString clCreateKernel 1

#common ignore
Ignore clGetExtensionFunctionAddress
Ignore CL_UINT_MAX
Ignore CL_LONG_MAX
Ignore CL_LONG_MIN
Ignore CL_ULONG_MAX

#common rename emitted struct accessors
#struct cl_image_format
RenameJavaType cl_image_format CLImageFormat
#struct fields ([set|get]+FieldName())
RenameJavaMethod image_channel_order imageChannelOrder
RenameJavaMethod image_channel_data_type imageChannelDataType

ClassJavadoc CLImageFormat /**
ClassJavadoc CLImageFormat  * Struct accessor for cl_image_format.
ClassJavadoc CLImageFormat  * @author Michael Bien
ClassJavadoc CLImageFormat  */