A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

A - com.jogamp.opencl.CLImageFormat.ChannelOrder
 
ACCELERATOR - com.jogamp.opencl.CLDevice.Type
CL_DEVICE_TYPE_ACCELERATOR
accept(I) - Method in interface com.jogamp.opencl.util.Filter
Returns true only if the item should be accepted.
ACQUIRE_GL_OBJECTS - com.jogamp.opencl.CLEvent.CommandType
 
addCLErrorHandler(CLErrorHandler) - Method in class com.jogamp.opencl.CLContext
 
addressTable - Static variable in class com.jogamp.opencl.llb.impl.CLImpl11
 
addressTable - Static variable in class com.jogamp.opencl.llb.impl.CLImpl12
 
addressTable - Static variable in class com.jogamp.opencl.llb.impl.CLImpl20
 
ALL - com.jogamp.opencl.CLDevice.Type
CL_DEVICE_TYPE_ALL.
ALLOCATE_BUFFER - com.jogamp.opencl.CLMemory.Mem
Enum representing CL_MEM_ALLOC_HOST_PTR.
ARGB - com.jogamp.opencl.CLImageFormat.ChannelOrder
asBuildConfiguration() - Method in class com.jogamp.opencl.CLProgramBuilder
 
asBuildConfiguration() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
Returns a new instance of of this configuration without a CLProgram, program binaries or sources associated with it.
AutoCloseable - Interface in com.jogamp.opencl
import of JDK7's ARM interface allowing JDK6 backwards compatibility.
await() - Method in class com.jogamp.opencl.util.MultiQueueBarrier
Blocks until all Threads which called MultiQueueBarrier.waitFor(com.jogamp.opencl.CLCommandQueue) continue execution.
await(long, TimeUnit) - Method in class com.jogamp.opencl.util.MultiQueueBarrier
 

B

BGRA - com.jogamp.opencl.CLImageFormat.ChannelOrder
 
build() - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context.
build() - Method in class com.jogamp.opencl.CLProgramBuilder
 
build() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
Builds or rebuilds a program.
build(CLDevice...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for the given devices.
build(CLProgram) - Method in class com.jogamp.opencl.CLProgramBuilder
 
build(CLProgram) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
Builds or rebuilds the program.
build(CLProgram, CLBuildListener) - Method in class com.jogamp.opencl.CLProgramBuilder
 
build(CLProgram, CLBuildListener) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
Builds or rebuilds the program.
build(CLBuildListener) - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context.
build(CLBuildListener) - Method in class com.jogamp.opencl.CLProgramBuilder
 
build(CLBuildListener) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
Builds or rebuilds a program.
build(CLBuildListener, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for the given devices.
build(CLBuildListener, String) - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context using the specified build options.
build(CLBuildListener, String...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context using the specified build options.
build(CLBuildListener, String, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for the given devices and with the specified build options.
build(String) - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context using the specified build options.
build(String...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for all devices associated with the context using the specified build options.
build(String, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
Builds this program for the given devices and with the specified build options.
BUILD_ERROR - com.jogamp.opencl.CLProgram.Status
 
BUILD_IN_PROGRESS - com.jogamp.opencl.CLProgram.Status
 
BUILD_NONE - com.jogamp.opencl.CLProgram.Status
 
BUILD_SUCCESS - com.jogamp.opencl.CLProgram.Status
 
buildFinished(long) - Method in interface com.jogamp.opencl.llb.impl.BuildProgramCallback
Called when the program executable has been built (successfully or unsuccessfully).
buildFinished(CLProgram) - Method in interface com.jogamp.opencl.util.CLBuildListener
Called when the program executable has been built (successfully or unsuccessfully).
BuildProgramCallback - Interface in com.jogamp.opencl.llb.impl
A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CL.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
byteOrder(ByteOrder) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
Accepts all devices of the given ByteOrder.

C

capacity() - Method in class com.jogamp.opencl.CLEventList
Returns the maximum size of this list.
CAPS - Variable in enum com.jogamp.opencl.CLDevice.Capabilities
Value of wrapped OpenCL device type.
checkForError(int, String) - Static method in exception com.jogamp.opencl.CLException
Throws a CLException when status != CL_SUCCESS.
cl - Static variable in class com.jogamp.opencl.CLPlatform
 
CL - Interface in com.jogamp.opencl.llb
Java bindings to OpenCL, the Open Computing Language.
CL_1_0 - Static variable in class com.jogamp.opencl.CLVersion
 
CL_1_1 - Static variable in class com.jogamp.opencl.CLVersion
 
CL_1_2 - Static variable in class com.jogamp.opencl.CLVersion
 
CL_2_0 - Static variable in class com.jogamp.opencl.CLVersion
 
CL_2_1 - Static variable in class com.jogamp.opencl.CLVersion
 
CL_A - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_A" with expression '0x10B1', CType: int
CL_A - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_A" with expression '0x10B1', CType: int
CL_A - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_A" with expression '0x10B1', CType: int
CL_A - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_A" with expression '0x10B1', CType: int
CL_ABGR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ABGR" with expression '0x10C3', CType: int
CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ADDRESS_CLAMP" with expression '0x1132', CType: int
CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ADDRESS_CLAMP" with expression '0x1132', CType: int
CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ADDRESS_CLAMP" with expression '0x1132', CType: int
CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ADDRESS_CLAMP" with expression '0x1132', CType: int
CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ADDRESS_CLAMP_TO_EDGE" with expression '0x1131', CType: int
CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ADDRESS_CLAMP_TO_EDGE" with expression '0x1131', CType: int
CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ADDRESS_CLAMP_TO_EDGE" with expression '0x1131', CType: int
CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ADDRESS_CLAMP_TO_EDGE" with expression '0x1131', CType: int
CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ADDRESS_MIRRORED_REPEAT" with expression '0x1134', CType: int
CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ADDRESS_MIRRORED_REPEAT" with expression '0x1134', CType: int
CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ADDRESS_MIRRORED_REPEAT" with expression '0x1134', CType: int
CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ADDRESS_MIRRORED_REPEAT" with expression '0x1134', CType: int
CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ADDRESS_NONE" with expression '0x1130', CType: int
CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ADDRESS_NONE" with expression '0x1130', CType: int
CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ADDRESS_NONE" with expression '0x1130', CType: int
CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ADDRESS_NONE" with expression '0x1130', CType: int
CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ADDRESS_REPEAT" with expression '0x1133', CType: int
CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ADDRESS_REPEAT" with expression '0x1133', CType: int
CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ADDRESS_REPEAT" with expression '0x1133', CType: int
CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ADDRESS_REPEAT" with expression '0x1133', CType: int
CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_L1_CACHE_EXT" with expression '0x1', CType: int
CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_L1_CACHE_EXT" with expression '0x1', CType: int
CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_L1_CACHE_EXT" with expression '0x1', CType: int
CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_L1_CACHE_EXT" with expression '0x1', CType: int
CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_L2_CACHE_EXT" with expression '0x2', CType: int
CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_L2_CACHE_EXT" with expression '0x2', CType: int
CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_L2_CACHE_EXT" with expression '0x2', CType: int
CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_L2_CACHE_EXT" with expression '0x2', CType: int
CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_L3_CACHE_EXT" with expression '0x3', CType: int
CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_L3_CACHE_EXT" with expression '0x3', CType: int
CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_L3_CACHE_EXT" with expression '0x3', CType: int
CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_L3_CACHE_EXT" with expression '0x3', CType: int
CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_L4_CACHE_EXT" with expression '0x4', CType: int
CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_L4_CACHE_EXT" with expression '0x4', CType: int
CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_L4_CACHE_EXT" with expression '0x4', CType: int
CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_L4_CACHE_EXT" with expression '0x4', CType: int
CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT" with expression '0x100', CType: int
CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT" with expression '0x100', CType: int
CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT" with expression '0x100', CType: int
CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT" with expression '0x100', CType: int
CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_AFFINITY_DOMAIN_NUMA_EXT" with expression '0x10', CType: int
CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_AFFINITY_DOMAIN_NUMA_EXT" with expression '0x10', CType: int
CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_AFFINITY_DOMAIN_NUMA_EXT" with expression '0x10', CType: int
CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_AFFINITY_DOMAIN_NUMA_EXT" with expression '0x10', CType: int
CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_ARGB" with expression '0x10B7', CType: int
CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_ARGB" with expression '0x10B7', CType: int
CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_ARGB" with expression '0x10B7', CType: int
CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_ARGB" with expression '0x10B7', CType: int
CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BGRA" with expression '0x10B6', CType: int
CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BGRA" with expression '0x10B6', CType: int
CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BGRA" with expression '0x10B6', CType: int
CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BGRA" with expression '0x10B6', CType: int
CL_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BLOCKING" with expression '1', CType: int
CL_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BLOCKING" with expression '1', CType: int
CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUFFER_CREATE_TYPE_REGION" with expression '0x1220', CType: int
CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUFFER_CREATE_TYPE_REGION" with expression '0x1220', CType: int
CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUFFER_CREATE_TYPE_REGION" with expression '0x1220', CType: int
CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUFFER_CREATE_TYPE_REGION" with expression '0x1220', CType: int
CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUILD_ERROR" with expression '-2', CType: int
CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUILD_ERROR" with expression '-2', CType: int
CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUILD_ERROR" with expression '-2', CType: int
CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUILD_ERROR" with expression '-2', CType: int
CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUILD_IN_PROGRESS" with expression '-3', CType: int
CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUILD_IN_PROGRESS" with expression '-3', CType: int
CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUILD_IN_PROGRESS" with expression '-3', CType: int
CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUILD_IN_PROGRESS" with expression '-3', CType: int
CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUILD_NONE" with expression '-1', CType: int
CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUILD_NONE" with expression '-1', CType: int
CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUILD_NONE" with expression '-1', CType: int
CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUILD_NONE" with expression '-1', CType: int
CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUILD_PROGRAM_FAILURE" with expression '-11', CType: int
CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUILD_PROGRAM_FAILURE" with expression '-11', CType: int
CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUILD_PROGRAM_FAILURE" with expression '-11', CType: int
CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUILD_PROGRAM_FAILURE" with expression '-11', CType: int
CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_BUILD_SUCCESS" with expression '0', CType: int
CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_BUILD_SUCCESS" with expression '0', CType: int
CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_BUILD_SUCCESS" with expression '0', CType: int
CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_BUILD_SUCCESS" with expression '0', CType: int
CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CGL_SHAREGROUP_KHR" with expression '0x200C', CType: int
CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CGL_SHAREGROUP_KHR" with expression '0x200C', CType: int
CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CGL_SHAREGROUP_KHR" with expression '0x200C', CType: int
CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CGL_SHAREGROUP_KHR" with expression '0x200C', CType: int
CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CHAR_BIT" with expression '8', CType: int
CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CHAR_BIT" with expression '8', CType: int
CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CHAR_BIT" with expression '8', CType: int
CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CHAR_BIT" with expression '8', CType: int
CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CHAR_MAX" with expression '127', CType: int
CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CHAR_MAX" with expression '127', CType: int
CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CHAR_MAX" with expression '127', CType: int
CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CHAR_MAX" with expression '127', CType: int
CL_CHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CHAR_MIN" with expression '(-127-1)', CType: int
CL_CHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CHAR_MIN" with expression '(-127-1)', CType: int
CL_CHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CHAR_MIN" with expression '(-127-1)', CType: int
CL_CHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CHAR_MIN" with expression '(-127-1)', CType: int
CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_ACQUIRE_GL_OBJECTS" with expression '0x11FF', CType: int
CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_ACQUIRE_GL_OBJECTS" with expression '0x11FF', CType: int
CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_ACQUIRE_GL_OBJECTS" with expression '0x11FF', CType: int
CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_ACQUIRE_GL_OBJECTS" with expression '0x11FF', CType: int
CL_COMMAND_BARRIER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_BARRIER" with expression '0x1205', CType: int
CL_COMMAND_BARRIER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_BARRIER" with expression '0x1205', CType: int
CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_COPY_BUFFER" with expression '0x11F5', CType: int
CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_COPY_BUFFER" with expression '0x11F5', CType: int
CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_COPY_BUFFER" with expression '0x11F5', CType: int
CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_COPY_BUFFER" with expression '0x11F5', CType: int
CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_COPY_BUFFER_RECT" with expression '0x1203', CType: int
CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_COPY_BUFFER_RECT" with expression '0x1203', CType: int
CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_COPY_BUFFER_RECT" with expression '0x1203', CType: int
CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_COPY_BUFFER_RECT" with expression '0x1203', CType: int
CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_COPY_BUFFER_TO_IMAGE" with expression '0x11FA', CType: int
CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_COPY_BUFFER_TO_IMAGE" with expression '0x11FA', CType: int
CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_COPY_BUFFER_TO_IMAGE" with expression '0x11FA', CType: int
CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_COPY_BUFFER_TO_IMAGE" with expression '0x11FA', CType: int
CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_COPY_IMAGE" with expression '0x11F8', CType: int
CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_COPY_IMAGE" with expression '0x11F8', CType: int
CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_COPY_IMAGE" with expression '0x11F8', CType: int
CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_COPY_IMAGE" with expression '0x11F8', CType: int
CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_COPY_IMAGE_TO_BUFFER" with expression '0x11F9', CType: int
CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_COPY_IMAGE_TO_BUFFER" with expression '0x11F9', CType: int
CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_COPY_IMAGE_TO_BUFFER" with expression '0x11F9', CType: int
CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_COPY_IMAGE_TO_BUFFER" with expression '0x11F9', CType: int
CL_COMMAND_FILL_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_FILL_BUFFER" with expression '0x1207', CType: int
CL_COMMAND_FILL_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_FILL_BUFFER" with expression '0x1207', CType: int
CL_COMMAND_FILL_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_FILL_IMAGE" with expression '0x1208', CType: int
CL_COMMAND_FILL_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_FILL_IMAGE" with expression '0x1208', CType: int
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR" with expression '0x200D', CType: int
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR" with expression '0x200D', CType: int
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR" with expression '0x200D', CType: int
CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR" with expression '0x200D', CType: int
CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_MAP_BUFFER" with expression '0x11FB', CType: int
CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_MAP_BUFFER" with expression '0x11FB', CType: int
CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_MAP_BUFFER" with expression '0x11FB', CType: int
CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_MAP_BUFFER" with expression '0x11FB', CType: int
CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_MAP_IMAGE" with expression '0x11FC', CType: int
CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_MAP_IMAGE" with expression '0x11FC', CType: int
CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_MAP_IMAGE" with expression '0x11FC', CType: int
CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_MAP_IMAGE" with expression '0x11FC', CType: int
CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_MARKER" with expression '0x11FE', CType: int
CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_MARKER" with expression '0x11FE', CType: int
CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_MARKER" with expression '0x11FE', CType: int
CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_MARKER" with expression '0x11FE', CType: int
CL_COMMAND_MIGRATE_MEM_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_MIGRATE_MEM_OBJECTS" with expression '0x1206', CType: int
CL_COMMAND_MIGRATE_MEM_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_MIGRATE_MEM_OBJECTS" with expression '0x1206', CType: int
CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_NATIVE_KERNEL" with expression '0x11F2', CType: int
CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_NATIVE_KERNEL" with expression '0x11F2', CType: int
CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_NATIVE_KERNEL" with expression '0x11F2', CType: int
CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_NATIVE_KERNEL" with expression '0x11F2', CType: int
CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_NDRANGE_KERNEL" with expression '0x11F0', CType: int
CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_NDRANGE_KERNEL" with expression '0x11F0', CType: int
CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_NDRANGE_KERNEL" with expression '0x11F0', CType: int
CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_NDRANGE_KERNEL" with expression '0x11F0', CType: int
CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_READ_BUFFER" with expression '0x11F3', CType: int
CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_READ_BUFFER" with expression '0x11F3', CType: int
CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_READ_BUFFER" with expression '0x11F3', CType: int
CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_READ_BUFFER" with expression '0x11F3', CType: int
CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_READ_BUFFER_RECT" with expression '0x1201', CType: int
CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_READ_BUFFER_RECT" with expression '0x1201', CType: int
CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_READ_BUFFER_RECT" with expression '0x1201', CType: int
CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_READ_BUFFER_RECT" with expression '0x1201', CType: int
CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_READ_IMAGE" with expression '0x11F6', CType: int
CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_READ_IMAGE" with expression '0x11F6', CType: int
CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_READ_IMAGE" with expression '0x11F6', CType: int
CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_READ_IMAGE" with expression '0x11F6', CType: int
CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_RELEASE_GL_OBJECTS" with expression '0x1200', CType: int
CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_RELEASE_GL_OBJECTS" with expression '0x1200', CType: int
CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_RELEASE_GL_OBJECTS" with expression '0x1200', CType: int
CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_RELEASE_GL_OBJECTS" with expression '0x1200', CType: int
CL_COMMAND_SVM_FREE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_SVM_FREE" with expression '0x1209', CType: int
CL_COMMAND_SVM_MAP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_SVM_MAP" with expression '0x120C', CType: int
CL_COMMAND_SVM_MEMCPY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_SVM_MEMCPY" with expression '0x120A', CType: int
CL_COMMAND_SVM_MEMFILL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_SVM_MEMFILL" with expression '0x120B', CType: int
CL_COMMAND_SVM_UNMAP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_SVM_UNMAP" with expression '0x120D', CType: int
CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_TASK" with expression '0x11F1', CType: int
CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_TASK" with expression '0x11F1', CType: int
CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_TASK" with expression '0x11F1', CType: int
CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_TASK" with expression '0x11F1', CType: int
CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_UNMAP_MEM_OBJECT" with expression '0x11FD', CType: int
CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_UNMAP_MEM_OBJECT" with expression '0x11FD', CType: int
CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_UNMAP_MEM_OBJECT" with expression '0x11FD', CType: int
CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_UNMAP_MEM_OBJECT" with expression '0x11FD', CType: int
CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_USER" with expression '0x1204', CType: int
CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_USER" with expression '0x1204', CType: int
CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_USER" with expression '0x1204', CType: int
CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_USER" with expression '0x1204', CType: int
CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_WRITE_BUFFER" with expression '0x11F4', CType: int
CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_WRITE_BUFFER" with expression '0x11F4', CType: int
CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_WRITE_BUFFER" with expression '0x11F4', CType: int
CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_WRITE_BUFFER" with expression '0x11F4', CType: int
CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_WRITE_BUFFER_RECT" with expression '0x1202', CType: int
CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_WRITE_BUFFER_RECT" with expression '0x1202', CType: int
CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_WRITE_BUFFER_RECT" with expression '0x1202', CType: int
CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_WRITE_BUFFER_RECT" with expression '0x1202', CType: int
CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMMAND_WRITE_IMAGE" with expression '0x11F7', CType: int
CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMMAND_WRITE_IMAGE" with expression '0x11F7', CType: int
CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMMAND_WRITE_IMAGE" with expression '0x11F7', CType: int
CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMMAND_WRITE_IMAGE" with expression '0x11F7', CType: int
CL_COMPILE_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMPILE_PROGRAM_FAILURE" with expression '-15', CType: int
CL_COMPILE_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMPILE_PROGRAM_FAILURE" with expression '-15', CType: int
CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMPILER_NOT_AVAILABLE" with expression '-3', CType: int
CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMPILER_NOT_AVAILABLE" with expression '-3', CType: int
CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMPILER_NOT_AVAILABLE" with expression '-3', CType: int
CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMPILER_NOT_AVAILABLE" with expression '-3', CType: int
CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_COMPLETE" with expression '0x0', CType: int
CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_COMPLETE" with expression '0x0', CType: int
CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_COMPLETE" with expression '0x0', CType: int
CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_COMPLETE" with expression '0x0', CType: int
CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CONTEXT_DEVICES" with expression '0x1081', CType: int
CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CONTEXT_DEVICES" with expression '0x1081', CType: int
CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_DEVICES" with expression '0x1081', CType: int
CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_DEVICES" with expression '0x1081', CType: int
CL_CONTEXT_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_INTEROP_USER_SYNC" with expression '0x1085', CType: int
CL_CONTEXT_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_INTEROP_USER_SYNC" with expression '0x1085', CType: int
CL_CONTEXT_MEMORY_INITIALIZE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_MEMORY_INITIALIZE_KHR" with expression '0x200E', CType: int
CL_CONTEXT_MEMORY_INITIALIZE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_MEMORY_INITIALIZE_KHR" with expression '0x200E', CType: int
CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CONTEXT_NUM_DEVICES" with expression '0x1083', CType: int
CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CONTEXT_NUM_DEVICES" with expression '0x1083', CType: int
CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_NUM_DEVICES" with expression '0x1083', CType: int
CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_NUM_DEVICES" with expression '0x1083', CType: int
CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CONTEXT_PLATFORM" with expression '0x1084', CType: int
CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CONTEXT_PLATFORM" with expression '0x1084', CType: int
CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_PLATFORM" with expression '0x1084', CType: int
CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_PLATFORM" with expression '0x1084', CType: int
CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CONTEXT_PROPERTIES" with expression '0x1082', CType: int
CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CONTEXT_PROPERTIES" with expression '0x1082', CType: int
CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_PROPERTIES" with expression '0x1082', CType: int
CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_PROPERTIES" with expression '0x1082', CType: int
CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE - Static variable in interface com.jogamp.opencl.llb.CL
To be used on Mac OSX instead of CL.CL_CGL_SHAREGROUP_KHR}.
CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CONTEXT_REFERENCE_COUNT" with expression '0x1080', CType: int
CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CONTEXT_REFERENCE_COUNT" with expression '0x1080', CType: int
CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_REFERENCE_COUNT" with expression '0x1080', CType: int
CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_REFERENCE_COUNT" with expression '0x1080', CType: int
CL_CONTEXT_TERMINATE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CONTEXT_TERMINATE_KHR" with expression '0x2010', CType: int
CL_CONTEXT_TERMINATE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CONTEXT_TERMINATE_KHR" with expression '0x2010', CType: int
CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR" with expression '0x2006', CType: int
CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR" with expression '0x2006', CType: int
CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR" with expression '0x2006', CType: int
CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR" with expression '0x2006', CType: int
CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_DIG" with expression '15', CType: int
CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_DIG" with expression '15', CType: int
CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_DIG" with expression '15', CType: int
CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_DIG" with expression '15', CType: int
CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_EPSILON" with expression '0x1.0p-52', CType: float
CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_EPSILON" with expression '0x1.0p-52', CType: float
CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_EPSILON" with expression '0x1.0p-52', CType: float
CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_EPSILON" with expression '0x1.0p-52', CType: float
CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MANT_DIG" with expression '53', CType: int
CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MANT_DIG" with expression '53', CType: int
CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MANT_DIG" with expression '53', CType: int
CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MANT_DIG" with expression '53', CType: int
CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MAX" with expression '0x1.fffffffffffffp1023', CType: double
CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MAX" with expression '0x1.fffffffffffffp1023', CType: double
CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MAX" with expression '0x1.fffffffffffffp1023', CType: double
CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MAX" with expression '0x1.fffffffffffffp1023', CType: double
CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MAX_10_EXP" with expression '+308', CType: int
CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MAX_10_EXP" with expression '+308', CType: int
CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MAX_10_EXP" with expression '+308', CType: int
CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MAX_10_EXP" with expression '+308', CType: int
CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MAX_EXP" with expression '+1024', CType: int
CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MAX_EXP" with expression '+1024', CType: int
CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MAX_EXP" with expression '+1024', CType: int
CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MAX_EXP" with expression '+1024', CType: int
CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MIN" with expression '0x1.0p-1022', CType: double
CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MIN" with expression '0x1.0p-1022', CType: double
CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MIN" with expression '0x1.0p-1022', CType: double
CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MIN" with expression '0x1.0p-1022', CType: double
CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MIN_10_EXP" with expression '-307', CType: int
CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MIN_10_EXP" with expression '-307', CType: int
CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MIN_10_EXP" with expression '-307', CType: int
CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MIN_10_EXP" with expression '-307', CType: int
CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_MIN_EXP" with expression '-1021', CType: int
CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_MIN_EXP" with expression '-1021', CType: int
CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_MIN_EXP" with expression '-1021', CType: int
CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_MIN_EXP" with expression '-1021', CType: int
CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DBL_RADIX" with expression '2', CType: int
CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DBL_RADIX" with expression '2', CType: int
CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DBL_RADIX" with expression '2', CType: int
CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DBL_RADIX" with expression '2', CType: int
CL_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEPTH" with expression '0x10BD', CType: int
CL_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEPTH" with expression '0x10BD', CType: int
CL_DEPTH_STENCIL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEPTH_STENCIL" with expression '0x10BE', CType: int
CL_DEPTH_STENCIL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEPTH_STENCIL" with expression '0x10BE', CType: int
CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_ADDRESS_BITS" with expression '0x100D', CType: int
CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_ADDRESS_BITS" with expression '0x100D', CType: int
CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_ADDRESS_BITS" with expression '0x100D', CType: int
CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_ADDRESS_BITS" with expression '0x100D', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE" with expression '(1 << 4)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE" with expression '(1 << 4)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE" with expression '(1 << 3)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE" with expression '(1 << 3)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE" with expression '(1 << 2)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE" with expression '(1 << 2)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE" with expression '(1 << 1)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE" with expression '(1 << 1)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE" with expression '(1 << 5)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE" with expression '(1 << 5)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_NUMA - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAIN_NUMA" with expression '(1 << 0)', CType: int
CL_DEVICE_AFFINITY_DOMAIN_NUMA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAIN_NUMA" with expression '(1 << 0)', CType: int
CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_AFFINITY_DOMAINS_EXT" with expression '0x4056', CType: int
CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_AFFINITY_DOMAINS_EXT" with expression '0x4056', CType: int
CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AFFINITY_DOMAINS_EXT" with expression '0x4056', CType: int
CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AFFINITY_DOMAINS_EXT" with expression '0x4056', CType: int
CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_AVAILABLE" with expression '0x1027', CType: int
CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_AVAILABLE" with expression '0x1027', CType: int
CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_AVAILABLE" with expression '0x1027', CType: int
CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_AVAILABLE" with expression '0x1027', CType: int
CL_DEVICE_BUILT_IN_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_BUILT_IN_KERNELS" with expression '0x103F', CType: int
CL_DEVICE_BUILT_IN_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_BUILT_IN_KERNELS" with expression '0x103F', CType: int
CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_COMPILER_AVAILABLE" with expression '0x1028', CType: int
CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_COMPILER_AVAILABLE" with expression '0x1028', CType: int
CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_COMPILER_AVAILABLE" with expression '0x1028', CType: int
CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_COMPILER_AVAILABLE" with expression '0x1028', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV" with expression '0x4000', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV" with expression '0x4000', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV" with expression '0x4000', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV" with expression '0x4000', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV" with expression '0x4001', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV" with expression '0x4001', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV" with expression '0x4001', CType: int
CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV" with expression '0x4001', CType: int
CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_DOUBLE_FP_CONFIG" with expression '0x1032', CType: int
CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_DOUBLE_FP_CONFIG" with expression '0x1032', CType: int
CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_DOUBLE_FP_CONFIG" with expression '0x1032', CType: int
CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_DOUBLE_FP_CONFIG" with expression '0x1032', CType: int
CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_ENDIAN_LITTLE" with expression '0x1026', CType: int
CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_ENDIAN_LITTLE" with expression '0x1026', CType: int
CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_ENDIAN_LITTLE" with expression '0x1026', CType: int
CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_ENDIAN_LITTLE" with expression '0x1026', CType: int
CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_ERROR_CORRECTION_SUPPORT" with expression '0x1024', CType: int
CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_ERROR_CORRECTION_SUPPORT" with expression '0x1024', CType: int
CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_ERROR_CORRECTION_SUPPORT" with expression '0x1024', CType: int
CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_ERROR_CORRECTION_SUPPORT" with expression '0x1024', CType: int
CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_EXECUTION_CAPABILITIES" with expression '0x1029', CType: int
CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_EXECUTION_CAPABILITIES" with expression '0x1029', CType: int
CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_EXECUTION_CAPABILITIES" with expression '0x1029', CType: int
CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_EXECUTION_CAPABILITIES" with expression '0x1029', CType: int
CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_EXTENSIONS" with expression '0x1030', CType: int
CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_EXTENSIONS" with expression '0x1030', CType: int
CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_EXTENSIONS" with expression '0x1030', CType: int
CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_EXTENSIONS" with expression '0x1030', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_GLOBAL_MEM_CACHE_SIZE" with expression '0x101E', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_GLOBAL_MEM_CACHE_SIZE" with expression '0x101E', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_GLOBAL_MEM_CACHE_SIZE" with expression '0x101E', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GLOBAL_MEM_CACHE_SIZE" with expression '0x101E', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_GLOBAL_MEM_CACHE_TYPE" with expression '0x101C', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_GLOBAL_MEM_CACHE_TYPE" with expression '0x101C', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_GLOBAL_MEM_CACHE_TYPE" with expression '0x101C', CType: int
CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GLOBAL_MEM_CACHE_TYPE" with expression '0x101C', CType: int
CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE" with expression '0x101D', CType: int
CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE" with expression '0x101D', CType: int
CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE" with expression '0x101D', CType: int
CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE" with expression '0x101D', CType: int
CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_GLOBAL_MEM_SIZE" with expression '0x101F', CType: int
CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_GLOBAL_MEM_SIZE" with expression '0x101F', CType: int
CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_GLOBAL_MEM_SIZE" with expression '0x101F', CType: int
CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GLOBAL_MEM_SIZE" with expression '0x101F', CType: int
CL_DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZE" with expression '0x1054', CType: int
CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_GPU_OVERLAP_NV" with expression '0x4004', CType: int
CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_GPU_OVERLAP_NV" with expression '0x4004', CType: int
CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_GPU_OVERLAP_NV" with expression '0x4004', CType: int
CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_GPU_OVERLAP_NV" with expression '0x4004', CType: int
CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_HALF_FP_CONFIG" with expression '0x1033', CType: int
CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_HALF_FP_CONFIG" with expression '0x1033', CType: int
CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_HALF_FP_CONFIG" with expression '0x1033', CType: int
CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_HALF_FP_CONFIG" with expression '0x1033', CType: int
CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_HOST_UNIFIED_MEMORY" with expression '0x1035', CType: int
CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_HOST_UNIFIED_MEMORY" with expression '0x1035', CType: int
CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_HOST_UNIFIED_MEMORY" with expression '0x1035', CType: int
CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_HOST_UNIFIED_MEMORY" with expression '0x1035', CType: int
CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT" with expression '0x104B', CType: int
CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT" with expression '0x104B', CType: int
CL_DEVICE_IMAGE_MAX_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE_MAX_ARRAY_SIZE" with expression '0x1041', CType: int
CL_DEVICE_IMAGE_MAX_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE_MAX_ARRAY_SIZE" with expression '0x1041', CType: int
CL_DEVICE_IMAGE_MAX_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE_MAX_BUFFER_SIZE" with expression '0x1040', CType: int
CL_DEVICE_IMAGE_MAX_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE_MAX_BUFFER_SIZE" with expression '0x1040', CType: int
CL_DEVICE_IMAGE_PITCH_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE_PITCH_ALIGNMENT" with expression '0x104A', CType: int
CL_DEVICE_IMAGE_PITCH_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE_PITCH_ALIGNMENT" with expression '0x104A', CType: int
CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE_SUPPORT" with expression '0x1016', CType: int
CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE_SUPPORT" with expression '0x1016', CType: int
CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE_SUPPORT" with expression '0x1016', CType: int
CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE_SUPPORT" with expression '0x1016', CType: int
CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE2D_MAX_HEIGHT" with expression '0x1012', CType: int
CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE2D_MAX_HEIGHT" with expression '0x1012', CType: int
CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE2D_MAX_HEIGHT" with expression '0x1012', CType: int
CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE2D_MAX_HEIGHT" with expression '0x1012', CType: int
CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE2D_MAX_WIDTH" with expression '0x1011', CType: int
CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE2D_MAX_WIDTH" with expression '0x1011', CType: int
CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE2D_MAX_WIDTH" with expression '0x1011', CType: int
CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE2D_MAX_WIDTH" with expression '0x1011', CType: int
CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE3D_MAX_DEPTH" with expression '0x1015', CType: int
CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE3D_MAX_DEPTH" with expression '0x1015', CType: int
CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE3D_MAX_DEPTH" with expression '0x1015', CType: int
CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE3D_MAX_DEPTH" with expression '0x1015', CType: int
CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE3D_MAX_HEIGHT" with expression '0x1014', CType: int
CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE3D_MAX_HEIGHT" with expression '0x1014', CType: int
CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE3D_MAX_HEIGHT" with expression '0x1014', CType: int
CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE3D_MAX_HEIGHT" with expression '0x1014', CType: int
CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_IMAGE3D_MAX_WIDTH" with expression '0x1013', CType: int
CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_IMAGE3D_MAX_WIDTH" with expression '0x1013', CType: int
CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_IMAGE3D_MAX_WIDTH" with expression '0x1013', CType: int
CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_IMAGE3D_MAX_WIDTH" with expression '0x1013', CType: int
CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_INTEGRATED_MEMORY_NV" with expression '0x4006', CType: int
CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_INTEGRATED_MEMORY_NV" with expression '0x4006', CType: int
CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_INTEGRATED_MEMORY_NV" with expression '0x4006', CType: int
CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_INTEGRATED_MEMORY_NV" with expression '0x4006', CType: int
CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV" with expression '0x4005', CType: int
CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV" with expression '0x4005', CType: int
CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV" with expression '0x4005', CType: int
CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV" with expression '0x4005', CType: int
CL_DEVICE_LINKER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_LINKER_AVAILABLE" with expression '0x103E', CType: int
CL_DEVICE_LINKER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_LINKER_AVAILABLE" with expression '0x103E', CType: int
CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_LOCAL_MEM_SIZE" with expression '0x1023', CType: int
CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_LOCAL_MEM_SIZE" with expression '0x1023', CType: int
CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_LOCAL_MEM_SIZE" with expression '0x1023', CType: int
CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_LOCAL_MEM_SIZE" with expression '0x1023', CType: int
CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_LOCAL_MEM_TYPE" with expression '0x1022', CType: int
CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_LOCAL_MEM_TYPE" with expression '0x1022', CType: int
CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_LOCAL_MEM_TYPE" with expression '0x1022', CType: int
CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_LOCAL_MEM_TYPE" with expression '0x1022', CType: int
CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_CLOCK_FREQUENCY" with expression '0x100C', CType: int
CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_CLOCK_FREQUENCY" with expression '0x100C', CType: int
CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_CLOCK_FREQUENCY" with expression '0x100C', CType: int
CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_CLOCK_FREQUENCY" with expression '0x100C', CType: int
CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_COMPUTE_UNITS" with expression '0x1002', CType: int
CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_COMPUTE_UNITS" with expression '0x1002', CType: int
CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_COMPUTE_UNITS" with expression '0x1002', CType: int
CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_COMPUTE_UNITS" with expression '0x1002', CType: int
CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_CONSTANT_ARGS" with expression '0x1021', CType: int
CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_CONSTANT_ARGS" with expression '0x1021', CType: int
CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_CONSTANT_ARGS" with expression '0x1021', CType: int
CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_CONSTANT_ARGS" with expression '0x1021', CType: int
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE" with expression '0x1020', CType: int
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE" with expression '0x1020', CType: int
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE" with expression '0x1020', CType: int
CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE" with expression '0x1020', CType: int
CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE" with expression '0x104D', CType: int
CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_MEM_ALLOC_SIZE" with expression '0x1010', CType: int
CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_MEM_ALLOC_SIZE" with expression '0x1010', CType: int
CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_MEM_ALLOC_SIZE" with expression '0x1010', CType: int
CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_MEM_ALLOC_SIZE" with expression '0x1010', CType: int
CL_DEVICE_MAX_ON_DEVICE_EVENTS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_ON_DEVICE_EVENTS" with expression '0x1052', CType: int
CL_DEVICE_MAX_ON_DEVICE_QUEUES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_ON_DEVICE_QUEUES" with expression '0x1051', CType: int
CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_PARAMETER_SIZE" with expression '0x1017', CType: int
CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_PARAMETER_SIZE" with expression '0x1017', CType: int
CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_PARAMETER_SIZE" with expression '0x1017', CType: int
CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_PARAMETER_SIZE" with expression '0x1017', CType: int
CL_DEVICE_MAX_PIPE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_PIPE_ARGS" with expression '0x1055', CType: int
CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_READ_IMAGE_ARGS" with expression '0x100E', CType: int
CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_READ_IMAGE_ARGS" with expression '0x100E', CType: int
CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_READ_IMAGE_ARGS" with expression '0x100E', CType: int
CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_READ_IMAGE_ARGS" with expression '0x100E', CType: int
CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS" with expression '0x104C', CType: int
CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_SAMPLERS" with expression '0x1018', CType: int
CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_SAMPLERS" with expression '0x1018', CType: int
CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_SAMPLERS" with expression '0x1018', CType: int
CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_SAMPLERS" with expression '0x1018', CType: int
CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_WORK_GROUP_SIZE" with expression '0x1004', CType: int
CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_WORK_GROUP_SIZE" with expression '0x1004', CType: int
CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_WORK_GROUP_SIZE" with expression '0x1004', CType: int
CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_WORK_GROUP_SIZE" with expression '0x1004', CType: int
CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS" with expression '0x1003', CType: int
CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS" with expression '0x1003', CType: int
CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS" with expression '0x1003', CType: int
CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS" with expression '0x1003', CType: int
CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_WORK_ITEM_SIZES" with expression '0x1005', CType: int
CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_WORK_ITEM_SIZES" with expression '0x1005', CType: int
CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_WORK_ITEM_SIZES" with expression '0x1005', CType: int
CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_WORK_ITEM_SIZES" with expression '0x1005', CType: int
CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MAX_WRITE_IMAGE_ARGS" with expression '0x100F', CType: int
CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MAX_WRITE_IMAGE_ARGS" with expression '0x100F', CType: int
CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MAX_WRITE_IMAGE_ARGS" with expression '0x100F', CType: int
CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MAX_WRITE_IMAGE_ARGS" with expression '0x100F', CType: int
CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MEM_BASE_ADDR_ALIGN" with expression '0x1019', CType: int
CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MEM_BASE_ADDR_ALIGN" with expression '0x1019', CType: int
CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MEM_BASE_ADDR_ALIGN" with expression '0x1019', CType: int
CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MEM_BASE_ADDR_ALIGN" with expression '0x1019', CType: int
CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE" with expression '0x101A', CType: int
CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE" with expression '0x101A', CType: int
CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE" with expression '0x101A', CType: int
CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE" with expression '0x101A', CType: int
CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NAME" with expression '0x102B', CType: int
CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NAME" with expression '0x102B', CType: int
CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NAME" with expression '0x102B', CType: int
CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NAME" with expression '0x102B', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR" with expression '0x1036', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR" with expression '0x1036', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR" with expression '0x1036', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR" with expression '0x1036', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE" with expression '0x103B', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE" with expression '0x103B', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE" with expression '0x103B', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE" with expression '0x103B', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT" with expression '0x103A', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT" with expression '0x103A', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT" with expression '0x103A', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT" with expression '0x103A', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF" with expression '0x103C', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF" with expression '0x103C', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF" with expression '0x103C', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF" with expression '0x103C', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_INT" with expression '0x1038', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_INT" with expression '0x1038', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_INT" with expression '0x1038', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_INT" with expression '0x1038', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG" with expression '0x1039', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG" with expression '0x1039', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG" with expression '0x1039', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG" with expression '0x1039', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT" with expression '0x1037', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT" with expression '0x1037', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT" with expression '0x1037', CType: int
CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT" with expression '0x1037', CType: int
CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NOT_AVAILABLE" with expression '-2', CType: int
CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NOT_AVAILABLE" with expression '-2', CType: int
CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NOT_AVAILABLE" with expression '-2', CType: int
CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NOT_AVAILABLE" with expression '-2', CType: int
CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_NOT_FOUND" with expression '-1', CType: int
CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_NOT_FOUND" with expression '-1', CType: int
CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_NOT_FOUND" with expression '-1', CType: int
CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_NOT_FOUND" with expression '-1', CType: int
CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_OPENCL_C_VERSION" with expression '0x103D', CType: int
CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_OPENCL_C_VERSION" with expression '0x103D', CType: int
CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_OPENCL_C_VERSION" with expression '0x103D', CType: int
CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_OPENCL_C_VERSION" with expression '0x103D', CType: int
CL_DEVICE_PARENT_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARENT_DEVICE" with expression '0x1042', CType: int
CL_DEVICE_PARENT_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARENT_DEVICE" with expression '0x1042', CType: int
CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARENT_DEVICE_EXT" with expression '0x4054', CType: int
CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARENT_DEVICE_EXT" with expression '0x4054', CType: int
CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARENT_DEVICE_EXT" with expression '0x4054', CType: int
CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARENT_DEVICE_EXT" with expression '0x4054', CType: int
CL_DEVICE_PARTITION_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_AFFINITY_DOMAIN" with expression '0x1045', CType: int
CL_DEVICE_PARTITION_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_AFFINITY_DOMAIN" with expression '0x1045', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN" with expression '0x1088', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN" with expression '0x1088', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT" with expression '0x4053', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT" with expression '0x4053', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT" with expression '0x4053', CType: int
CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT" with expression '0x4053', CType: int
CL_DEVICE_PARTITION_BY_COUNTS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_COUNTS" with expression '0x1087', CType: int
CL_DEVICE_PARTITION_BY_COUNTS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_COUNTS" with expression '0x1087', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_BY_COUNTS_EXT" with expression '0x4051', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_BY_COUNTS_EXT" with expression '0x4051', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_COUNTS_EXT" with expression '0x4051', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_COUNTS_EXT" with expression '0x4051', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_LIST_END - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_COUNTS_LIST_END" with expression '0x0', CType: int
CL_DEVICE_PARTITION_BY_COUNTS_LIST_END - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_COUNTS_LIST_END" with expression '0x0', CType: int
CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_BY_NAMES_EXT" with expression '0x4052', CType: int
CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_BY_NAMES_EXT" with expression '0x4052', CType: int
CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_BY_NAMES_EXT" with expression '0x4052', CType: int
CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_BY_NAMES_EXT" with expression '0x4052', CType: int
CL_DEVICE_PARTITION_EQUALLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_EQUALLY" with expression '0x1086', CType: int
CL_DEVICE_PARTITION_EQUALLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_EQUALLY" with expression '0x1086', CType: int
CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_EQUALLY_EXT" with expression '0x4050', CType: int
CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_EQUALLY_EXT" with expression '0x4050', CType: int
CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_EQUALLY_EXT" with expression '0x4050', CType: int
CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_EQUALLY_EXT" with expression '0x4050', CType: int
CL_DEVICE_PARTITION_FAILED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_FAILED" with expression '-18', CType: int
CL_DEVICE_PARTITION_FAILED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_FAILED" with expression '-18', CType: int
CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_FAILED_EXT" with expression '-1057', CType: int
CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_FAILED_EXT" with expression '-1057', CType: int
CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_FAILED_EXT" with expression '-1057', CType: int
CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_FAILED_EXT" with expression '-1057', CType: int
CL_DEVICE_PARTITION_MAX_SUB_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_MAX_SUB_DEVICES" with expression '0x1043', CType: int
CL_DEVICE_PARTITION_MAX_SUB_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_MAX_SUB_DEVICES" with expression '0x1043', CType: int
CL_DEVICE_PARTITION_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_PROPERTIES" with expression '0x1044', CType: int
CL_DEVICE_PARTITION_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_PROPERTIES" with expression '0x1044', CType: int
CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_STYLE_EXT" with expression '0x4058', CType: int
CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_STYLE_EXT" with expression '0x4058', CType: int
CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_STYLE_EXT" with expression '0x4058', CType: int
CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_STYLE_EXT" with expression '0x4058', CType: int
CL_DEVICE_PARTITION_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_TYPE" with expression '0x1046', CType: int
CL_DEVICE_PARTITION_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_TYPE" with expression '0x1046', CType: int
CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PARTITION_TYPES_EXT" with expression '0x4055', CType: int
CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PARTITION_TYPES_EXT" with expression '0x4055', CType: int
CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PARTITION_TYPES_EXT" with expression '0x4055', CType: int
CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PARTITION_TYPES_EXT" with expression '0x4055', CType: int
CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS" with expression '0x1056', CType: int
CL_DEVICE_PIPE_MAX_PACKET_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PIPE_MAX_PACKET_SIZE" with expression '0x1057', CType: int
CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PLATFORM" with expression '0x1031', CType: int
CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PLATFORM" with expression '0x1031', CType: int
CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PLATFORM" with expression '0x1031', CType: int
CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PLATFORM" with expression '0x1031', CType: int
CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT" with expression '0x1059', CType: int
CL_DEVICE_PREFERRED_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_INTEROP_USER_SYNC" with expression '0x1048', CType: int
CL_DEVICE_PREFERRED_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_INTEROP_USER_SYNC" with expression '0x1048', CType: int
CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT" with expression '0x105A', CType: int
CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT" with expression '0x1058', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR" with expression '0x1006', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR" with expression '0x1006', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR" with expression '0x1006', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR" with expression '0x1006', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE" with expression '0x100B', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE" with expression '0x100B', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE" with expression '0x100B', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE" with expression '0x100B', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT" with expression '0x100A', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT" with expression '0x100A', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT" with expression '0x100A', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT" with expression '0x100A', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF" with expression '0x1034', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF" with expression '0x1034', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF" with expression '0x1034', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF" with expression '0x1034', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT" with expression '0x1008', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT" with expression '0x1008', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT" with expression '0x1008', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT" with expression '0x1008', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG" with expression '0x1009', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG" with expression '0x1009', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG" with expression '0x1009', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG" with expression '0x1009', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT" with expression '0x1007', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT" with expression '0x1007', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT" with expression '0x1007', CType: int
CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT" with expression '0x1007', CType: int
CL_DEVICE_PRINTF_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PRINTF_BUFFER_SIZE" with expression '0x1049', CType: int
CL_DEVICE_PRINTF_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PRINTF_BUFFER_SIZE" with expression '0x1049', CType: int
CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PROFILE" with expression '0x102E', CType: int
CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PROFILE" with expression '0x102E', CType: int
CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PROFILE" with expression '0x102E', CType: int
CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PROFILE" with expression '0x102E', CType: int
CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PROFILING_TIMER_OFFSET_AMD" with expression '0x4036', CType: int
CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PROFILING_TIMER_OFFSET_AMD" with expression '0x4036', CType: int
CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PROFILING_TIMER_OFFSET_AMD" with expression '0x4036', CType: int
CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PROFILING_TIMER_OFFSET_AMD" with expression '0x4036', CType: int
CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_PROFILING_TIMER_RESOLUTION" with expression '0x1025', CType: int
CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_PROFILING_TIMER_RESOLUTION" with expression '0x1025', CType: int
CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_PROFILING_TIMER_RESOLUTION" with expression '0x1025', CType: int
CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_PROFILING_TIMER_RESOLUTION" with expression '0x1025', CType: int
CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE" with expression '0x1050', CType: int
CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE" with expression '0x104F', CType: int
CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES" with expression '0x104E', CType: int
CL_DEVICE_QUEUE_ON_HOST_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_QUEUE_ON_HOST_PROPERTIES" with expression '0x102A', CType: int
CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_QUEUE_PROPERTIES" with expression '0x102A', CType: int
CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_QUEUE_PROPERTIES" with expression '0x102A', CType: int
CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_QUEUE_PROPERTIES" with expression '0x102A', CType: int
CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_QUEUE_PROPERTIES" with expression '0x102A', CType: int
CL_DEVICE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_REFERENCE_COUNT" with expression '0x1047', CType: int
CL_DEVICE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_REFERENCE_COUNT" with expression '0x1047', CType: int
CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_REFERENCE_COUNT_EXT" with expression '0x4057', CType: int
CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_REFERENCE_COUNT_EXT" with expression '0x4057', CType: int
CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_REFERENCE_COUNT_EXT" with expression '0x4057', CType: int
CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_REFERENCE_COUNT_EXT" with expression '0x4057', CType: int
CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_REGISTERS_PER_BLOCK_NV" with expression '0x4002', CType: int
CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_REGISTERS_PER_BLOCK_NV" with expression '0x4002', CType: int
CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_REGISTERS_PER_BLOCK_NV" with expression '0x4002', CType: int
CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_REGISTERS_PER_BLOCK_NV" with expression '0x4002', CType: int
CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_SINGLE_FP_CONFIG" with expression '0x101B', CType: int
CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_SINGLE_FP_CONFIG" with expression '0x101B', CType: int
CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_SINGLE_FP_CONFIG" with expression '0x101B', CType: int
CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SINGLE_FP_CONFIG" with expression '0x101B', CType: int
CL_DEVICE_SPIR_VERSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_SPIR_VERSIONS" with expression '0x40E0', CType: int
CL_DEVICE_SPIR_VERSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SPIR_VERSIONS" with expression '0x40E0', CType: int
CL_DEVICE_SVM_ATOMICS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SVM_ATOMICS" with expression '(1 << 3)', CType: int
CL_DEVICE_SVM_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SVM_CAPABILITIES" with expression '0x1053', CType: int
CL_DEVICE_SVM_COARSE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SVM_COARSE_GRAIN_BUFFER" with expression '(1 << 0)', CType: int
CL_DEVICE_SVM_FINE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SVM_FINE_GRAIN_BUFFER" with expression '(1 << 1)', CType: int
CL_DEVICE_SVM_FINE_GRAIN_SYSTEM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_SVM_FINE_GRAIN_SYSTEM" with expression '(1 << 2)', CType: int
CL_DEVICE_TERMINATE_CAPABILITY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TERMINATE_CAPABILITY_KHR" with expression '0x200F', CType: int
CL_DEVICE_TERMINATE_CAPABILITY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TERMINATE_CAPABILITY_KHR" with expression '0x200F', CType: int
CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE" with expression '0x1000', CType: int
CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE" with expression '0x1000', CType: int
CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE" with expression '0x1000', CType: int
CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE" with expression '0x1000', CType: int
CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE_ACCELERATOR" with expression '(1 << 3)', CType: int
CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE_ACCELERATOR" with expression '(1 << 3)', CType: int
CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_ACCELERATOR" with expression '(1 << 3)', CType: int
CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_ACCELERATOR" with expression '(1 << 3)', CType: int
CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE_ALL" with expression '0xFFFFFFFF', CType: long
CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE_ALL" with expression '0xFFFFFFFF', CType: long
CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_ALL" with expression '0xFFFFFFFF', CType: long
CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_ALL" with expression '0xFFFFFFFF', CType: long
CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE_CPU" with expression '(1 << 1)', CType: int
CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE_CPU" with expression '(1 << 1)', CType: int
CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_CPU" with expression '(1 << 1)', CType: int
CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_CPU" with expression '(1 << 1)', CType: int
CL_DEVICE_TYPE_CUSTOM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_CUSTOM" with expression '(1 << 4)', CType: int
CL_DEVICE_TYPE_CUSTOM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_CUSTOM" with expression '(1 << 4)', CType: int
CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE_DEFAULT" with expression '(1 << 0)', CType: int
CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE_DEFAULT" with expression '(1 << 0)', CType: int
CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_DEFAULT" with expression '(1 << 0)', CType: int
CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_DEFAULT" with expression '(1 << 0)', CType: int
CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_TYPE_GPU" with expression '(1 << 2)', CType: int
CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_TYPE_GPU" with expression '(1 << 2)', CType: int
CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_TYPE_GPU" with expression '(1 << 2)', CType: int
CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_TYPE_GPU" with expression '(1 << 2)', CType: int
CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_VENDOR" with expression '0x102C', CType: int
CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_VENDOR" with expression '0x102C', CType: int
CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_VENDOR" with expression '0x102C', CType: int
CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_VENDOR" with expression '0x102C', CType: int
CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_VENDOR_ID" with expression '0x1001', CType: int
CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_VENDOR_ID" with expression '0x1001', CType: int
CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_VENDOR_ID" with expression '0x1001', CType: int
CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_VENDOR_ID" with expression '0x1001', CType: int
CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_VERSION" with expression '0x102F', CType: int
CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_VERSION" with expression '0x102F', CType: int
CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_VERSION" with expression '0x102F', CType: int
CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_VERSION" with expression '0x102F', CType: int
CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICE_WARP_SIZE_NV" with expression '0x4003', CType: int
CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICE_WARP_SIZE_NV" with expression '0x4003', CType: int
CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICE_WARP_SIZE_NV" with expression '0x4003', CType: int
CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICE_WARP_SIZE_NV" with expression '0x4003', CType: int
CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DEVICES_FOR_GL_CONTEXT_KHR" with expression '0x2007', CType: int
CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DEVICES_FOR_GL_CONTEXT_KHR" with expression '0x2007', CType: int
CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DEVICES_FOR_GL_CONTEXT_KHR" with expression '0x2007', CType: int
CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DEVICES_FOR_GL_CONTEXT_KHR" with expression '0x2007', CType: int
CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_DRIVER_VERSION" with expression '0x102D', CType: int
CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_DRIVER_VERSION" with expression '0x102D', CType: int
CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_DRIVER_VERSION" with expression '0x102D', CType: int
CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_DRIVER_VERSION" with expression '0x102D', CType: int
CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EGL_DISPLAY_KHR" with expression '0x2009', CType: int
CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EGL_DISPLAY_KHR" with expression '0x2009', CType: int
CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EGL_DISPLAY_KHR" with expression '0x2009', CType: int
CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EGL_DISPLAY_KHR" with expression '0x2009', CType: int
CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EVENT_COMMAND_EXECUTION_STATUS" with expression '0x11D3', CType: int
CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EVENT_COMMAND_EXECUTION_STATUS" with expression '0x11D3', CType: int
CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EVENT_COMMAND_EXECUTION_STATUS" with expression '0x11D3', CType: int
CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EVENT_COMMAND_EXECUTION_STATUS" with expression '0x11D3', CType: int
CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EVENT_COMMAND_QUEUE" with expression '0x11D0', CType: int
CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EVENT_COMMAND_QUEUE" with expression '0x11D0', CType: int
CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EVENT_COMMAND_QUEUE" with expression '0x11D0', CType: int
CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EVENT_COMMAND_QUEUE" with expression '0x11D0', CType: int
CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EVENT_COMMAND_TYPE" with expression '0x11D1', CType: int
CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EVENT_COMMAND_TYPE" with expression '0x11D1', CType: int
CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EVENT_COMMAND_TYPE" with expression '0x11D1', CType: int
CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EVENT_COMMAND_TYPE" with expression '0x11D1', CType: int
CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EVENT_CONTEXT" with expression '0x11D4', CType: int
CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EVENT_CONTEXT" with expression '0x11D4', CType: int
CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EVENT_CONTEXT" with expression '0x11D4', CType: int
CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EVENT_CONTEXT" with expression '0x11D4', CType: int
CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EVENT_REFERENCE_COUNT" with expression '0x11D2', CType: int
CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EVENT_REFERENCE_COUNT" with expression '0x11D2', CType: int
CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EVENT_REFERENCE_COUNT" with expression '0x11D2', CType: int
CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EVENT_REFERENCE_COUNT" with expression '0x11D2', CType: int
CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EXEC_KERNEL" with expression '(1 << 0)', CType: int
CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EXEC_KERNEL" with expression '(1 << 0)', CType: int
CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EXEC_KERNEL" with expression '(1 << 0)', CType: int
CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EXEC_KERNEL" with expression '(1 << 0)', CType: int
CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EXEC_NATIVE_KERNEL" with expression '(1 << 1)', CType: int
CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EXEC_NATIVE_KERNEL" with expression '(1 << 1)', CType: int
CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EXEC_NATIVE_KERNEL" with expression '(1 << 1)', CType: int
CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EXEC_NATIVE_KERNEL" with expression '(1 << 1)', CType: int
CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST" with expression '-14', CType: int
CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST" with expression '-14', CType: int
CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST" with expression '-14', CType: int
CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST" with expression '-14', CType: int
cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL
Define "cl_ext_device_fission" with expression '1', CType: int
cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL11
Define "cl_ext_device_fission" with expression '1', CType: int
cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL12
Define "cl_ext_device_fission" with expression '1', CType: int
cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL20
Define "cl_ext_device_fission" with expression '1', CType: int
CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FALSE" with expression '0', CType: int
CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FALSE" with expression '0', CType: int
CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FALSE" with expression '0', CType: int
CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FALSE" with expression '0', CType: int
CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FILTER_LINEAR" with expression '0x1141', CType: int
CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FILTER_LINEAR" with expression '0x1141', CType: int
CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FILTER_LINEAR" with expression '0x1141', CType: int
CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FILTER_LINEAR" with expression '0x1141', CType: int
CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FILTER_NEAREST" with expression '0x1140', CType: int
CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FILTER_NEAREST" with expression '0x1140', CType: int
CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FILTER_NEAREST" with expression '0x1140', CType: int
CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FILTER_NEAREST" with expression '0x1140', CType: int
CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLOAT" with expression '0x10DE', CType: int
CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLOAT" with expression '0x10DE', CType: int
CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLOAT" with expression '0x10DE', CType: int
CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLOAT" with expression '0x10DE', CType: int
CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_DIG" with expression '6', CType: int
CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_DIG" with expression '6', CType: int
CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_DIG" with expression '6', CType: int
CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_DIG" with expression '6', CType: int
CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_EPSILON" with expression '0x1.0p-23f', CType: float
CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_EPSILON" with expression '0x1.0p-23f', CType: float
CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_EPSILON" with expression '0x1.0p-23f', CType: float
CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_EPSILON" with expression '0x1.0p-23f', CType: float
CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MANT_DIG" with expression '24', CType: int
CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MANT_DIG" with expression '24', CType: int
CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MANT_DIG" with expression '24', CType: int
CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MANT_DIG" with expression '24', CType: int
CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MAX" with expression '0x1.fffffep127f', CType: float
CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MAX" with expression '0x1.fffffep127f', CType: float
CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MAX" with expression '0x1.fffffep127f', CType: float
CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MAX" with expression '0x1.fffffep127f', CType: float
CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MAX_10_EXP" with expression '+38', CType: int
CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MAX_10_EXP" with expression '+38', CType: int
CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MAX_10_EXP" with expression '+38', CType: int
CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MAX_10_EXP" with expression '+38', CType: int
CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MAX_EXP" with expression '+128', CType: int
CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MAX_EXP" with expression '+128', CType: int
CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MAX_EXP" with expression '+128', CType: int
CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MAX_EXP" with expression '+128', CType: int
CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MIN" with expression '0x1.0p-126f', CType: float
CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MIN" with expression '0x1.0p-126f', CType: float
CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MIN" with expression '0x1.0p-126f', CType: float
CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MIN" with expression '0x1.0p-126f', CType: float
CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MIN_10_EXP" with expression '-37', CType: int
CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MIN_10_EXP" with expression '-37', CType: int
CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MIN_10_EXP" with expression '-37', CType: int
CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MIN_10_EXP" with expression '-37', CType: int
CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_MIN_EXP" with expression '-125', CType: int
CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_MIN_EXP" with expression '-125', CType: int
CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_MIN_EXP" with expression '-125', CType: int
CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_MIN_EXP" with expression '-125', CType: int
CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FLT_RADIX" with expression '2', CType: int
CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FLT_RADIX" with expression '2', CType: int
CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FLT_RADIX" with expression '2', CType: int
CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FLT_RADIX" with expression '2', CType: int
CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT" with expression '(1 << 7)', CType: int
CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT" with expression '(1 << 7)', CType: int
CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_DENORM" with expression '(1 << 0)', CType: int
CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_DENORM" with expression '(1 << 0)', CType: int
CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_DENORM" with expression '(1 << 0)', CType: int
CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_DENORM" with expression '(1 << 0)', CType: int
CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_FMA" with expression '(1 << 5)', CType: int
CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_FMA" with expression '(1 << 5)', CType: int
CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_FMA" with expression '(1 << 5)', CType: int
CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_FMA" with expression '(1 << 5)', CType: int
CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_INF_NAN" with expression '(1 << 1)', CType: int
CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_INF_NAN" with expression '(1 << 1)', CType: int
CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_INF_NAN" with expression '(1 << 1)', CType: int
CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_INF_NAN" with expression '(1 << 1)', CType: int
CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_ROUND_TO_INF" with expression '(1 << 4)', CType: int
CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_ROUND_TO_INF" with expression '(1 << 4)', CType: int
CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_ROUND_TO_INF" with expression '(1 << 4)', CType: int
CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_ROUND_TO_INF" with expression '(1 << 4)', CType: int
CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_ROUND_TO_NEAREST" with expression '(1 << 2)', CType: int
CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_ROUND_TO_NEAREST" with expression '(1 << 2)', CType: int
CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_ROUND_TO_NEAREST" with expression '(1 << 2)', CType: int
CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_ROUND_TO_NEAREST" with expression '(1 << 2)', CType: int
CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_ROUND_TO_ZERO" with expression '(1 << 3)', CType: int
CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_ROUND_TO_ZERO" with expression '(1 << 3)', CType: int
CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_ROUND_TO_ZERO" with expression '(1 << 3)', CType: int
CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_ROUND_TO_ZERO" with expression '(1 << 3)', CType: int
CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_FP_SOFT_FLOAT" with expression '(1 << 6)', CType: int
CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_FP_SOFT_FLOAT" with expression '(1 << 6)', CType: int
CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_FP_SOFT_FLOAT" with expression '(1 << 6)', CType: int
CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_FP_SOFT_FLOAT" with expression '(1 << 6)', CType: int
CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_CONTEXT_KHR" with expression '0x2008', CType: int
CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_CONTEXT_KHR" with expression '0x2008', CType: int
CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_CONTEXT_KHR" with expression '0x2008', CType: int
CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_CONTEXT_KHR" with expression '0x2008', CType: int
CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_MIPMAP_LEVEL" with expression '0x2005', CType: int
CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_MIPMAP_LEVEL" with expression '0x2005', CType: int
CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_MIPMAP_LEVEL" with expression '0x2005', CType: int
CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_MIPMAP_LEVEL" with expression '0x2005', CType: int
CL_GL_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_NUM_SAMPLES" with expression '0x2012', CType: int
CL_GL_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_NUM_SAMPLES" with expression '0x2012', CType: int
CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_OBJECT_BUFFER" with expression '0x2000', CType: int
CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_OBJECT_BUFFER" with expression '0x2000', CType: int
CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_BUFFER" with expression '0x2000', CType: int
CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_BUFFER" with expression '0x2000', CType: int
CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_OBJECT_RENDERBUFFER" with expression '0x2003', CType: int
CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_OBJECT_RENDERBUFFER" with expression '0x2003', CType: int
CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_RENDERBUFFER" with expression '0x2003', CType: int
CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_RENDERBUFFER" with expression '0x2003', CType: int
CL_GL_OBJECT_TEXTURE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE_BUFFER" with expression '0x2011', CType: int
CL_GL_OBJECT_TEXTURE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE_BUFFER" with expression '0x2011', CType: int
CL_GL_OBJECT_TEXTURE1D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE1D" with expression '0x200F', CType: int
CL_GL_OBJECT_TEXTURE1D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE1D" with expression '0x200F', CType: int
CL_GL_OBJECT_TEXTURE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE1D_ARRAY" with expression '0x2010', CType: int
CL_GL_OBJECT_TEXTURE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE1D_ARRAY" with expression '0x2010', CType: int
CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_OBJECT_TEXTURE2D" with expression '0x2001', CType: int
CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_OBJECT_TEXTURE2D" with expression '0x2001', CType: int
CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE2D" with expression '0x2001', CType: int
CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE2D" with expression '0x2001', CType: int
CL_GL_OBJECT_TEXTURE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE2D_ARRAY" with expression '0x200E', CType: int
CL_GL_OBJECT_TEXTURE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE2D_ARRAY" with expression '0x200E', CType: int
CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_OBJECT_TEXTURE3D" with expression '0x2002', CType: int
CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_OBJECT_TEXTURE3D" with expression '0x2002', CType: int
CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_OBJECT_TEXTURE3D" with expression '0x2002', CType: int
CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_OBJECT_TEXTURE3D" with expression '0x2002', CType: int
CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GL_TEXTURE_TARGET" with expression '0x2004', CType: int
CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GL_TEXTURE_TARGET" with expression '0x2004', CType: int
CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GL_TEXTURE_TARGET" with expression '0x2004', CType: int
CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GL_TEXTURE_TARGET" with expression '0x2004', CType: int
CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GLOBAL" with expression '0x2', CType: int
CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GLOBAL" with expression '0x2', CType: int
CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GLOBAL" with expression '0x2', CType: int
CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GLOBAL" with expression '0x2', CType: int
CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_GLX_DISPLAY_KHR" with expression '0x200A', CType: int
CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_GLX_DISPLAY_KHR" with expression '0x200A', CType: int
CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_GLX_DISPLAY_KHR" with expression '0x200A', CType: int
CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_GLX_DISPLAY_KHR" with expression '0x200A', CType: int
CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_HALF_FLOAT" with expression '0x10DD', CType: int
CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_HALF_FLOAT" with expression '0x10DD', CType: int
CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_HALF_FLOAT" with expression '0x10DD', CType: int
CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_HALF_FLOAT" with expression '0x10DD', CType: int
CL_IMAGE_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_ARRAY_SIZE" with expression '0x1117', CType: int
CL_IMAGE_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_ARRAY_SIZE" with expression '0x1117', CType: int
CL_IMAGE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_BUFFER" with expression '0x1118', CType: int
CL_IMAGE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_BUFFER" with expression '0x1118', CType: int
CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_DEPTH" with expression '0x1116', CType: int
CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_DEPTH" with expression '0x1116', CType: int
CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_DEPTH" with expression '0x1116', CType: int
CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_DEPTH" with expression '0x1116', CType: int
CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_ELEMENT_SIZE" with expression '0x1111', CType: int
CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_ELEMENT_SIZE" with expression '0x1111', CType: int
CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_ELEMENT_SIZE" with expression '0x1111', CType: int
CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_ELEMENT_SIZE" with expression '0x1111', CType: int
CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_FORMAT" with expression '0x1110', CType: int
CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_FORMAT" with expression '0x1110', CType: int
CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_FORMAT" with expression '0x1110', CType: int
CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_FORMAT" with expression '0x1110', CType: int
CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_FORMAT_MISMATCH" with expression '-9', CType: int
CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_FORMAT_MISMATCH" with expression '-9', CType: int
CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_FORMAT_MISMATCH" with expression '-9', CType: int
CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_FORMAT_MISMATCH" with expression '-9', CType: int
CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_FORMAT_NOT_SUPPORTED" with expression '-10', CType: int
CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_FORMAT_NOT_SUPPORTED" with expression '-10', CType: int
CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_FORMAT_NOT_SUPPORTED" with expression '-10', CType: int
CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_FORMAT_NOT_SUPPORTED" with expression '-10', CType: int
CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_HEIGHT" with expression '0x1115', CType: int
CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_HEIGHT" with expression '0x1115', CType: int
CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_HEIGHT" with expression '0x1115', CType: int
CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_HEIGHT" with expression '0x1115', CType: int
CL_IMAGE_NUM_MIP_LEVELS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_NUM_MIP_LEVELS" with expression '0x1119', CType: int
CL_IMAGE_NUM_MIP_LEVELS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_NUM_MIP_LEVELS" with expression '0x1119', CType: int
CL_IMAGE_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_NUM_SAMPLES" with expression '0x111A', CType: int
CL_IMAGE_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_NUM_SAMPLES" with expression '0x111A', CType: int
CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_ROW_PITCH" with expression '0x1112', CType: int
CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_ROW_PITCH" with expression '0x1112', CType: int
CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_ROW_PITCH" with expression '0x1112', CType: int
CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_ROW_PITCH" with expression '0x1112', CType: int
CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_SLICE_PITCH" with expression '0x1113', CType: int
CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_SLICE_PITCH" with expression '0x1113', CType: int
CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_SLICE_PITCH" with expression '0x1113', CType: int
CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_SLICE_PITCH" with expression '0x1113', CType: int
CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_IMAGE_WIDTH" with expression '0x1114', CType: int
CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_IMAGE_WIDTH" with expression '0x1114', CType: int
CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_IMAGE_WIDTH" with expression '0x1114', CType: int
CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_IMAGE_WIDTH" with expression '0x1114', CType: int
CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INT_MAX" with expression '2147483647', CType: int
CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INT_MAX" with expression '2147483647', CType: int
CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INT_MAX" with expression '2147483647', CType: int
CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INT_MAX" with expression '2147483647', CType: int
CL_INT_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INT_MIN" with expression '(-2147483647-1)', CType: int
CL_INT_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INT_MIN" with expression '(-2147483647-1)', CType: int
CL_INT_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INT_MIN" with expression '(-2147483647-1)', CType: int
CL_INT_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INT_MIN" with expression '(-2147483647-1)', CType: int
CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INTENSITY" with expression '0x10B8', CType: int
CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INTENSITY" with expression '0x10B8', CType: int
CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INTENSITY" with expression '0x10B8', CType: int
CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INTENSITY" with expression '0x10B8', CType: int
CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_ARG_INDEX" with expression '-49', CType: int
CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_ARG_INDEX" with expression '-49', CType: int
CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_ARG_INDEX" with expression '-49', CType: int
CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_ARG_INDEX" with expression '-49', CType: int
CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_ARG_SIZE" with expression '-51', CType: int
CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_ARG_SIZE" with expression '-51', CType: int
CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_ARG_SIZE" with expression '-51', CType: int
CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_ARG_SIZE" with expression '-51', CType: int
CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_ARG_VALUE" with expression '-50', CType: int
CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_ARG_VALUE" with expression '-50', CType: int
CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_ARG_VALUE" with expression '-50', CType: int
CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_ARG_VALUE" with expression '-50', CType: int
CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_BINARY" with expression '-42', CType: int
CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_BINARY" with expression '-42', CType: int
CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_BINARY" with expression '-42', CType: int
CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_BINARY" with expression '-42', CType: int
CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_BUFFER_SIZE" with expression '-61', CType: int
CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_BUFFER_SIZE" with expression '-61', CType: int
CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_BUFFER_SIZE" with expression '-61', CType: int
CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_BUFFER_SIZE" with expression '-61', CType: int
CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_BUILD_OPTIONS" with expression '-43', CType: int
CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_BUILD_OPTIONS" with expression '-43', CType: int
CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_BUILD_OPTIONS" with expression '-43', CType: int
CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_BUILD_OPTIONS" with expression '-43', CType: int
CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_COMMAND_QUEUE" with expression '-36', CType: int
CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_COMMAND_QUEUE" with expression '-36', CType: int
CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_COMMAND_QUEUE" with expression '-36', CType: int
CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_COMMAND_QUEUE" with expression '-36', CType: int
CL_INVALID_COMPILER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_COMPILER_OPTIONS" with expression '-66', CType: int
CL_INVALID_COMPILER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_COMPILER_OPTIONS" with expression '-66', CType: int
CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_CONTEXT" with expression '-34', CType: int
CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_CONTEXT" with expression '-34', CType: int
CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_CONTEXT" with expression '-34', CType: int
CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_CONTEXT" with expression '-34', CType: int
CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_DEVICE" with expression '-33', CType: int
CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_DEVICE" with expression '-33', CType: int
CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_DEVICE" with expression '-33', CType: int
CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_DEVICE" with expression '-33', CType: int
CL_INVALID_DEVICE_PARTITION_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_DEVICE_PARTITION_COUNT" with expression '-68', CType: int
CL_INVALID_DEVICE_PARTITION_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_DEVICE_PARTITION_COUNT" with expression '-68', CType: int
CL_INVALID_DEVICE_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_DEVICE_QUEUE" with expression '-70', CType: int
CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_DEVICE_TYPE" with expression '-31', CType: int
CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_DEVICE_TYPE" with expression '-31', CType: int
CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_DEVICE_TYPE" with expression '-31', CType: int
CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_DEVICE_TYPE" with expression '-31', CType: int
CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_EVENT" with expression '-58', CType: int
CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_EVENT" with expression '-58', CType: int
CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_EVENT" with expression '-58', CType: int
CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_EVENT" with expression '-58', CType: int
CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_EVENT_WAIT_LIST" with expression '-57', CType: int
CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_EVENT_WAIT_LIST" with expression '-57', CType: int
CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_EVENT_WAIT_LIST" with expression '-57', CType: int
CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_EVENT_WAIT_LIST" with expression '-57', CType: int
CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_GL_OBJECT" with expression '-60', CType: int
CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_GL_OBJECT" with expression '-60', CType: int
CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_GL_OBJECT" with expression '-60', CType: int
CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_GL_OBJECT" with expression '-60', CType: int
CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR" with expression '-1000', CType: int
CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR" with expression '-1000', CType: int
CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR" with expression '-1000', CType: int
CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR" with expression '-1000', CType: int
CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_GLOBAL_OFFSET" with expression '-56', CType: int
CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_GLOBAL_OFFSET" with expression '-56', CType: int
CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_GLOBAL_OFFSET" with expression '-56', CType: int
CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_GLOBAL_OFFSET" with expression '-56', CType: int
CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_GLOBAL_WORK_SIZE" with expression '-63', CType: int
CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_GLOBAL_WORK_SIZE" with expression '-63', CType: int
CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_GLOBAL_WORK_SIZE" with expression '-63', CType: int
CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_GLOBAL_WORK_SIZE" with expression '-63', CType: int
CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_HOST_PTR" with expression '-37', CType: int
CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_HOST_PTR" with expression '-37', CType: int
CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_HOST_PTR" with expression '-37', CType: int
CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_HOST_PTR" with expression '-37', CType: int
CL_INVALID_IMAGE_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_IMAGE_DESCRIPTOR" with expression '-65', CType: int
CL_INVALID_IMAGE_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_IMAGE_DESCRIPTOR" with expression '-65', CType: int
CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_IMAGE_FORMAT_DESCRIPTOR" with expression '-39', CType: int
CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_IMAGE_FORMAT_DESCRIPTOR" with expression '-39', CType: int
CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_IMAGE_FORMAT_DESCRIPTOR" with expression '-39', CType: int
CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_IMAGE_FORMAT_DESCRIPTOR" with expression '-39', CType: int
CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_IMAGE_SIZE" with expression '-40', CType: int
CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_IMAGE_SIZE" with expression '-40', CType: int
CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_IMAGE_SIZE" with expression '-40', CType: int
CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_IMAGE_SIZE" with expression '-40', CType: int
CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_KERNEL" with expression '-48', CType: int
CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_KERNEL" with expression '-48', CType: int
CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_KERNEL" with expression '-48', CType: int
CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_KERNEL" with expression '-48', CType: int
CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_KERNEL_ARGS" with expression '-52', CType: int
CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_KERNEL_ARGS" with expression '-52', CType: int
CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_KERNEL_ARGS" with expression '-52', CType: int
CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_KERNEL_ARGS" with expression '-52', CType: int
CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_KERNEL_DEFINITION" with expression '-47', CType: int
CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_KERNEL_DEFINITION" with expression '-47', CType: int
CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_KERNEL_DEFINITION" with expression '-47', CType: int
CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_KERNEL_DEFINITION" with expression '-47', CType: int
CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_KERNEL_NAME" with expression '-46', CType: int
CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_KERNEL_NAME" with expression '-46', CType: int
CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_KERNEL_NAME" with expression '-46', CType: int
CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_KERNEL_NAME" with expression '-46', CType: int
CL_INVALID_LINKER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_LINKER_OPTIONS" with expression '-67', CType: int
CL_INVALID_LINKER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_LINKER_OPTIONS" with expression '-67', CType: int
CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_MEM_OBJECT" with expression '-38', CType: int
CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_MEM_OBJECT" with expression '-38', CType: int
CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_MEM_OBJECT" with expression '-38', CType: int
CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_MEM_OBJECT" with expression '-38', CType: int
CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_MIP_LEVEL" with expression '-62', CType: int
CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_MIP_LEVEL" with expression '-62', CType: int
CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_MIP_LEVEL" with expression '-62', CType: int
CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_MIP_LEVEL" with expression '-62', CType: int
CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_OPERATION" with expression '-59', CType: int
CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_OPERATION" with expression '-59', CType: int
CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_OPERATION" with expression '-59', CType: int
CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_OPERATION" with expression '-59', CType: int
CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PARTITION_COUNT_EXT" with expression '-1058', CType: int
CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PARTITION_COUNT_EXT" with expression '-1058', CType: int
CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PARTITION_COUNT_EXT" with expression '-1058', CType: int
CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PARTITION_COUNT_EXT" with expression '-1058', CType: int
CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PARTITION_NAME_EXT" with expression '-1059', CType: int
CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PARTITION_NAME_EXT" with expression '-1059', CType: int
CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PARTITION_NAME_EXT" with expression '-1059', CType: int
CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PARTITION_NAME_EXT" with expression '-1059', CType: int
CL_INVALID_PIPE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PIPE_SIZE" with expression '-69', CType: int
CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PLATFORM" with expression '-32', CType: int
CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PLATFORM" with expression '-32', CType: int
CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PLATFORM" with expression '-32', CType: int
CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PLATFORM" with expression '-32', CType: int
CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PROGRAM" with expression '-44', CType: int
CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PROGRAM" with expression '-44', CType: int
CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PROGRAM" with expression '-44', CType: int
CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PROGRAM" with expression '-44', CType: int
CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PROGRAM_EXECUTABLE" with expression '-45', CType: int
CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PROGRAM_EXECUTABLE" with expression '-45', CType: int
CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PROGRAM_EXECUTABLE" with expression '-45', CType: int
CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PROGRAM_EXECUTABLE" with expression '-45', CType: int
CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_PROPERTY" with expression '-64', CType: int
CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_PROPERTY" with expression '-64', CType: int
CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_PROPERTY" with expression '-64', CType: int
CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_PROPERTY" with expression '-64', CType: int
CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_QUEUE_PROPERTIES" with expression '-35', CType: int
CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_QUEUE_PROPERTIES" with expression '-35', CType: int
CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_QUEUE_PROPERTIES" with expression '-35', CType: int
CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_QUEUE_PROPERTIES" with expression '-35', CType: int
CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_SAMPLER" with expression '-41', CType: int
CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_SAMPLER" with expression '-41', CType: int
CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_SAMPLER" with expression '-41', CType: int
CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_SAMPLER" with expression '-41', CType: int
CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_VALUE" with expression '-30', CType: int
CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_VALUE" with expression '-30', CType: int
CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_VALUE" with expression '-30', CType: int
CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_VALUE" with expression '-30', CType: int
CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_WORK_DIMENSION" with expression '-53', CType: int
CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_WORK_DIMENSION" with expression '-53', CType: int
CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_WORK_DIMENSION" with expression '-53', CType: int
CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_WORK_DIMENSION" with expression '-53', CType: int
CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_WORK_GROUP_SIZE" with expression '-54', CType: int
CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_WORK_GROUP_SIZE" with expression '-54', CType: int
CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_WORK_GROUP_SIZE" with expression '-54', CType: int
CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_WORK_GROUP_SIZE" with expression '-54', CType: int
CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_INVALID_WORK_ITEM_SIZE" with expression '-55', CType: int
CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_INVALID_WORK_ITEM_SIZE" with expression '-55', CType: int
CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_INVALID_WORK_ITEM_SIZE" with expression '-55', CType: int
CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_INVALID_WORK_ITEM_SIZE" with expression '-55', CType: int
CL_KERNEL_ARG_ACCESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ACCESS_NONE" with expression '0x11A3', CType: int
CL_KERNEL_ARG_ACCESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ACCESS_NONE" with expression '0x11A3', CType: int
CL_KERNEL_ARG_ACCESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ACCESS_QUALIFIER" with expression '0x1197', CType: int
CL_KERNEL_ARG_ACCESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ACCESS_QUALIFIER" with expression '0x1197', CType: int
CL_KERNEL_ARG_ACCESS_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ACCESS_READ_ONLY" with expression '0x11A0', CType: int
CL_KERNEL_ARG_ACCESS_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ACCESS_READ_ONLY" with expression '0x11A0', CType: int
CL_KERNEL_ARG_ACCESS_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ACCESS_READ_WRITE" with expression '0x11A2', CType: int
CL_KERNEL_ARG_ACCESS_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ACCESS_READ_WRITE" with expression '0x11A2', CType: int
CL_KERNEL_ARG_ACCESS_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ACCESS_WRITE_ONLY" with expression '0x11A1', CType: int
CL_KERNEL_ARG_ACCESS_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ACCESS_WRITE_ONLY" with expression '0x11A1', CType: int
CL_KERNEL_ARG_ADDRESS_CONSTANT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ADDRESS_CONSTANT" with expression '0x119D', CType: int
CL_KERNEL_ARG_ADDRESS_CONSTANT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ADDRESS_CONSTANT" with expression '0x119D', CType: int
CL_KERNEL_ARG_ADDRESS_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ADDRESS_GLOBAL" with expression '0x119B', CType: int
CL_KERNEL_ARG_ADDRESS_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ADDRESS_GLOBAL" with expression '0x119B', CType: int
CL_KERNEL_ARG_ADDRESS_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ADDRESS_LOCAL" with expression '0x119C', CType: int
CL_KERNEL_ARG_ADDRESS_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ADDRESS_LOCAL" with expression '0x119C', CType: int
CL_KERNEL_ARG_ADDRESS_PRIVATE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ADDRESS_PRIVATE" with expression '0x119E', CType: int
CL_KERNEL_ARG_ADDRESS_PRIVATE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ADDRESS_PRIVATE" with expression '0x119E', CType: int
CL_KERNEL_ARG_ADDRESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_ADDRESS_QUALIFIER" with expression '0x1196', CType: int
CL_KERNEL_ARG_ADDRESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_ADDRESS_QUALIFIER" with expression '0x1196', CType: int
CL_KERNEL_ARG_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_INFO_NOT_AVAILABLE" with expression '-19', CType: int
CL_KERNEL_ARG_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_INFO_NOT_AVAILABLE" with expression '-19', CType: int
CL_KERNEL_ARG_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_NAME" with expression '0x119A', CType: int
CL_KERNEL_ARG_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_NAME" with expression '0x119A', CType: int
CL_KERNEL_ARG_TYPE_CONST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_CONST" with expression '(1 << 0)', CType: int
CL_KERNEL_ARG_TYPE_CONST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_CONST" with expression '(1 << 0)', CType: int
CL_KERNEL_ARG_TYPE_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_NAME" with expression '0x1198', CType: int
CL_KERNEL_ARG_TYPE_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_NAME" with expression '0x1198', CType: int
CL_KERNEL_ARG_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_NONE" with expression '0', CType: int
CL_KERNEL_ARG_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_NONE" with expression '0', CType: int
CL_KERNEL_ARG_TYPE_PIPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_PIPE" with expression '(1 << 3)', CType: int
CL_KERNEL_ARG_TYPE_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_QUALIFIER" with expression '0x1199', CType: int
CL_KERNEL_ARG_TYPE_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_QUALIFIER" with expression '0x1199', CType: int
CL_KERNEL_ARG_TYPE_RESTRICT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_RESTRICT" with expression '(1 << 1)', CType: int
CL_KERNEL_ARG_TYPE_RESTRICT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_RESTRICT" with expression '(1 << 1)', CType: int
CL_KERNEL_ARG_TYPE_VOLATILE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ARG_TYPE_VOLATILE" with expression '(1 << 2)', CType: int
CL_KERNEL_ARG_TYPE_VOLATILE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ARG_TYPE_VOLATILE" with expression '(1 << 2)', CType: int
CL_KERNEL_ATTRIBUTES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_ATTRIBUTES" with expression '0x1195', CType: int
CL_KERNEL_ATTRIBUTES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_ATTRIBUTES" with expression '0x1195', CType: int
CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_COMPILE_WORK_GROUP_SIZE" with expression '0x11B1', CType: int
CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_COMPILE_WORK_GROUP_SIZE" with expression '0x11B1', CType: int
CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_COMPILE_WORK_GROUP_SIZE" with expression '0x11B1', CType: int
CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_COMPILE_WORK_GROUP_SIZE" with expression '0x11B1', CType: int
CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_CONTEXT" with expression '0x1193', CType: int
CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_CONTEXT" with expression '0x1193', CType: int
CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_CONTEXT" with expression '0x1193', CType: int
CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_CONTEXT" with expression '0x1193', CType: int
CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM" with expression '0x11B7', CType: int
CL_KERNEL_EXEC_INFO_SVM_PTRS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_EXEC_INFO_SVM_PTRS" with expression '0x11B6', CType: int
CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_FUNCTION_NAME" with expression '0x1190', CType: int
CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_FUNCTION_NAME" with expression '0x1190', CType: int
CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_FUNCTION_NAME" with expression '0x1190', CType: int
CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_FUNCTION_NAME" with expression '0x1190', CType: int
CL_KERNEL_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_GLOBAL_WORK_SIZE" with expression '0x11B5', CType: int
CL_KERNEL_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_GLOBAL_WORK_SIZE" with expression '0x11B5', CType: int
CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_LOCAL_MEM_SIZE" with expression '0x11B2', CType: int
CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_LOCAL_MEM_SIZE" with expression '0x11B2', CType: int
CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_LOCAL_MEM_SIZE" with expression '0x11B2', CType: int
CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_LOCAL_MEM_SIZE" with expression '0x11B2', CType: int
CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_NUM_ARGS" with expression '0x1191', CType: int
CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_NUM_ARGS" with expression '0x1191', CType: int
CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_NUM_ARGS" with expression '0x1191', CType: int
CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_NUM_ARGS" with expression '0x1191', CType: int
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE" with expression '0x11B3', CType: int
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE" with expression '0x11B3', CType: int
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE" with expression '0x11B3', CType: int
CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE" with expression '0x11B3', CType: int
CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_PRIVATE_MEM_SIZE" with expression '0x11B4', CType: int
CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_PRIVATE_MEM_SIZE" with expression '0x11B4', CType: int
CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_PRIVATE_MEM_SIZE" with expression '0x11B4', CType: int
CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_PRIVATE_MEM_SIZE" with expression '0x11B4', CType: int
CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_PROGRAM" with expression '0x1194', CType: int
CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_PROGRAM" with expression '0x1194', CType: int
CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_PROGRAM" with expression '0x1194', CType: int
CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_PROGRAM" with expression '0x1194', CType: int
CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_REFERENCE_COUNT" with expression '0x1192', CType: int
CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_REFERENCE_COUNT" with expression '0x1192', CType: int
CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_REFERENCE_COUNT" with expression '0x1192', CType: int
CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_REFERENCE_COUNT" with expression '0x1192', CType: int
CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_KERNEL_WORK_GROUP_SIZE" with expression '0x11B0', CType: int
CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_KERNEL_WORK_GROUP_SIZE" with expression '0x11B0', CType: int
CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_KERNEL_WORK_GROUP_SIZE" with expression '0x11B0', CType: int
CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_KERNEL_WORK_GROUP_SIZE" with expression '0x11B0', CType: int
cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL
Define "cl_khr_gl_sharing" with expression '1', CType: int
cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL11
Define "cl_khr_gl_sharing" with expression '1', CType: int
cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL12
Define "cl_khr_gl_sharing" with expression '1', CType: int
cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL20
Define "cl_khr_gl_sharing" with expression '1', CType: int
cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL
Define "cl_khr_icd" with expression '1', CType: int
cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL11
Define "cl_khr_icd" with expression '1', CType: int
cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL12
Define "cl_khr_icd" with expression '1', CType: int
cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL20
Define "cl_khr_icd" with expression '1', CType: int
cl_khr_terminate_context - Static variable in interface com.jogamp.opencl.llb.CL12
Define "cl_khr_terminate_context" with expression '1', CType: int
cl_khr_terminate_context - Static variable in interface com.jogamp.opencl.llb.CL20
Define "cl_khr_terminate_context" with expression '1', CType: int
CL_LINK_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_LINK_PROGRAM_FAILURE" with expression '-17', CType: int
CL_LINK_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_LINK_PROGRAM_FAILURE" with expression '-17', CType: int
CL_LINKER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_LINKER_NOT_AVAILABLE" with expression '-16', CType: int
CL_LINKER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_LINKER_NOT_AVAILABLE" with expression '-16', CType: int
CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_LOCAL" with expression '0x1', CType: int
CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_LOCAL" with expression '0x1', CType: int
CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_LOCAL" with expression '0x1', CType: int
CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_LOCAL" with expression '0x1', CType: int
CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_LUMINANCE" with expression '0x10B9', CType: int
CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_LUMINANCE" with expression '0x10B9', CType: int
CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_LUMINANCE" with expression '0x10B9', CType: int
CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_LUMINANCE" with expression '0x10B9', CType: int
CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_1_PI" with expression '0.318309886183790691216', CType: float
CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_1_PI" with expression '0.318309886183790691216', CType: float
CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_1_PI" with expression '0.318309886183790691216', CType: float
CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_1_PI" with expression '0.318309886183790691216', CType: float
CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_1_PI_F" with expression '0.31830987334251f', CType: float
CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_1_PI_F" with expression '0.31830987334251f', CType: float
CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_1_PI_F" with expression '0.31830987334251f', CType: float
CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_1_PI_F" with expression '0.31830987334251f', CType: float
CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_2_PI" with expression '0.636619772367581382433', CType: float
CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_2_PI" with expression '0.636619772367581382433', CType: float
CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_2_PI" with expression '0.636619772367581382433', CType: float
CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_2_PI" with expression '0.636619772367581382433', CType: float
CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_2_PI_F" with expression '0.63661974668503f', CType: float
CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_2_PI_F" with expression '0.63661974668503f', CType: float
CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_2_PI_F" with expression '0.63661974668503f', CType: float
CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_2_PI_F" with expression '0.63661974668503f', CType: float
CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_2_SQRTPI" with expression '1.128379167095512558561', CType: float
CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_2_SQRTPI" with expression '1.128379167095512558561', CType: float
CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_2_SQRTPI" with expression '1.128379167095512558561', CType: float
CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_2_SQRTPI" with expression '1.128379167095512558561', CType: float
CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_2_SQRTPI_F" with expression '1.12837922573090f', CType: float
CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_2_SQRTPI_F" with expression '1.12837922573090f', CType: float
CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_2_SQRTPI_F" with expression '1.12837922573090f', CType: float
CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_2_SQRTPI_F" with expression '1.12837922573090f', CType: float
CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_E" with expression '2.718281828459045090796', CType: float
CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_E" with expression '2.718281828459045090796', CType: float
CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_E" with expression '2.718281828459045090796', CType: float
CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_E" with expression '2.718281828459045090796', CType: float
CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_E_F" with expression '2.71828174591064f', CType: float
CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_E_F" with expression '2.71828174591064f', CType: float
CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_E_F" with expression '2.71828174591064f', CType: float
CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_E_F" with expression '2.71828174591064f', CType: float
CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LN10" with expression '2.302585092994045901094', CType: float
CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LN10" with expression '2.302585092994045901094', CType: float
CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LN10" with expression '2.302585092994045901094', CType: float
CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LN10" with expression '2.302585092994045901094', CType: float
CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LN10_F" with expression '2.30258512496948f', CType: float
CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LN10_F" with expression '2.30258512496948f', CType: float
CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LN10_F" with expression '2.30258512496948f', CType: float
CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LN10_F" with expression '2.30258512496948f', CType: float
CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LN2" with expression '0.693147180559945286227', CType: float
CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LN2" with expression '0.693147180559945286227', CType: float
CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LN2" with expression '0.693147180559945286227', CType: float
CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LN2" with expression '0.693147180559945286227', CType: float
CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LN2_F" with expression '0.69314718246460f', CType: float
CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LN2_F" with expression '0.69314718246460f', CType: float
CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LN2_F" with expression '0.69314718246460f', CType: float
CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LN2_F" with expression '0.69314718246460f', CType: float
CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LOG10E" with expression '0.434294481903251816668', CType: float
CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LOG10E" with expression '0.434294481903251816668', CType: float
CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LOG10E" with expression '0.434294481903251816668', CType: float
CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LOG10E" with expression '0.434294481903251816668', CType: float
CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LOG10E_F" with expression '0.43429449200630f', CType: float
CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LOG10E_F" with expression '0.43429449200630f', CType: float
CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LOG10E_F" with expression '0.43429449200630f', CType: float
CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LOG10E_F" with expression '0.43429449200630f', CType: float
CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LOG2E" with expression '1.442695040888963387005', CType: float
CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LOG2E" with expression '1.442695040888963387005', CType: float
CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LOG2E" with expression '1.442695040888963387005', CType: float
CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LOG2E" with expression '1.442695040888963387005', CType: float
CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_LOG2E_F" with expression '1.44269502162933f', CType: float
CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_LOG2E_F" with expression '1.44269502162933f', CType: float
CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_LOG2E_F" with expression '1.44269502162933f', CType: float
CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_LOG2E_F" with expression '1.44269502162933f', CType: float
CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI" with expression '3.141592653589793115998', CType: float
CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI" with expression '3.141592653589793115998', CType: float
CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI" with expression '3.141592653589793115998', CType: float
CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI" with expression '3.141592653589793115998', CType: float
CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI_2" with expression '1.570796326794896557999', CType: float
CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI_2" with expression '1.570796326794896557999', CType: float
CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI_2" with expression '1.570796326794896557999', CType: float
CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI_2" with expression '1.570796326794896557999', CType: float
CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI_2_F" with expression '1.57079637050629f', CType: float
CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI_2_F" with expression '1.57079637050629f', CType: float
CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI_2_F" with expression '1.57079637050629f', CType: float
CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI_2_F" with expression '1.57079637050629f', CType: float
CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI_4" with expression '0.785398163397448278999', CType: float
CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI_4" with expression '0.785398163397448278999', CType: float
CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI_4" with expression '0.785398163397448278999', CType: float
CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI_4" with expression '0.785398163397448278999', CType: float
CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI_4_F" with expression '0.78539818525314f', CType: float
CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI_4_F" with expression '0.78539818525314f', CType: float
CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI_4_F" with expression '0.78539818525314f', CType: float
CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI_4_F" with expression '0.78539818525314f', CType: float
CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_PI_F" with expression '3.14159274101257f', CType: float
CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_PI_F" with expression '3.14159274101257f', CType: float
CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_PI_F" with expression '3.14159274101257f', CType: float
CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_PI_F" with expression '3.14159274101257f', CType: float
CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_SQRT1_2" with expression '0.707106781186547572737', CType: float
CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_SQRT1_2" with expression '0.707106781186547572737', CType: float
CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_SQRT1_2" with expression '0.707106781186547572737', CType: float
CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_SQRT1_2" with expression '0.707106781186547572737', CType: float
CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_SQRT1_2_F" with expression '0.70710676908493f', CType: float
CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_SQRT1_2_F" with expression '0.70710676908493f', CType: float
CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_SQRT1_2_F" with expression '0.70710676908493f', CType: float
CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_SQRT1_2_F" with expression '0.70710676908493f', CType: float
CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_SQRT2" with expression '1.414213562373095145475', CType: float
CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_SQRT2" with expression '1.414213562373095145475', CType: float
CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_SQRT2" with expression '1.414213562373095145475', CType: float
CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_SQRT2" with expression '1.414213562373095145475', CType: float
CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_M_SQRT2_F" with expression '1.41421353816986f', CType: float
CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_M_SQRT2_F" with expression '1.41421353816986f', CType: float
CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_M_SQRT2_F" with expression '1.41421353816986f', CType: float
CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_M_SQRT2_F" with expression '1.41421353816986f', CType: float
CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MAP_FAILURE" with expression '-12', CType: int
CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MAP_FAILURE" with expression '-12', CType: int
CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MAP_FAILURE" with expression '-12', CType: int
CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MAP_FAILURE" with expression '-12', CType: int
CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MAP_READ" with expression '(1 << 0)', CType: int
CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MAP_READ" with expression '(1 << 0)', CType: int
CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MAP_READ" with expression '(1 << 0)', CType: int
CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MAP_READ" with expression '(1 << 0)', CType: int
CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MAP_WRITE" with expression '(1 << 1)', CType: int
CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MAP_WRITE" with expression '(1 << 1)', CType: int
CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MAP_WRITE" with expression '(1 << 1)', CType: int
CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MAP_WRITE" with expression '(1 << 1)', CType: int
CL_MAP_WRITE_INVALIDATE_REGION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MAP_WRITE_INVALIDATE_REGION" with expression '(1 << 2)', CType: int
CL_MAP_WRITE_INVALIDATE_REGION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MAP_WRITE_INVALIDATE_REGION" with expression '(1 << 2)', CType: int
CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MAXFLOAT" with expression '0x1.fffffep127f', CType: float
CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MAXFLOAT" with expression '0x1.fffffep127f', CType: float
CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MAXFLOAT" with expression '0x1.fffffep127f', CType: float
CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MAXFLOAT" with expression '0x1.fffffep127f', CType: float
CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_ALLOC_HOST_PTR" with expression '(1 << 4)', CType: int
CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_ALLOC_HOST_PTR" with expression '(1 << 4)', CType: int
CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_ALLOC_HOST_PTR" with expression '(1 << 4)', CType: int
CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_ALLOC_HOST_PTR" with expression '(1 << 4)', CType: int
CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_ASSOCIATED_MEMOBJECT" with expression '0x1107', CType: int
CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_ASSOCIATED_MEMOBJECT" with expression '0x1107', CType: int
CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_ASSOCIATED_MEMOBJECT" with expression '0x1107', CType: int
CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_ASSOCIATED_MEMOBJECT" with expression '0x1107', CType: int
CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_CONTEXT" with expression '0x1106', CType: int
CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_CONTEXT" with expression '0x1106', CType: int
CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_CONTEXT" with expression '0x1106', CType: int
CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_CONTEXT" with expression '0x1106', CType: int
CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_COPY_HOST_PTR" with expression '(1 << 5)', CType: int
CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_COPY_HOST_PTR" with expression '(1 << 5)', CType: int
CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_COPY_HOST_PTR" with expression '(1 << 5)', CType: int
CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_COPY_HOST_PTR" with expression '(1 << 5)', CType: int
CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_COPY_OVERLAP" with expression '-8', CType: int
CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_COPY_OVERLAP" with expression '-8', CType: int
CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_COPY_OVERLAP" with expression '-8', CType: int
CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_COPY_OVERLAP" with expression '-8', CType: int
CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_FLAGS" with expression '0x1101', CType: int
CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_FLAGS" with expression '0x1101', CType: int
CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_FLAGS" with expression '0x1101', CType: int
CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_FLAGS" with expression '0x1101', CType: int
CL_MEM_HOST_NO_ACCESS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_HOST_NO_ACCESS" with expression '(1 << 9)', CType: int
CL_MEM_HOST_NO_ACCESS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_HOST_NO_ACCESS" with expression '(1 << 9)', CType: int
CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_HOST_PTR" with expression '0x1103', CType: int
CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_HOST_PTR" with expression '0x1103', CType: int
CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_HOST_PTR" with expression '0x1103', CType: int
CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_HOST_PTR" with expression '0x1103', CType: int
CL_MEM_HOST_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_HOST_READ_ONLY" with expression '(1 << 8)', CType: int
CL_MEM_HOST_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_HOST_READ_ONLY" with expression '(1 << 8)', CType: int
CL_MEM_HOST_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_HOST_WRITE_ONLY" with expression '(1 << 7)', CType: int
CL_MEM_HOST_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_HOST_WRITE_ONLY" with expression '(1 << 7)', CType: int
CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_MAP_COUNT" with expression '0x1104', CType: int
CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_MAP_COUNT" with expression '0x1104', CType: int
CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_MAP_COUNT" with expression '0x1104', CType: int
CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_MAP_COUNT" with expression '0x1104', CType: int
CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_OBJECT_ALLOCATION_FAILURE" with expression '-4', CType: int
CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_OBJECT_ALLOCATION_FAILURE" with expression '-4', CType: int
CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_ALLOCATION_FAILURE" with expression '-4', CType: int
CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_ALLOCATION_FAILURE" with expression '-4', CType: int
CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_OBJECT_BUFFER" with expression '0x10F0', CType: int
CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_OBJECT_BUFFER" with expression '0x10F0', CType: int
CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_BUFFER" with expression '0x10F0', CType: int
CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_BUFFER" with expression '0x10F0', CType: int
CL_MEM_OBJECT_IMAGE1D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE1D" with expression '0x10F4', CType: int
CL_MEM_OBJECT_IMAGE1D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE1D" with expression '0x10F4', CType: int
CL_MEM_OBJECT_IMAGE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE1D_ARRAY" with expression '0x10F5', CType: int
CL_MEM_OBJECT_IMAGE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE1D_ARRAY" with expression '0x10F5', CType: int
CL_MEM_OBJECT_IMAGE1D_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE1D_BUFFER" with expression '0x10F6', CType: int
CL_MEM_OBJECT_IMAGE1D_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE1D_BUFFER" with expression '0x10F6', CType: int
CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_OBJECT_IMAGE2D" with expression '0x10F1', CType: int
CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_OBJECT_IMAGE2D" with expression '0x10F1', CType: int
CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE2D" with expression '0x10F1', CType: int
CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE2D" with expression '0x10F1', CType: int
CL_MEM_OBJECT_IMAGE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE2D_ARRAY" with expression '0x10F3', CType: int
CL_MEM_OBJECT_IMAGE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE2D_ARRAY" with expression '0x10F3', CType: int
CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_OBJECT_IMAGE3D" with expression '0x10F2', CType: int
CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_OBJECT_IMAGE3D" with expression '0x10F2', CType: int
CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OBJECT_IMAGE3D" with expression '0x10F2', CType: int
CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_IMAGE3D" with expression '0x10F2', CType: int
CL_MEM_OBJECT_PIPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OBJECT_PIPE" with expression '0x10F7', CType: int
CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_OFFSET" with expression '0x1108', CType: int
CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_OFFSET" with expression '0x1108', CType: int
CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_OFFSET" with expression '0x1108', CType: int
CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_OFFSET" with expression '0x1108', CType: int
CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_READ_ONLY" with expression '(1 << 2)', CType: int
CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_READ_ONLY" with expression '(1 << 2)', CType: int
CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_READ_ONLY" with expression '(1 << 2)', CType: int
CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_READ_ONLY" with expression '(1 << 2)', CType: int
CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_READ_WRITE" with expression '(1 << 0)', CType: int
CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_READ_WRITE" with expression '(1 << 0)', CType: int
CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_READ_WRITE" with expression '(1 << 0)', CType: int
CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_READ_WRITE" with expression '(1 << 0)', CType: int
CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_REFERENCE_COUNT" with expression '0x1105', CType: int
CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_REFERENCE_COUNT" with expression '0x1105', CType: int
CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_REFERENCE_COUNT" with expression '0x1105', CType: int
CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_REFERENCE_COUNT" with expression '0x1105', CType: int
CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_SIZE" with expression '0x1102', CType: int
CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_SIZE" with expression '0x1102', CType: int
CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_SIZE" with expression '0x1102', CType: int
CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_SIZE" with expression '0x1102', CType: int
CL_MEM_SVM_ATOMICS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_SVM_ATOMICS" with expression '(1 << 11)', CType: int
CL_MEM_SVM_FINE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_SVM_FINE_GRAIN_BUFFER" with expression '(1 << 10)', CType: int
CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_TYPE" with expression '0x1100', CType: int
CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_TYPE" with expression '0x1100', CType: int
CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_TYPE" with expression '0x1100', CType: int
CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_TYPE" with expression '0x1100', CType: int
CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_USE_HOST_PTR" with expression '(1 << 3)', CType: int
CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_USE_HOST_PTR" with expression '(1 << 3)', CType: int
CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_USE_HOST_PTR" with expression '(1 << 3)', CType: int
CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_USE_HOST_PTR" with expression '(1 << 3)', CType: int
CL_MEM_USES_SVM_POINTER - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_USES_SVM_POINTER" with expression '0x1109', CType: int
CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MEM_WRITE_ONLY" with expression '(1 << 1)', CType: int
CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MEM_WRITE_ONLY" with expression '(1 << 1)', CType: int
CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MEM_WRITE_ONLY" with expression '(1 << 1)', CType: int
CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MEM_WRITE_ONLY" with expression '(1 << 1)', CType: int
CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED" with expression '(1 << 1)', CType: int
CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED" with expression '(1 << 1)', CType: int
CL_MIGRATE_MEM_OBJECT_HOST - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MIGRATE_MEM_OBJECT_HOST" with expression '(1 << 0)', CType: int
CL_MIGRATE_MEM_OBJECT_HOST - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MIGRATE_MEM_OBJECT_HOST" with expression '(1 << 0)', CType: int
CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_MISALIGNED_SUB_BUFFER_OFFSET" with expression '-13', CType: int
CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_MISALIGNED_SUB_BUFFER_OFFSET" with expression '-13', CType: int
CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_MISALIGNED_SUB_BUFFER_OFFSET" with expression '-13', CType: int
CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_MISALIGNED_SUB_BUFFER_OFFSET" with expression '-13', CType: int
CL_NON_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_NON_BLOCKING" with expression '0', CType: int
CL_NON_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_NON_BLOCKING" with expression '0', CType: int
CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_NONE" with expression '0x0', CType: int
CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_NONE" with expression '0x0', CType: int
CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_NONE" with expression '0x0', CType: int
CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_NONE" with expression '0x0', CType: int
CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_OUT_OF_HOST_MEMORY" with expression '-6', CType: int
CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_OUT_OF_HOST_MEMORY" with expression '-6', CType: int
CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_OUT_OF_HOST_MEMORY" with expression '-6', CType: int
CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_OUT_OF_HOST_MEMORY" with expression '-6', CType: int
CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_OUT_OF_RESOURCES" with expression '-5', CType: int
CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_OUT_OF_RESOURCES" with expression '-5', CType: int
CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_OUT_OF_RESOURCES" with expression '-5', CType: int
CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_OUT_OF_RESOURCES" with expression '-5', CType: int
CL_PIPE_MAX_PACKETS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PIPE_MAX_PACKETS" with expression '0x1121', CType: int
CL_PIPE_PACKET_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PIPE_PACKET_SIZE" with expression '0x1120', CType: int
CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_EXTENSIONS" with expression '0x0904', CType: int
CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_EXTENSIONS" with expression '0x0904', CType: int
CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_EXTENSIONS" with expression '0x0904', CType: int
CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_EXTENSIONS" with expression '0x0904', CType: int
CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_ICD_SUFFIX_KHR" with expression '0x0920', CType: int
CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_ICD_SUFFIX_KHR" with expression '0x0920', CType: int
CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_ICD_SUFFIX_KHR" with expression '0x0920', CType: int
CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_ICD_SUFFIX_KHR" with expression '0x0920', CType: int
CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_NAME" with expression '0x0902', CType: int
CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_NAME" with expression '0x0902', CType: int
CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_NAME" with expression '0x0902', CType: int
CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_NAME" with expression '0x0902', CType: int
CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_NOT_FOUND_KHR" with expression '-1001', CType: int
CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_NOT_FOUND_KHR" with expression '-1001', CType: int
CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_NOT_FOUND_KHR" with expression '-1001', CType: int
CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_NOT_FOUND_KHR" with expression '-1001', CType: int
CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_PROFILE" with expression '0x0900', CType: int
CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_PROFILE" with expression '0x0900', CType: int
CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_PROFILE" with expression '0x0900', CType: int
CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_PROFILE" with expression '0x0900', CType: int
CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_VENDOR" with expression '0x0903', CType: int
CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_VENDOR" with expression '0x0903', CType: int
CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_VENDOR" with expression '0x0903', CType: int
CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_VENDOR" with expression '0x0903', CType: int
CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PLATFORM_VERSION" with expression '0x0901', CType: int
CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PLATFORM_VERSION" with expression '0x0901', CType: int
CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PLATFORM_VERSION" with expression '0x0901', CType: int
CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PLATFORM_VERSION" with expression '0x0901', CType: int
CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PRINTF_BUFFERSIZE_ARM" with expression '0x40B1', CType: int
CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PRINTF_BUFFERSIZE_ARM" with expression '0x40B1', CType: int
CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PRINTF_BUFFERSIZE_ARM" with expression '0x40B1', CType: int
CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PRINTF_BUFFERSIZE_ARM" with expression '0x40B1', CType: int
CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PRINTF_CALLBACK_ARM" with expression '0x40B0', CType: int
CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PRINTF_CALLBACK_ARM" with expression '0x40B0', CType: int
CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PRINTF_CALLBACK_ARM" with expression '0x40B0', CType: int
CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PRINTF_CALLBACK_ARM" with expression '0x40B0', CType: int
CL_PROFILING_COMMAND_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_COMMAND_COMPLETE" with expression '0x1284', CType: int
CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROFILING_COMMAND_END" with expression '0x1283', CType: int
CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROFILING_COMMAND_END" with expression '0x1283', CType: int
CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROFILING_COMMAND_END" with expression '0x1283', CType: int
CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_COMMAND_END" with expression '0x1283', CType: int
CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROFILING_COMMAND_QUEUED" with expression '0x1280', CType: int
CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROFILING_COMMAND_QUEUED" with expression '0x1280', CType: int
CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROFILING_COMMAND_QUEUED" with expression '0x1280', CType: int
CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_COMMAND_QUEUED" with expression '0x1280', CType: int
CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROFILING_COMMAND_START" with expression '0x1282', CType: int
CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROFILING_COMMAND_START" with expression '0x1282', CType: int
CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROFILING_COMMAND_START" with expression '0x1282', CType: int
CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_COMMAND_START" with expression '0x1282', CType: int
CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROFILING_COMMAND_SUBMIT" with expression '0x1281', CType: int
CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROFILING_COMMAND_SUBMIT" with expression '0x1281', CType: int
CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROFILING_COMMAND_SUBMIT" with expression '0x1281', CType: int
CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_COMMAND_SUBMIT" with expression '0x1281', CType: int
CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROFILING_INFO_NOT_AVAILABLE" with expression '-7', CType: int
CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROFILING_INFO_NOT_AVAILABLE" with expression '-7', CType: int
CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROFILING_INFO_NOT_AVAILABLE" with expression '-7', CType: int
CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROFILING_INFO_NOT_AVAILABLE" with expression '-7', CType: int
CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_BINARIES" with expression '0x1166', CType: int
CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_BINARIES" with expression '0x1166', CType: int
CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARIES" with expression '0x1166', CType: int
CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARIES" with expression '0x1166', CType: int
CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_BINARY_SIZES" with expression '0x1165', CType: int
CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_BINARY_SIZES" with expression '0x1165', CType: int
CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_SIZES" with expression '0x1165', CType: int
CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_SIZES" with expression '0x1165', CType: int
CL_PROGRAM_BINARY_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE" with expression '0x1184', CType: int
CL_PROGRAM_BINARY_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE" with expression '0x1184', CType: int
CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT" with expression '0x1', CType: int
CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT" with expression '0x1', CType: int
CL_PROGRAM_BINARY_TYPE_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE_EXECUTABLE" with expression '0x4', CType: int
CL_PROGRAM_BINARY_TYPE_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE_EXECUTABLE" with expression '0x4', CType: int
CL_PROGRAM_BINARY_TYPE_INTERMEDIATE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE_INTERMEDIATE" with expression '0x40E1', CType: int
CL_PROGRAM_BINARY_TYPE_INTERMEDIATE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE_INTERMEDIATE" with expression '0x40E1', CType: int
CL_PROGRAM_BINARY_TYPE_LIBRARY - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE_LIBRARY" with expression '0x2', CType: int
CL_PROGRAM_BINARY_TYPE_LIBRARY - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE_LIBRARY" with expression '0x2', CType: int
CL_PROGRAM_BINARY_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BINARY_TYPE_NONE" with expression '0x0', CType: int
CL_PROGRAM_BINARY_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BINARY_TYPE_NONE" with expression '0x0', CType: int
CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE" with expression '0x1185', CType: int
CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_BUILD_LOG" with expression '0x1183', CType: int
CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_BUILD_LOG" with expression '0x1183', CType: int
CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BUILD_LOG" with expression '0x1183', CType: int
CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BUILD_LOG" with expression '0x1183', CType: int
CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_BUILD_OPTIONS" with expression '0x1182', CType: int
CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_BUILD_OPTIONS" with expression '0x1182', CType: int
CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BUILD_OPTIONS" with expression '0x1182', CType: int
CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BUILD_OPTIONS" with expression '0x1182', CType: int
CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_BUILD_STATUS" with expression '0x1181', CType: int
CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_BUILD_STATUS" with expression '0x1181', CType: int
CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_BUILD_STATUS" with expression '0x1181', CType: int
CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_BUILD_STATUS" with expression '0x1181', CType: int
CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_CONTEXT" with expression '0x1161', CType: int
CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_CONTEXT" with expression '0x1161', CType: int
CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_CONTEXT" with expression '0x1161', CType: int
CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_CONTEXT" with expression '0x1161', CType: int
CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_DEVICES" with expression '0x1163', CType: int
CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_DEVICES" with expression '0x1163', CType: int
CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_DEVICES" with expression '0x1163', CType: int
CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_DEVICES" with expression '0x1163', CType: int
CL_PROGRAM_KERNEL_NAMES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_KERNEL_NAMES" with expression '0x1168', CType: int
CL_PROGRAM_KERNEL_NAMES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_KERNEL_NAMES" with expression '0x1168', CType: int
CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_NUM_DEVICES" with expression '0x1162', CType: int
CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_NUM_DEVICES" with expression '0x1162', CType: int
CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_NUM_DEVICES" with expression '0x1162', CType: int
CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_NUM_DEVICES" with expression '0x1162', CType: int
CL_PROGRAM_NUM_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_NUM_KERNELS" with expression '0x1167', CType: int
CL_PROGRAM_NUM_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_NUM_KERNELS" with expression '0x1167', CType: int
CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_REFERENCE_COUNT" with expression '0x1160', CType: int
CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_REFERENCE_COUNT" with expression '0x1160', CType: int
CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_REFERENCE_COUNT" with expression '0x1160', CType: int
CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_REFERENCE_COUNT" with expression '0x1160', CType: int
CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_PROGRAM_SOURCE" with expression '0x1164', CType: int
CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_PROGRAM_SOURCE" with expression '0x1164', CType: int
CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_PROGRAM_SOURCE" with expression '0x1164', CType: int
CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_PROGRAM_SOURCE" with expression '0x1164', CType: int
CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_CONTEXT" with expression '0x1090', CType: int
CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_CONTEXT" with expression '0x1090', CType: int
CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_CONTEXT" with expression '0x1090', CType: int
CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_CONTEXT" with expression '0x1090', CType: int
CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_DEVICE" with expression '0x1091', CType: int
CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_DEVICE" with expression '0x1091', CType: int
CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_DEVICE" with expression '0x1091', CType: int
CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_DEVICE" with expression '0x1091', CType: int
CL_QUEUE_ON_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_ON_DEVICE" with expression '(1 << 2)', CType: int
CL_QUEUE_ON_DEVICE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_ON_DEVICE_DEFAULT" with expression '(1 << 3)', CType: int
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE" with expression '(1 << 0)', CType: int
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE" with expression '(1 << 0)', CType: int
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE" with expression '(1 << 0)', CType: int
CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE" with expression '(1 << 0)', CType: int
CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_PROFILING_ENABLE" with expression '(1 << 1)', CType: int
CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_PROFILING_ENABLE" with expression '(1 << 1)', CType: int
CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_PROFILING_ENABLE" with expression '(1 << 1)', CType: int
CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_PROFILING_ENABLE" with expression '(1 << 1)', CType: int
CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_PROPERTIES" with expression '0x1093', CType: int
CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_PROPERTIES" with expression '0x1093', CType: int
CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_PROPERTIES" with expression '0x1093', CType: int
CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_PROPERTIES" with expression '0x1093', CType: int
CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUE_REFERENCE_COUNT" with expression '0x1092', CType: int
CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUE_REFERENCE_COUNT" with expression '0x1092', CType: int
CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUE_REFERENCE_COUNT" with expression '0x1092', CType: int
CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_REFERENCE_COUNT" with expression '0x1092', CType: int
CL_QUEUE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUE_SIZE" with expression '0x1094', CType: int
CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_QUEUED" with expression '0x3', CType: int
CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_QUEUED" with expression '0x3', CType: int
CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_QUEUED" with expression '0x3', CType: int
CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_QUEUED" with expression '0x3', CType: int
CL_R - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_R" with expression '0x10B0', CType: int
CL_R - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_R" with expression '0x10B0', CType: int
CL_R - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_R" with expression '0x10B0', CType: int
CL_R - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_R" with expression '0x10B0', CType: int
CL_RA - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RA" with expression '0x10B3', CType: int
CL_RA - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RA" with expression '0x10B3', CType: int
CL_RA - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RA" with expression '0x10B3', CType: int
CL_RA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RA" with expression '0x10B3', CType: int
CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_READ_ONLY_CACHE" with expression '0x1', CType: int
CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_READ_ONLY_CACHE" with expression '0x1', CType: int
CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_READ_ONLY_CACHE" with expression '0x1', CType: int
CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_READ_ONLY_CACHE" with expression '0x1', CType: int
CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_READ_WRITE_CACHE" with expression '0x2', CType: int
CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_READ_WRITE_CACHE" with expression '0x2', CType: int
CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_READ_WRITE_CACHE" with expression '0x2', CType: int
CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_READ_WRITE_CACHE" with expression '0x2', CType: int
CL_RG - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RG" with expression '0x10B2', CType: int
CL_RG - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RG" with expression '0x10B2', CType: int
CL_RG - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RG" with expression '0x10B2', CType: int
CL_RG - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RG" with expression '0x10B2', CType: int
CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RGB" with expression '0x10B4', CType: int
CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RGB" with expression '0x10B4', CType: int
CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RGB" with expression '0x10B4', CType: int
CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RGB" with expression '0x10B4', CType: int
CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RGBA" with expression '0x10B5', CType: int
CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RGBA" with expression '0x10B5', CType: int
CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RGBA" with expression '0x10B5', CType: int
CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RGBA" with expression '0x10B5', CType: int
CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RGBx" with expression '0x10BC', CType: int
CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RGBx" with expression '0x10BC', CType: int
CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RGBx" with expression '0x10BC', CType: int
CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RGBx" with expression '0x10BC', CType: int
CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RGx" with expression '0x10BB', CType: int
CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RGx" with expression '0x10BB', CType: int
CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RGx" with expression '0x10BB', CType: int
CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RGx" with expression '0x10BB', CType: int
CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_RUNNING" with expression '0x1', CType: int
CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_RUNNING" with expression '0x1', CType: int
CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_RUNNING" with expression '0x1', CType: int
CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_RUNNING" with expression '0x1', CType: int
CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_Rx" with expression '0x10BA', CType: int
CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_Rx" with expression '0x10BA', CType: int
CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_Rx" with expression '0x10BA', CType: int
CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_Rx" with expression '0x10BA', CType: int
CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SAMPLER_ADDRESSING_MODE" with expression '0x1153', CType: int
CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SAMPLER_ADDRESSING_MODE" with expression '0x1153', CType: int
CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SAMPLER_ADDRESSING_MODE" with expression '0x1153', CType: int
CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_ADDRESSING_MODE" with expression '0x1153', CType: int
CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SAMPLER_CONTEXT" with expression '0x1151', CType: int
CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SAMPLER_CONTEXT" with expression '0x1151', CType: int
CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SAMPLER_CONTEXT" with expression '0x1151', CType: int
CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_CONTEXT" with expression '0x1151', CType: int
CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SAMPLER_FILTER_MODE" with expression '0x1154', CType: int
CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SAMPLER_FILTER_MODE" with expression '0x1154', CType: int
CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SAMPLER_FILTER_MODE" with expression '0x1154', CType: int
CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_FILTER_MODE" with expression '0x1154', CType: int
CL_SAMPLER_LOD_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_LOD_MAX" with expression '0x1157', CType: int
CL_SAMPLER_LOD_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_LOD_MIN" with expression '0x1156', CType: int
CL_SAMPLER_MIP_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_MIP_FILTER_MODE" with expression '0x1155', CType: int
CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SAMPLER_NORMALIZED_COORDS" with expression '0x1152', CType: int
CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SAMPLER_NORMALIZED_COORDS" with expression '0x1152', CType: int
CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SAMPLER_NORMALIZED_COORDS" with expression '0x1152', CType: int
CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_NORMALIZED_COORDS" with expression '0x1152', CType: int
CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SAMPLER_REFERENCE_COUNT" with expression '0x1150', CType: int
CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SAMPLER_REFERENCE_COUNT" with expression '0x1150', CType: int
CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SAMPLER_REFERENCE_COUNT" with expression '0x1150', CType: int
CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SAMPLER_REFERENCE_COUNT" with expression '0x1150', CType: int
CL_sBGRA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_sBGRA" with expression '0x10C2', CType: int
CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SCHAR_MAX" with expression '127', CType: int
CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SCHAR_MAX" with expression '127', CType: int
CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SCHAR_MAX" with expression '127', CType: int
CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SCHAR_MAX" with expression '127', CType: int
CL_SCHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SCHAR_MIN" with expression '(-127-1)', CType: int
CL_SCHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SCHAR_MIN" with expression '(-127-1)', CType: int
CL_SCHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SCHAR_MIN" with expression '(-127-1)', CType: int
CL_SCHAR_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SCHAR_MIN" with expression '(-127-1)', CType: int
CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SHRT_MAX" with expression '32767', CType: int
CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SHRT_MAX" with expression '32767', CType: int
CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SHRT_MAX" with expression '32767', CType: int
CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SHRT_MAX" with expression '32767', CType: int
CL_SHRT_MIN - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SHRT_MIN" with expression '(-32767-1)', CType: int
CL_SHRT_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SHRT_MIN" with expression '(-32767-1)', CType: int
CL_SHRT_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SHRT_MIN" with expression '(-32767-1)', CType: int
CL_SHRT_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SHRT_MIN" with expression '(-32767-1)', CType: int
CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SIGNED_INT16" with expression '0x10D8', CType: int
CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SIGNED_INT16" with expression '0x10D8', CType: int
CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SIGNED_INT16" with expression '0x10D8', CType: int
CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SIGNED_INT16" with expression '0x10D8', CType: int
CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SIGNED_INT32" with expression '0x10D9', CType: int
CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SIGNED_INT32" with expression '0x10D9', CType: int
CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SIGNED_INT32" with expression '0x10D9', CType: int
CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SIGNED_INT32" with expression '0x10D9', CType: int
CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SIGNED_INT8" with expression '0x10D7', CType: int
CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SIGNED_INT8" with expression '0x10D7', CType: int
CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SIGNED_INT8" with expression '0x10D7', CType: int
CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SIGNED_INT8" with expression '0x10D7', CType: int
CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SNORM_INT16" with expression '0x10D1', CType: int
CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SNORM_INT16" with expression '0x10D1', CType: int
CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SNORM_INT16" with expression '0x10D1', CType: int
CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SNORM_INT16" with expression '0x10D1', CType: int
CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SNORM_INT8" with expression '0x10D0', CType: int
CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SNORM_INT8" with expression '0x10D0', CType: int
CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SNORM_INT8" with expression '0x10D0', CType: int
CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SNORM_INT8" with expression '0x10D0', CType: int
CL_sRGB - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_sRGB" with expression '0x10BF', CType: int
CL_sRGBA - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_sRGBA" with expression '0x10C1', CType: int
CL_sRGBx - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_sRGBx" with expression '0x10C0', CType: int
CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SUBMITTED" with expression '0x2', CType: int
CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SUBMITTED" with expression '0x2', CType: int
CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SUBMITTED" with expression '0x2', CType: int
CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SUBMITTED" with expression '0x2', CType: int
CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_SUCCESS" with expression '0', CType: int
CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_SUCCESS" with expression '0', CType: int
CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_SUCCESS" with expression '0', CType: int
CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_SUCCESS" with expression '0', CType: int
CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_TRUE" with expression '1', CType: int
CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_TRUE" with expression '1', CType: int
CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_TRUE" with expression '1', CType: int
CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_TRUE" with expression '1', CType: int
CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UCHAR_MAX" with expression '255', CType: int
CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UCHAR_MAX" with expression '255', CType: int
CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UCHAR_MAX" with expression '255', CType: int
CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UCHAR_MAX" with expression '255', CType: int
CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNORM_INT_101010" with expression '0x10D6', CType: int
CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNORM_INT_101010" with expression '0x10D6', CType: int
CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_INT_101010" with expression '0x10D6', CType: int
CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_INT_101010" with expression '0x10D6', CType: int
CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNORM_INT16" with expression '0x10D3', CType: int
CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNORM_INT16" with expression '0x10D3', CType: int
CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_INT16" with expression '0x10D3', CType: int
CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_INT16" with expression '0x10D3', CType: int
CL_UNORM_INT24 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_INT24" with expression '0x10DF', CType: int
CL_UNORM_INT24 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_INT24" with expression '0x10DF', CType: int
CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNORM_INT8" with expression '0x10D2', CType: int
CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNORM_INT8" with expression '0x10D2', CType: int
CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_INT8" with expression '0x10D2', CType: int
CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_INT8" with expression '0x10D2', CType: int
CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNORM_SHORT_555" with expression '0x10D5', CType: int
CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNORM_SHORT_555" with expression '0x10D5', CType: int
CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_SHORT_555" with expression '0x10D5', CType: int
CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_SHORT_555" with expression '0x10D5', CType: int
CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNORM_SHORT_565" with expression '0x10D4', CType: int
CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNORM_SHORT_565" with expression '0x10D4', CType: int
CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNORM_SHORT_565" with expression '0x10D4', CType: int
CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNORM_SHORT_565" with expression '0x10D4', CType: int
CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNSIGNED_INT16" with expression '0x10DB', CType: int
CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNSIGNED_INT16" with expression '0x10DB', CType: int
CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNSIGNED_INT16" with expression '0x10DB', CType: int
CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNSIGNED_INT16" with expression '0x10DB', CType: int
CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNSIGNED_INT32" with expression '0x10DC', CType: int
CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNSIGNED_INT32" with expression '0x10DC', CType: int
CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNSIGNED_INT32" with expression '0x10DC', CType: int
CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNSIGNED_INT32" with expression '0x10DC', CType: int
CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_UNSIGNED_INT8" with expression '0x10DA', CType: int
CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_UNSIGNED_INT8" with expression '0x10DA', CType: int
CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_UNSIGNED_INT8" with expression '0x10DA', CType: int
CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_UNSIGNED_INT8" with expression '0x10DA', CType: int
CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_USHRT_MAX" with expression '65535', CType: int
CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_USHRT_MAX" with expression '65535', CType: int
CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_USHRT_MAX" with expression '65535', CType: int
CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_USHRT_MAX" with expression '65535', CType: int
CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_VERSION_1_0" with expression '1', CType: int
CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_VERSION_1_0" with expression '1', CType: int
CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_VERSION_1_0" with expression '1', CType: int
CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_VERSION_1_0" with expression '1', CType: int
CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_VERSION_1_1" with expression '1', CType: int
CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_VERSION_1_1" with expression '1', CType: int
CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_VERSION_1_1" with expression '1', CType: int
CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_VERSION_1_1" with expression '1', CType: int
CL_VERSION_1_2 - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_VERSION_1_2" with expression '1', CType: int
CL_VERSION_1_2 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_VERSION_1_2" with expression '1', CType: int
CL_VERSION_2_0 - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_VERSION_2_0" with expression '1', CType: int
CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL
Define "CL_WGL_HDC_KHR" with expression '0x200B', CType: int
CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
Define "CL_WGL_HDC_KHR" with expression '0x200B', CType: int
CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
Define "CL_WGL_HDC_KHR" with expression '0x200B', CType: int
CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
Define "CL_WGL_HDC_KHR" with expression '0x200B', CType: int
CL11 - Interface in com.jogamp.opencl.llb
 
CL12 - Interface in com.jogamp.opencl.llb
 
CL20 - Interface in com.jogamp.opencl.llb
 
CLAccessorFactory - Interface in com.jogamp.opencl.spi
Implementations of this interface are factories responsible for creating CLAccessors.
CLAMP - com.jogamp.opencl.CLSampler.AddressingMode
 
CLAMP_TO_EDGE - com.jogamp.opencl.CLSampler.AddressingMode
 
clBoolean(boolean) - Static method in class com.jogamp.opencl.util.CLUtil
Returns b ? CL.CL_TRUE : CL.CL_FALSE
clBoolean(int) - Static method in class com.jogamp.opencl.util.CLUtil
Returns true if clBoolean == CL.CL_TRUE.
CLBuffer<B extends Buffer> - Class in com.jogamp.opencl
OpenCL buffer object wrapping an optional NIO buffer.
CLBuffer(CLContext, long, long, int) - Constructor for class com.jogamp.opencl.CLBuffer
 
CLBuffer(CLContext, B, long, long, int) - Constructor for class com.jogamp.opencl.CLBuffer
 
CLBuildConfiguration - Interface in com.jogamp.opencl.util
Configuration representing everything needed to build an OpenCL program.
CLBuildListener - Interface in com.jogamp.opencl.util
A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CL.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
clBuildProgram(long, int, PointerBuffer, String, BuildProgramCallback) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
int32_t (cl_program, uint32_t, cl_device_id * , const char * , void (*pfn_notify)(cl_program, void *user_data), void * );
clBuildProgram(long, int, PointerBuffer, String, BuildProgramCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Interface to C language function:
int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void * );
clBuildProgram(long, int, PointerBuffer, String, BuildProgramCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Interface to C language function:
int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void * );
clBuildProgram(long, int, PointerBuffer, String, BuildProgramCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Interface to C language function:
int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void * );
CLBuildProgramFailureException(String) - Constructor for exception com.jogamp.opencl.CLException.CLBuildProgramFailureException
 
clCapacity - Variable in class com.jogamp.opencl.CLMemory
 
CLCommandQueue - Class in com.jogamp.opencl
The command queue is used to queue a set of operations for a specific CLDevice.
CLCommandQueue.Mode - Enum in com.jogamp.opencl
Enumeration for the command-queue settings.
CLCommandQueuePool<C extends CLQueueContext> - Class in com.jogamp.opencl.util.concurrent
A multithreaded, fixed size pool of OpenCL command queues.
CLCommandQueuePool.FinishAction - Enum in com.jogamp.opencl.util.concurrent
The action executed after a task completes.
CLCompilerNotAvailableException(String) - Constructor for exception com.jogamp.opencl.CLException.CLCompilerNotAvailableException
 
CLContext - Class in com.jogamp.opencl
CLContext is responsible for managing objects such as command-queues, memory, program and kernel objects and for executing kernels on one or more devices specified in the context.
CLContext(CLPlatform, long, CLContext.ErrorDispatcher) - Constructor for class com.jogamp.opencl.CLContext
 
CLContext.ErrorDispatcher - Class in com.jogamp.opencl
 
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateBuffer(long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, size_t size, void * host_ptr, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueue(long, long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, cl_command_queue_properties properties, cl_int * errcode_ret)
clCreateCommandQueueWithProperties(long, long, long[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, const cl_queue_properties * properties, cl_int * errcode_ret)
clCreateCommandQueueWithProperties(long, long, long[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, const cl_queue_properties * properties, cl_int * errcode_ret)
clCreateCommandQueueWithProperties(long, long, LongBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, const cl_queue_properties * properties, cl_int * errcode_ret)
clCreateCommandQueueWithProperties(long, long, LongBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_command_queue (cl_context context, cl_device_id device, const cl_queue_properties * properties, cl_int * errcode_ret)
clCreateContext(PointerBuffer, PointerBuffer, CLErrorHandler, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_context (intptr_t * , uint32_t, cl_device_id * , void (*pfn_notify)(const char *, const void *, size_t, void *), void *, int32_t * );
clCreateContext(PointerBuffer, PointerBuffer, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
 
clCreateContext(PointerBuffer, PointerBuffer, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
 
clCreateContext(PointerBuffer, PointerBuffer, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
 
clCreateContextFromType(PointerBuffer, long, CLErrorHandler, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_context (cl_context_properties *properties, cl_device_type device_type, void (*pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) ;
clCreateContextFromType(PointerBuffer, long, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
 
clCreateContextFromType(PointerBuffer, long, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
 
clCreateContextFromType(PointerBuffer, long, CLErrorHandler, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
 
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateEventFromGLsyncKHR(long, long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_event (cl_context, cl_GLsync, cl_int * )
clCreateFromGLBuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLBuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint bufobj, int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLRenderbuffer(long, long, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLuint renderbuffer, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture2D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateFromGLTexture3D(long, long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, cl_GLuint texture, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage(long, long, CLImageFormatImpl, CLImageDescImpl, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, const cl_image_desc * image_desc, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage2D(long, long, CLImageFormatImpl, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateImage3D(long, long, CLImageFormatImpl, long, long, long, long, long, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernel(long, String, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_kernel (cl_program program, const char * kernel_name, cl_int * errcode_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreateKernelsInProgram(long, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_uint num_kernels, cl_kernel * kernels, cl_uint * num_kernels_ret)
clCreatePipe(long, long, int, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties * properties, cl_int * errcode_ret)
clCreatePipe(long, long, int, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties * properties, cl_int * errcode_ret)
clCreatePipe(long, long, int, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties * properties, cl_int * errcode_ret)
clCreatePipe(long, long, int, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_context context, cl_mem_flags flags, cl_uint pipe_packet_size, cl_uint pipe_max_packets, const cl_pipe_properties * properties, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBinary(long, int, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const size_t * lengths, unsigned const char * * binaries, cl_int * binary_status, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, byte[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, byte[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, byte[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, byte[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, ByteBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, ByteBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, ByteBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithBuiltInKernels(long, int, PointerBuffer, ByteBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint num_devices, const cl_device_id * device_list, const char * kernel_names, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateProgramWithSource(long, int, String[], PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_program (cl_context context, cl_uint count, const char * * strings, const size_t * lengths, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSampler(long, int, int, int, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, cl_bool normalized_coords, cl_addressing_mode addressing_mode, cl_filter_mode filter_mode, cl_int * errcode_ret)
clCreateSamplerWithProperties(long, long[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, const cl_sampler_properties * normalized_coords, cl_int * errcode_ret)
clCreateSamplerWithProperties(long, long[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, const cl_sampler_properties * normalized_coords, cl_int * errcode_ret)
clCreateSamplerWithProperties(long, LongBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, const cl_sampler_properties * normalized_coords, cl_int * errcode_ret)
clCreateSamplerWithProperties(long, LongBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_sampler (cl_context context, const cl_sampler_properties * normalized_coords, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubBuffer(long, long, int, Buffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_mem (cl_mem buffer, cl_mem_flags flags, cl_buffer_create_type buffer_create_type, const void * buffer_create_info, cl_int * errcode_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevices(long, PointerBuffer, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id in_device, const cl_device_partition_property * properties, cl_uint num_devices, cl_device_id * out_devices, cl_uint * num_devices_ret)
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, long[], int, int, PointerBuffer, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateSubDevicesEXT(long, LongBuffer, int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_device_id, const cl_device_partition_property_ext * , cl_uint, cl_device_id * , cl_uint * )
clCreateUserEvent(long, int[], int) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
clCreateUserEvent(long, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_event (cl_context context, cl_int * errcode_ret)
CLDevice - Class in com.jogamp.opencl
This object represents an OpenCL device.
CLDevice(CLContext, long) - Constructor for class com.jogamp.opencl.CLDevice
 
CLDevice(CLPlatform, long) - Constructor for class com.jogamp.opencl.CLDevice
 
CLDevice.Capabilities - Enum in com.jogamp.opencl
Enumeration for the execution capabilities of the device.
CLDevice.FPConfig - Enum in com.jogamp.opencl
Describes floating-point capability of the device.
CLDevice.GlobalMemCacheType - Enum in com.jogamp.opencl
Type of global memory cache supported.
CLDevice.LocalMemType - Enum in com.jogamp.opencl
Type of local memory cache supported.
CLDevice.Type - Enum in com.jogamp.opencl
Enumeration for the type of a device.
CLDeviceFilters - Class in com.jogamp.opencl.util
Pre-defined filters.
CLDeviceFilters() - Constructor for class com.jogamp.opencl.util.CLDeviceFilters
 
CLDeviceNotAvailableException(String) - Constructor for exception com.jogamp.opencl.CLException.CLDeviceNotAvailableException
 
CLDeviceNotFoundException(String) - Constructor for exception com.jogamp.opencl.CLException.CLDeviceNotFoundException
 
CLDynamicLibraryBundleInfo - Class in com.jogamp.opencl.llb.impl
 
CLDynamicLibraryBundleInfo() - Constructor for class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
 
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueAcquireGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueBarrier(long) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrier(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue)
clEnqueueBarrierWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueBarrierWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueBarrierWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueBarrierWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBuffer(long, long, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, size_t src_offset, size_t dst_offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferRect(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_buffer, const size_t * src_origin, const size_t * dst_origin, const size_t * region, size_t src_row_pitch, size_t src_slice_pitch, size_t dst_row_pitch, size_t dst_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyBufferToImage(long, long, long, long, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_buffer, cl_mem dst_image, size_t src_offset, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImage(long, long, long, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_image, const size_t * , const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueCopyImageToBuffer(long, long, long, PointerBuffer, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem src_image, cl_mem dst_buffer, const size_t * , const size_t * , size_t dst_offset, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillBuffer(long, long, Buffer, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, const void * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillBuffer(long, long, Buffer, long, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, const void * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillBuffer(long, long, Buffer, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, const void * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillBuffer(long, long, Buffer, long, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, const void * pattern, size_t pattern_size, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillImage(long, long, Buffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, const void * fill_color, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillImage(long, long, Buffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, const void * fill_color, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillImage(long, long, Buffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, const void * fill_color, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueFillImage(long, long, Buffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, const void * fill_color, const size_t * , const size_t * , cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t cb, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapBuffer(long, long, int, long, long, long, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_map, cl_map_flags map_flags, size_t offset, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
void * (cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
void * (cl_command_queue command_queue, cl_mem image, cl_bool blocking_map, cl_map_flags map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event, cl_int * errcode_ret)
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Interface to C language function:
void * (cl_command_queue command_queue, cl_mem image, uint32_t blocking_map, uint64_t map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, uint32_t num_events_in_wait_list, cl_event * event_wait_list, cl_event * event, int32_t * errcode_ret);
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Interface to C language function:
void * (cl_command_queue command_queue, cl_mem image, uint32_t blocking_map, uint64_t map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, uint32_t num_events_in_wait_list, cl_event * event_wait_list, cl_event * event, int32_t * errcode_ret);
clEnqueueMapImage(long, long, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Interface to C language function:
void * (cl_command_queue command_queue, cl_mem image, uint32_t blocking_map, uint64_t map_flags, const size_t * , const size_t * , size_t * image_row_pitch, size_t * image_slice_pitch, uint32_t num_events_in_wait_list, cl_event * event_wait_list, cl_event * event, int32_t * errcode_ret);
clEnqueueMarker(long, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarker(long, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_event * event)
clEnqueueMarkerWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMarkerWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMarkerWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMarkerWithWaitList(long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMigrateMemObjects(long, int, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_mem_objects, const cl_mem * mem_objects, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMigrateMemObjects(long, int, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_mem_objects, const cl_mem * mem_objects, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMigrateMemObjects(long, int, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_mem_objects, const cl_mem * mem_objects, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueMigrateMemObjects(long, int, PointerBuffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_mem_objects, const cl_mem * mem_objects, cl_mem_migration_flags flags, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueNDRangeKernel(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t * global_work_offset, const size_t * global_work_size, const size_t * local_work_size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t cb, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t cb, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t cb, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, size_t offset, size_t size, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_origin, const size_t * host_origin, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_origin, const size_t * host_origin, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_offset, const size_t * host_offset, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_offset, const size_t * host_offset, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_origin, const size_t * host_origin, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_offset, const size_t * host_offset, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_read, const size_t * buffer_offset, const size_t * host_offset, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReadImage(long, long, int, PointerBuffer, PointerBuffer, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem image, cl_bool blocking_read, const size_t * , const size_t * , size_t row_pitch, size_t slice_pitch, void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueReleaseGLObjects(long, int, PointerBuffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_objects, const cl_mem * mem_objects, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMFree(long, int, PointerBuffer, Buffer, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_svm_pointers, void * * , void * , void * user_data, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMFree(long, int, PointerBuffer, Buffer, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_svm_pointers, void * * , void * , void * user_data, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMap(long, int, long, Buffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags flags, void * svm_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMap(long, int, long, Buffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags flags, void * svm_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMemcpy(long, int, Buffer, Buffer, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_bool blocking_copy, void * dst_ptr, const void * src_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMemcpy(long, int, Buffer, Buffer, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_bool blocking_copy, void * dst_ptr, const void * src_ptr, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMemFill(long, Buffer, Buffer, long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, void * svm_ptr, const void * pattern, size_t pattern_size, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMMemFill(long, Buffer, Buffer, long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, void * svm_ptr, const void * pattern, size_t pattern_size, size_t size, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMUnmap(long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, void * svm_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueSVMUnmap(long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, void * svm_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueTask(long, long, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_kernel kernel, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueUnmapMemObject(long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem memobj, void * mapped_ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWaitForEvents(long, int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_uint num_events, const cl_event * event_list)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t cb, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t cb, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t cb, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBuffer(long, long, int, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, size_t offset, size_t size, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
clEnqueueWriteBufferRect(long, long, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, Buffer, int, PointerBuffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, const size_t * buffer_origin, const size_t * host_origin, const size_t * region, size_t buffer_row_pitch, size_t buffer_slice_pitch, size_t host_row_pitch, size_t host_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list,