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
All Classes All Packages
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
-
This format can only be used if channel data type is one of the following values:
CLImageFormat.ChannelType.UNORM_INT8
,CLImageFormat.ChannelType.SNORM_INT8
,CLImageFormat.ChannelType.SIGNED_INT8
orCLImageFormat.ChannelType.UNSIGNED_INT8
. - 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 makeCL.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
-
CType: int
- CL_A - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_A - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_A - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ABGR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ADDRESS_CLAMP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ADDRESS_CLAMP_TO_EDGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ADDRESS_MIRRORED_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ADDRESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ADDRESS_REPEAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_L1_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_L2_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_L3_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_L4_CACHE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_AFFINITY_DOMAIN_NUMA_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_ARGB - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BGRA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUFFER_CREATE_TYPE_REGION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUILD_ERROR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUILD_IN_PROGRESS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUILD_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUILD_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_BUILD_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CGL_SHAREGROUP_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CHAR_BIT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_ACQUIRE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_BARRIER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_BARRIER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_COPY_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_COPY_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_COPY_BUFFER_TO_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_COPY_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_COPY_IMAGE_TO_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_FILL_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_FILL_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_FILL_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_FILL_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_MAP_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_MAP_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_MARKER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_MIGRATE_MEM_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_MIGRATE_MEM_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_NDRANGE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_READ_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_READ_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_READ_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_RELEASE_GL_OBJECTS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_SVM_FREE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_SVM_MAP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_SVM_MEMCPY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_SVM_MEMFILL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_SVM_UNMAP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_TASK - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_UNMAP_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_USER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_WRITE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_WRITE_BUFFER_RECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMMAND_WRITE_IMAGE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMPILE_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMPILE_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMPILER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_MEMORY_INITIALIZE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_MEMORY_INITIALIZE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
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
-
CType: int
- CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CONTEXT_TERMINATE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CONTEXT_TERMINATE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_DBL_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: double
- CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: double
- CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: double
- CL_DBL_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: double
- CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: double
- CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: double
- CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: double
- CL_DBL_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: double
- CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DBL_RADIX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEPTH_STENCIL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEPTH_STENCIL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_ADDRESS_BITS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_NUMA - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAIN_NUMA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AFFINITY_DOMAINS_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_BUILT_IN_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_BUILT_IN_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_COMPILER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_DOUBLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_ENDIAN_LITTLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_ERROR_CORRECTION_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_EXECUTION_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_GLOBAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GLOBAL_VARIABLE_PREFERRED_TOTAL_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_GPU_OVERLAP_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_HALF_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_HOST_UNIFIED_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE_MAX_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE_MAX_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE_MAX_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE_MAX_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE_PITCH_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE_PITCH_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE_SUPPORT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE2D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_IMAGE3D_MAX_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_INTEGRATED_MEMORY_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_LINKER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_LINKER_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_LOCAL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_CLOCK_FREQUENCY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_COMPUTE_UNITS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_CONSTANT_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_GLOBAL_VARIABLE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_MEM_ALLOC_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_ON_DEVICE_EVENTS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_ON_DEVICE_QUEUES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_PARAMETER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_PIPE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_READ_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_SAMPLERS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_WORK_ITEM_SIZES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MAX_WRITE_IMAGE_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MEM_BASE_ADDR_ALIGN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_NOT_FOUND - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_OPENCL_C_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARENT_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARENT_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARENT_DEVICE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_LIST_END - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_COUNTS_LIST_END - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_BY_NAMES_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_EQUALLY_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_FAILED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_FAILED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_FAILED_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_MAX_SUB_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_MAX_SUB_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_STYLE_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PARTITION_TYPES_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PIPE_MAX_PACKET_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_INTEROP_USER_SYNC - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PRINTF_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PRINTF_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PROFILING_TIMER_OFFSET_AMD - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_PROFILING_TIMER_RESOLUTION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_QUEUE_ON_HOST_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_REFERENCE_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_REGISTERS_PER_BLOCK_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_SINGLE_FP_CONFIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SPIR_VERSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_SPIR_VERSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SVM_ATOMICS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SVM_CAPABILITIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SVM_COARSE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SVM_FINE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_SVM_FINE_GRAIN_SYSTEM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TERMINATE_CAPABILITY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TERMINATE_CAPABILITY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE_ACCELERATOR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: long
- CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: long
- CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: long
- CL_DEVICE_TYPE_ALL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: long
- CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE_CPU - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE_CUSTOM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE_CUSTOM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_TYPE_GPU - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_VENDOR_ID - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICE_WARP_SIZE_NV - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DEVICES_FOR_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_DRIVER_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EGL_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EVENT_COMMAND_EXECUTION_STATUS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EVENT_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EVENT_COMMAND_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EVENT_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EVENT_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EXEC_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EXEC_NATIVE_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- cl_ext_device_fission - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FALSE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FILTER_LINEAR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FILTER_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_FLT_EPSILON - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_MANT_DIG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_FLT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_MAX_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_MAX_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_FLT_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_MIN_10_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_MIN_EXP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FLT_RADIX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_DENORM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_FMA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_INF_NAN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_ROUND_TO_INF - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_ROUND_TO_NEAREST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_ROUND_TO_ZERO - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_FP_SOFT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_CONTEXT_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_MIPMAP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_RENDERBUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE1D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE1D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE2D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_OBJECT_TEXTURE3D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GL_TEXTURE_TARGET - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_GLX_DISPLAY_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_HALF_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_ARRAY_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_DEPTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_ELEMENT_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_FORMAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_FORMAT_MISMATCH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_FORMAT_NOT_SUPPORTED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_HEIGHT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_NUM_MIP_LEVELS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_NUM_MIP_LEVELS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_NUM_SAMPLES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_ROW_PITCH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_SLICE_PITCH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_IMAGE_WIDTH - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INTENSITY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_ARG_INDEX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_ARG_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_ARG_VALUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_BINARY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_BUFFER_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_COMMAND_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_COMPILER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_COMPILER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_DEVICE_PARTITION_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_DEVICE_PARTITION_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_DEVICE_QUEUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_DEVICE_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_EVENT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_EVENT_WAIT_LIST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_GL_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_GLOBAL_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_IMAGE_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_IMAGE_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_IMAGE_FORMAT_DESCRIPTOR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_IMAGE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_KERNEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_KERNEL_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_KERNEL_DEFINITION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_KERNEL_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_LINKER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_LINKER_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_MEM_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_MIP_LEVEL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_OPERATION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PARTITION_COUNT_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PARTITION_NAME_EXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PIPE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PLATFORM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PROGRAM_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_PROPERTY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_SAMPLER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_VALUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_WORK_DIMENSION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_INVALID_WORK_ITEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ACCESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ACCESS_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ACCESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ACCESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ACCESS_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ACCESS_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ACCESS_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ACCESS_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ACCESS_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ACCESS_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ADDRESS_CONSTANT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ADDRESS_CONSTANT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ADDRESS_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ADDRESS_GLOBAL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ADDRESS_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ADDRESS_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ADDRESS_PRIVATE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ADDRESS_PRIVATE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_ADDRESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_ADDRESS_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_CONST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_CONST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_PIPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_QUALIFIER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_RESTRICT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_RESTRICT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ARG_TYPE_VOLATILE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ARG_TYPE_VOLATILE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_ATTRIBUTES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_ATTRIBUTES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_COMPILE_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_EXEC_INFO_SVM_FINE_GRAIN_SYSTEM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_EXEC_INFO_SVM_PTRS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_FUNCTION_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_GLOBAL_WORK_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_LOCAL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_NUM_ARGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_PRIVATE_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_PROGRAM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_KERNEL_WORK_GROUP_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- cl_khr_gl_sharing - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- cl_khr_icd - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- cl_khr_terminate_context - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- cl_khr_terminate_context - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_LINK_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_LINK_PROGRAM_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_LINKER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_LINKER_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_LOCAL - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_LUMINANCE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_1_PI - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_1_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_2_PI - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_2_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_2_SQRTPI - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_2_SQRTPI_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_E - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_E_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LN10 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LN10_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LN2 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LN2_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LOG10E - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LOG10E_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LOG2E - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_LOG2E_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI_2 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI_2_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI_4 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI_4_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_PI_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_SQRT1_2 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_SQRT1_2_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_SQRT2 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_M_SQRT2_F - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MAP_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MAP_READ - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MAP_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MAP_WRITE_INVALIDATE_REGION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MAP_WRITE_INVALIDATE_REGION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: float
- CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: float
- CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: float
- CL_MAXFLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: float
- CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_ALLOC_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_ASSOCIATED_MEMOBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_COPY_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_COPY_OVERLAP - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_FLAGS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_HOST_NO_ACCESS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_HOST_NO_ACCESS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_HOST_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_HOST_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_HOST_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_HOST_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_MAP_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_ALLOCATION_FAILURE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE1D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE1D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE1D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE1D_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE1D_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE2D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE2D_ARRAY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OBJECT_IMAGE3D - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OBJECT_PIPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_READ_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_READ_WRITE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_SVM_ATOMICS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_SVM_FINE_GRAIN_BUFFER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_USE_HOST_PTR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_USES_SVM_POINTER - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MEM_WRITE_ONLY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MIGRATE_MEM_OBJECT_HOST - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MIGRATE_MEM_OBJECT_HOST - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_MISALIGNED_SUB_BUFFER_OFFSET - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_NON_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_NON_BLOCKING - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_OUT_OF_HOST_MEMORY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_OUT_OF_RESOURCES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PIPE_MAX_PACKETS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PIPE_PACKET_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_EXTENSIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_ICD_SUFFIX_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_NAME - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_NOT_FOUND_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_PROFILE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_VENDOR - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PLATFORM_VERSION - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PRINTF_BUFFERSIZE_ARM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PRINTF_CALLBACK_ARM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_COMMAND_COMPLETE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROFILING_COMMAND_END - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROFILING_COMMAND_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROFILING_COMMAND_START - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROFILING_COMMAND_SUBMIT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROFILING_INFO_NOT_AVAILABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_SIZES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE_EXECUTABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE_INTERMEDIATE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE_INTERMEDIATE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE_LIBRARY - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE_LIBRARY - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BINARY_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BINARY_TYPE_NONE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BUILD_LOG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BUILD_OPTIONS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_BUILD_STATUS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_KERNEL_NAMES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_KERNEL_NAMES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_NUM_DEVICES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_NUM_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_NUM_KERNELS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_PROGRAM_SOURCE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_ON_DEVICE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_ON_DEVICE_DEFAULT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_PROFILING_ENABLE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_PROPERTIES - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUE_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_QUEUED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_R - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_R - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_R - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_R - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RA - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RA - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RA - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_READ_ONLY_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_READ_WRITE_CACHE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RG - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RG - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RG - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RG - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RGB - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RGBA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RGBx - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RGx - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_RUNNING - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_Rx - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SAMPLER_ADDRESSING_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SAMPLER_CONTEXT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SAMPLER_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_LOD_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_LOD_MIN - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_MIP_FILTER_MODE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SAMPLER_NORMALIZED_COORDS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SAMPLER_REFERENCE_COUNT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_sBGRA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_sRGB - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_sRGBA - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_sRGBx - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SUBMITTED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_SUCCESS - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_TRUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UCHAR_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_INT_101010 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_INT24 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_INT24 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_SHORT_555 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNORM_SHORT_565 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNSIGNED_INT16 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNSIGNED_INT32 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_UNSIGNED_INT8 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_USHRT_MAX - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_VERSION_1_0 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_VERSION_1_1 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_VERSION_1_2 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_VERSION_1_2 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_VERSION_2_0 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- CL_WGL_HDC_KHR - Static variable in interface com.jogamp.opencl.llb.CL20
-
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 makeCL.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, 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.CL11
-
Entry point (through function pointer) 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, 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.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, 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, 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.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_command_queue command_queue, cl_mem buffer, cl_bool blocking_write, 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, 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 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, 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, cl_event * event)
- clEnqueueWriteBufferRect(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_write, 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, 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 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, 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, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- clEnqueueWriteImage(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_write, const size_t * , const size_t * , size_t input_row_pitch, size_t input_slice_pitch, const void * ptr, cl_uint num_events_in_wait_list, const cl_event * event_wait_list, cl_event * event)
- CLErrorHandler - Interface in com.jogamp.opencl
-
Experimental: the api may change in future, feedback appreciated.
Note: the thread which callsonError
is unspecified. - CLEvent - Class in com.jogamp.opencl
-
Event objects can be used for synchronizing command queues, e.g you can wait until a event occurs or they can also be used to capture profiling information that measure execution time of a command.
- CLEvent.CommandType - Enum in com.jogamp.opencl
- CLEvent.ExecutionStatus - Enum in com.jogamp.opencl
- CLEvent.ProfilingCommand - Enum in com.jogamp.opencl
- CLEventCallback - Interface in com.jogamp.opencl.llb.impl
-
A callback for a specific command execution status.
- CLEventList - Class in com.jogamp.opencl
-
Fixed size list for storing CLEvents.
- CLEventList(int) - Constructor for class com.jogamp.opencl.CLEventList
- CLEventList(CachedBufferFactory, int) - Constructor for class com.jogamp.opencl.CLEventList
- CLEventList(CachedBufferFactory, CLEvent...) - Constructor for class com.jogamp.opencl.CLEventList
- CLEventList(CLEvent...) - Constructor for class com.jogamp.opencl.CLEventList
- CLEventListener - Interface in com.jogamp.opencl
-
A callback for a specific command execution status.
- CLException - Exception in com.jogamp.opencl
-
Main Exception type for runtime OpenCL errors and failed function calls (e.g.
- CLException(String) - Constructor for exception com.jogamp.opencl.CLException
- CLException.CLBuildProgramFailureException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_BUILD_PROGRAM_FAILURE errors. - CLException.CLCompilerNotAvailableException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_COMPILER_NOT_AVAILABLE errors. - CLException.CLDeviceNotAvailableException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_DEVICE_NOT_AVAILABLE errors. - CLException.CLDeviceNotFoundException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_DEVICE_NOT_FOUND errors. - CLException.CLExecStatusErrorForEventsInWaitListException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST errors. - CLException.CLImageFormatMismatchException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_IMAGE_FORMAT_MISMATCH errors. - CLException.CLImageFormatNotSupportedException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_IMAGE_FORMAT_NOT_SUPPORTED errors. - CLException.CLInvalidArgIndexException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_ARG_INDEX errors. - CLException.CLInvalidArgSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_ARG_SIZE errors. - CLException.CLInvalidArgValueException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_ARG_VALUE errors. - CLException.CLInvalidBinaryException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_BINARY errors. - CLException.CLInvalidBufferSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_BUFFER_SIZE errors. - CLException.CLInvalidBuildOptionsException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_BUILD_OPTIONS errors. - CLException.CLInvalidCommandQueueException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_COMMAND_QUEUE errors. - CLException.CLInvalidContextException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_CONTEXT errors. - CLException.CLInvalidDeviceException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_DEVICE errors. - CLException.CLInvalidDeviceTypeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_DEVICE_TYPE errors. - CLException.CLInvalidEventException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_EVENT errors. - CLException.CLInvalidEventWaitListException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_EVENT_WAIT_LIST errors. - CLException.CLInvalidGlobalOffsetException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_GLOBAL_OFFSET errors. - CLException.CLInvalidGlobalWorkSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_GLOBAL_WORK_SIZE errors. - CLException.CLInvalidGLObjectException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_GL_OBJECT errors. - CLException.CLInvalidGLSharegroupReferenceKhrException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR errors. - CLException.CLInvalidHostPtrException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_HOST_PTR errors. - CLException.CLInvalidImageFormatDescriptorException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_IMAGE_FORMAT_DESCRIPTOR errors. - CLException.CLInvalidImageSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_IMAGE_SIZE errors. - CLException.CLInvalidKernelArgsException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_KERNEL_ARGS errors. - CLException.CLInvalidKernelDefinitionException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_KERNEL_DEFINITION errors. - CLException.CLInvalidKernelException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_KERNEL errors. - CLException.CLInvalidKernelNameException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_KERNEL_NAME errors. - CLException.CLInvalidMemObjectException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_MEM_OBJECT errors. - CLException.CLInvalidMipLevelException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_MIP_LEVEL errors. - CLException.CLInvalidOperationException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_OPERATION errors. - CLException.CLInvalidPlatformException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_PLATFORM errors. - CLException.CLInvalidProgramException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_PROGRAM errors. - CLException.CLInvalidProgramExecutableException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_PROGRAM_EXECUTABLE errors. - CLException.CLInvalidPropertyException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_PROPERTY errors. - CLException.CLInvalidQueuePropertiesException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_QUEUE_PROPERTIES errors. - CLException.CLInvalidSamplerException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_SAMPLER errors. - CLException.CLInvalidValueException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_VALUE errors. - CLException.CLInvalidWorkDimensionException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_WORK_DIMENSION errors. - CLException.CLInvalidWorkGroupSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_WORK_GROUP_SIZE errors. - CLException.CLInvalidWorkItemSizeException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_INVALID_WORK_ITEM_SIZE errors. - CLException.CLMapFailureException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_MAP_FAILURE errors. - CLException.CLMemCopyOverlapException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_MEM_COPY_OVERLAP errors. - CLException.CLMemObjectAllocationFailureException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_MEM_OBJECT_ALLOCATION_FAILURE errors. - CLException.CLMisalignedSubBufferOffsetException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_MISALIGNED_SUB_BUFFER_OFFSET errors. - CLException.CLOutOfHostMemoryException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_OUT_OF_HOST_MEMORY errors. - CLException.CLOutOfResourcesException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_OUT_OF_RESOURCES errors. - CLException.CLPlatformNotFoundKhrException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_PLATFORM_NOT_FOUND_KHR errors. - CLException.CLProfilingInfoNotAvailableException - Exception in com.jogamp.opencl
-
CLException
thrown on CL.CL_PROFILING_INFO_NOT_AVAILABLE errors. - CLExecStatusErrorForEventsInWaitListException(String) - Constructor for exception com.jogamp.opencl.CLException.CLExecStatusErrorForEventsInWaitListException
- clFinish(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_command_queue command_queue)
- clFinish(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)
- clFinish(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)
- clFinish(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)
- clFinish(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)
- clFinish(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)
- clFinish(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)
- clFlush(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_command_queue command_queue)
- clFlush(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)
- clFlush(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)
- clFlush(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)
- clFlush(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)
- clFlush(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)
- clFlush(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)
- clGetCommandQueueInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_command_queue command_queue, cl_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetCommandQueueInfo(long, int, long, Buffer, 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_command_queue_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetContextInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceIDs(long, long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, long, int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, 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_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, 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_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceIDs(long, 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_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id * devices, cl_uint * num_devices)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetDeviceInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device, cl_device_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_event_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetEventProfilingInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_profiling_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetExtensionFunctionAddressForPlatform(long, byte[], int) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, byte[], int) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, byte[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, byte[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, ByteBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, ByteBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, ByteBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetExtensionFunctionAddressForPlatform(long, ByteBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
void * (cl_platform_id platform, const char * func_name)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLContextInfoKHR(PointerBuffer, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (const cl_context_properties * properties, cl_gl_context_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, int[], int, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLObjectInfo(long, IntBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_object_type * gl_object_type, cl_GLuint * gl_object_name)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetGLTextureInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_gl_texture_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetImageInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem image, cl_image_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelArgInfo(long, int, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_indx, cl_kernel_arg_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelArgInfo(long, int, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_indx, cl_kernel_arg_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelArgInfo(long, int, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_indx, cl_kernel_arg_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelArgInfo(long, int, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_indx, cl_kernel_arg_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetKernelWorkGroupInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_device_id device, cl_kernel_work_group_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetMemObjectInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj, cl_mem_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPipeInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem pipe, cl_pipe_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPipeInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem pipe, cl_pipe_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformIDs(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_entries, cl_platform_id * platforms, cl_uint * num_platforms)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetPlatformInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform, cl_platform_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramBuildInfo(long, long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_device_id device, cl_program_build_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetProgramInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program, cl_program_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSamplerInfo(long, int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler, cl_sampler_info param_name, size_t param_value_size, void * param_value, size_t * param_value_size_ret)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, int[], int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- clGetSupportedImageFormats(long, long, int, int, CLImageFormatImpl, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats)
- CLGLBuffer<B extends Buffer> - Class in com.jogamp.opencl.gl
-
Shared buffer between OpenGL and OpenCL contexts.
- CLGLContext - Class in com.jogamp.opencl.gl
-
OpenCL Context supporting JOGL-JOCL interoperablity.
- CLGLImage2d<B extends Buffer> - Class in com.jogamp.opencl.gl
-
2D OpenCL image representing an OpenGL renderbuffer.
- CLGLImage2d(CLContext, B, CLImageFormat, CLImage.CLImageInfoAccessor, int, int, long, int, int) - Constructor for class com.jogamp.opencl.gl.CLGLImage2d
- CLGLObject - Interface in com.jogamp.opencl.gl
- CLGLTexture2d<B extends Buffer> - Class in com.jogamp.opencl.gl
-
2D OpenCL image representing an 2D OpenGL texture.
- CLGLTexture2d(CLContext, B, CLImageFormat, CLImage.CLImageInfoAccessor, int, int, int, int, long, int, int) - Constructor for class com.jogamp.opencl.gl.CLGLTexture2d
- CLGLTexture3d<B extends Buffer> - Class in com.jogamp.opencl.gl
-
3D OpenCL image representing an 3D OpenGL texture.
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- clIcdGetPlatformIDsKHR(int, PointerBuffer, IntBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint, cl_platform_id * , cl_uint * )
- CLImage<B extends Buffer> - Class in com.jogamp.opencl
- CLImage(CLContext, B, CLImageFormat, int, int, long, int) - Constructor for class com.jogamp.opencl.CLImage
- CLImage(CLContext, B, CLImageFormat, CLImage.CLImageInfoAccessor, int, int, long, int) - Constructor for class com.jogamp.opencl.CLImage
- CLImage.CLImageInfoAccessor - Class in com.jogamp.opencl
- CLImage2d<B extends Buffer> - Class in com.jogamp.opencl
- CLImage2d(CLContext, B, CLImageFormat, CLImage.CLImageInfoAccessor, int, int, long, int) - Constructor for class com.jogamp.opencl.CLImage2d
- CLImage3d<B extends Buffer> - Class in com.jogamp.opencl
- CLImage3d(CLContext, B, CLImageFormat, CLImage.CLImageInfoAccessor, int, int, int, long, int) - Constructor for class com.jogamp.opencl.CLImage3d
- CLImageDescImpl - Class in com.jogamp.opencl.llb.impl
-
Struct accessor for cl_image_desc.
- CLImageFormat - Class in com.jogamp.opencl
-
Represents the OpenCL image format with its channeltype and order.
- CLImageFormat(CLImageFormat.ChannelOrder, CLImageFormat.ChannelType) - Constructor for class com.jogamp.opencl.CLImageFormat
- CLImageFormat.ChannelOrder - Enum in com.jogamp.opencl
-
Specifies the number of channels and the channel layout i.e.
- CLImageFormat.ChannelType - Enum in com.jogamp.opencl
-
Describes the size of the channel data type.
- CLImageFormatImpl - Class in com.jogamp.opencl.llb.impl
-
Struct accessor for cl_image_format.
- CLImageFormatMismatchException(String) - Constructor for exception com.jogamp.opencl.CLException.CLImageFormatMismatchException
- CLImageFormatNotSupportedException(String) - Constructor for exception com.jogamp.opencl.CLException.CLImageFormatNotSupportedException
- CLImageInfoAccessor(CL, long) - Constructor for class com.jogamp.opencl.CLImage.CLImageInfoAccessor
- CLImpl11 - Class in com.jogamp.opencl.llb.impl
-
Java bindings to OpenCL, the Open Computing Language (generated).
- CLImpl11() - Constructor for class com.jogamp.opencl.llb.impl.CLImpl11
- CLImpl12 - Class in com.jogamp.opencl.llb.impl
-
Java bindings to OpenCL, the Open Computing Language (generated).
- CLImpl12() - Constructor for class com.jogamp.opencl.llb.impl.CLImpl12
- CLImpl20 - Class in com.jogamp.opencl.llb.impl
-
Java bindings to OpenCL, the Open Computing Language (generated).
- CLImpl20() - Constructor for class com.jogamp.opencl.llb.impl.CLImpl20
- CLInfo - Class in com.jogamp.opencl.util
-
Prints out diagnostic properties about the OpenCL installation and the runtime environment of the host application.
- CLInfo() - Constructor for class com.jogamp.opencl.util.CLInfo
- CLInfoAccessor - Interface in com.jogamp.opencl.spi
-
Internal utility for common OpenCL clGetFooInfo calls.
- CLInvalidArgIndexException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidArgIndexException
- CLInvalidArgSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidArgSizeException
- CLInvalidArgValueException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidArgValueException
- CLInvalidBinaryException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidBinaryException
- CLInvalidBufferSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidBufferSizeException
- CLInvalidBuildOptionsException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidBuildOptionsException
- CLInvalidCommandQueueException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidCommandQueueException
- CLInvalidContextException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidContextException
- CLInvalidDeviceException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidDeviceException
- CLInvalidDeviceTypeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidDeviceTypeException
- CLInvalidEventException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidEventException
- CLInvalidEventWaitListException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidEventWaitListException
- CLInvalidGlobalOffsetException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidGlobalOffsetException
- CLInvalidGlobalWorkSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidGlobalWorkSizeException
- CLInvalidGLObjectException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidGLObjectException
- CLInvalidGLSharegroupReferenceKhrException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidGLSharegroupReferenceKhrException
- CLInvalidHostPtrException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidHostPtrException
- CLInvalidImageFormatDescriptorException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidImageFormatDescriptorException
- CLInvalidImageSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidImageSizeException
- CLInvalidKernelArgsException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidKernelArgsException
- CLInvalidKernelDefinitionException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidKernelDefinitionException
- CLInvalidKernelException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidKernelException
- CLInvalidKernelNameException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidKernelNameException
- CLInvalidMemObjectException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidMemObjectException
- CLInvalidMipLevelException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidMipLevelException
- CLInvalidOperationException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidOperationException
- CLInvalidPlatformException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidPlatformException
- CLInvalidProgramException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidProgramException
- CLInvalidProgramExecutableException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidProgramExecutableException
- CLInvalidPropertyException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidPropertyException
- CLInvalidQueuePropertiesException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidQueuePropertiesException
- CLInvalidSamplerException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidSamplerException
- CLInvalidValueException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidValueException
- CLInvalidWorkDimensionException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidWorkDimensionException
- CLInvalidWorkGroupSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidWorkGroupSizeException
- CLInvalidWorkItemSizeException(String) - Constructor for exception com.jogamp.opencl.CLException.CLInvalidWorkItemSizeException
- CLKernel - Class in com.jogamp.opencl
-
High level abstraction for an OpenCL Kernel.
- CLMapFailureException(String) - Constructor for exception com.jogamp.opencl.CLException.CLMapFailureException
- CLMemCopyOverlapException(String) - Constructor for exception com.jogamp.opencl.CLException.CLMemCopyOverlapException
- CLMemObjectAllocationFailureException(String) - Constructor for exception com.jogamp.opencl.CLException.CLMemObjectAllocationFailureException
- CLMemObjectDestructorCallback - Interface in com.jogamp.opencl.llb.impl
-
A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.
- CLMemObjectListener - Interface in com.jogamp.opencl
-
A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.
- CLMemory<B extends Buffer> - Class in com.jogamp.opencl
-
Common superclass for all OpenCL memory types.
- CLMemory(CLContext, long, long, int) - Constructor for class com.jogamp.opencl.CLMemory
- CLMemory(CLContext, B, long, long, int) - Constructor for class com.jogamp.opencl.CLMemory
- CLMemory.GLObjectType - Enum in com.jogamp.opencl
- CLMemory.Map - Enum in com.jogamp.opencl
-
Configures the mapping process.
- CLMemory.Mem - Enum in com.jogamp.opencl
-
Memory settings for configuring CLMemory.
- CLMisalignedSubBufferOffsetException(String) - Constructor for exception com.jogamp.opencl.CLException.CLMisalignedSubBufferOffsetException
- CLMultiContext - Class in com.jogamp.opencl.util
-
Utility for organizing multiple
CLContext
s. - CLObject - Class in com.jogamp.opencl
-
Common superclass for all OpenCL objects.
- clone() - Method in class com.jogamp.opencl.CLKernel
-
Returns a new instance of this kernel with uninitialized arguments.
- clone() - Method in class com.jogamp.opencl.CLProgramBuilder
- clone() - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Clones this configuration.
- clone() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- cloneWith(T) - Method in class com.jogamp.opencl.CLBuffer
- cloneWith(T) - Method in class com.jogamp.opencl.CLImage2d
- cloneWith(T) - Method in class com.jogamp.opencl.CLImage3d
- cloneWith(T) - Method in class com.jogamp.opencl.CLMemory
-
Returns a new instance of CLMemory pointing to the same CLResource but using a different Buffer.
- cloneWith(T) - Method in class com.jogamp.opencl.gl.CLGLBuffer
- close() - Method in interface com.jogamp.opencl.AutoCloseable
- close() - Method in class com.jogamp.opencl.CLEventList
-
Deprecated.use
CLEventList.release()
instead. - CLOutOfHostMemoryException(String) - Constructor for exception com.jogamp.opencl.CLException.CLOutOfHostMemoryException
- CLOutOfResourcesException(String) - Constructor for exception com.jogamp.opencl.CLException.CLOutOfResourcesException
- CLPlatform - Class in com.jogamp.opencl
-
CLPlatfrorm representing a OpenCL implementation (e.g.
- CLPlatform(long, CLAccessorFactory) - Constructor for class com.jogamp.opencl.CLPlatform
- CLPlatformFilters - Class in com.jogamp.opencl.util
-
Pre-defined filters.
- CLPlatformFilters() - Constructor for class com.jogamp.opencl.util.CLPlatformFilters
- CLPlatformInfoAccessor - Interface in com.jogamp.opencl.spi
- CLPlatformNotFoundKhrException(String) - Constructor for exception com.jogamp.opencl.CLException.CLPlatformNotFoundKhrException
- CLProcAddressTable11 - Class in com.jogamp.opencl.llb.impl
-
This table is a cache of pointers to the dynamically-linkable C library.
- CLProcAddressTable11() - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable11
- CLProcAddressTable11(FunctionAddressResolver) - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable11
- CLProcAddressTable12 - Class in com.jogamp.opencl.llb.impl
-
This table is a cache of pointers to the dynamically-linkable C library.
- CLProcAddressTable12() - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable12
- CLProcAddressTable12(FunctionAddressResolver) - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable12
- CLProcAddressTable20 - Class in com.jogamp.opencl.llb.impl
-
This table is a cache of pointers to the dynamically-linkable C library.
- CLProcAddressTable20() - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable20
- CLProcAddressTable20(FunctionAddressResolver) - Constructor for class com.jogamp.opencl.llb.impl.CLProcAddressTable20
- CLProfilingInfoNotAvailableException(String) - Constructor for exception com.jogamp.opencl.CLException.CLProfilingInfoNotAvailableException
- CLProgram - Class in com.jogamp.opencl
-
Represents a OpenCL program executed on one or more
CLDevice
s. - CLProgram.CompilerOptions - Interface in com.jogamp.opencl
-
Common compiler options for the OpenCL compiler.
- CLProgram.Status - Enum in com.jogamp.opencl
- CLProgramBuilder - Class in com.jogamp.opencl
-
CLProgramBuilder is a helper for building programs with more complex configurations or building multiple programs with similar configurations.
- CLProgramConfiguration - Interface in com.jogamp.opencl.util
-
Configuration representing everything needed to build an OpenCL program (program included).
- CLProperty - Annotation Type in com.jogamp.opencl
-
OpenCL property.
- CLQueueContext - Class in com.jogamp.opencl.util.concurrent
-
Superclass for all per-queue contexts as used in
CLCommandQueuePool
s. - CLQueueContext(CLCommandQueue) - Constructor for class com.jogamp.opencl.util.concurrent.CLQueueContext
- CLQueueContext.CLSimpleQueueContext - Class in com.jogamp.opencl.util.concurrent
-
A simple queue context holding a precompiled program and its kernels.
- CLQueueContextFactory<C extends CLQueueContext> - Class in com.jogamp.opencl.util.concurrent
-
Creates
CLQueueContext
s. - CLQueueContextFactory() - Constructor for class com.jogamp.opencl.util.concurrent.CLQueueContextFactory
- CLQueueContextFactory.CLSimpleContextFactory - Class in com.jogamp.opencl.util.concurrent
-
Creates
CLQueueContext.CLSimpleQueueContext
s containing a precompiled program. - clReleaseCommandQueue(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_command_queue command_queue)
- clReleaseCommandQueue(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)
- clReleaseCommandQueue(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)
- clReleaseCommandQueue(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)
- clReleaseCommandQueue(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)
- clReleaseCommandQueue(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)
- clReleaseCommandQueue(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)
- clReleaseContext(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_context context)
- clReleaseContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
- clReleaseContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
- clReleaseContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
- clReleaseContextImpl(long, long, long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Interface to C language function:
int32_t (cl_context context);
- clReleaseContextImpl(long, long, long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Interface to C language function:
int32_t (cl_context context);
- clReleaseContextImpl(long, long, long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Interface to C language function:
int32_t (cl_context context);
- clReleaseDevice(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clReleaseDevice(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clReleaseDevice(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clReleaseDevice(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clReleaseDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clReleaseEvent(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clReleaseKernel(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clReleaseMemObject(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clReleaseProgram(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clReleaseSampler(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clReleaseSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- CLResource - Interface in com.jogamp.opencl
-
Releasable OpenCL resource.
- clRetainCommandQueue(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_command_queue command_queue)
- clRetainCommandQueue(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)
- clRetainCommandQueue(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)
- clRetainCommandQueue(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)
- clRetainCommandQueue(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)
- clRetainCommandQueue(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)
- clRetainCommandQueue(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)
- clRetainContext(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainContext(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context context)
- clRetainDevice(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clRetainDevice(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clRetainDevice(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clRetainDevice(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id device)
- clRetainDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainDeviceEXT(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_device_id)
- clRetainEvent(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainEvent(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event)
- clRetainKernel(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainKernel(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel)
- clRetainMemObject(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainMemObject(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_mem memobj)
- clRetainProgram(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainProgram(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_program program)
- clRetainSampler(long) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- clRetainSampler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_sampler sampler)
- CLSampler - Class in com.jogamp.opencl
-
Object representing an OpenCL sampler.
- CLSampler.AddressingMode - Enum in com.jogamp.opencl
- CLSampler.FilteringMode - Enum in com.jogamp.opencl
- clSetEventCallback(long, int, CLEventCallback) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
int32_t (cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data);
- clSetEventCallback(long, int, CLEventCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
- clSetEventCallback(long, int, CLEventCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
- clSetEventCallback(long, int, CLEventCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
- clSetKernelArg(long, int, long, Buffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArg(long, int, long, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, size_t arg_size, const void * arg_value)
- clSetKernelArgSVMPointer(long, int, Buffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, const void * arg_value)
- clSetKernelArgSVMPointer(long, int, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_uint arg_index, const void * arg_value)
- clSetKernelExecInfo(long, int, long, Buffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void * param_value)
- clSetKernelExecInfo(long, int, long, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_kernel kernel, cl_kernel_exec_info param_name, size_t param_value_size, const void * param_value)
- clSetMemObjectDestructorCallback(long, CLMemObjectDestructorCallback) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
int32_t (cl_mem memobj, void (CL_CALLBACK *pfn_notify) (cl_mem memobj, void *user_data), void *user_data);
- clSetMemObjectDestructorCallback(long, CLMemObjectDestructorCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
- clSetMemObjectDestructorCallback(long, CLMemObjectDestructorCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
- clSetMemObjectDestructorCallback(long, CLMemObjectDestructorCallback) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
- clSetUserEventStatus(long, int) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- clSetUserEventStatus(long, int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_event event, cl_int execution_status)
- CLSimpleContextFactory(String) - Constructor for class com.jogamp.opencl.util.concurrent.CLQueueContextFactory.CLSimpleContextFactory
- CLSimpleQueueContext(CLCommandQueue, CLProgram) - Constructor for class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- clString2JavaString(byte[], int) - Static method in class com.jogamp.opencl.util.CLUtil
- clString2JavaString(ByteBuffer, int) - Static method in class com.jogamp.opencl.util.CLUtil
- CLSubBuffer<B extends Buffer> - Class in com.jogamp.opencl
-
A sub buffer of a CLBuffer.
- clSVMAlloc(long, long, long, int) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
void * (cl_context context, cl_svm_mem_flags flags, size_t size, cl_uint alignment)
- clSVMAlloc(long, long, long, int) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
void * (cl_context context, cl_svm_mem_flags flags, size_t size, cl_uint alignment)
- clSVMFree(long, Buffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
void (cl_context context, void * svm_pointer)
- clSVMFree(long, Buffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
void (cl_context context, void * svm_pointer)
- CLTask<C extends CLQueueContext,R> - Interface in com.jogamp.opencl.util.concurrent
-
A task executed on a command queue.
- clTerminateContextKHR(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context)
- clTerminateContextKHR(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context)
- clTerminateContextKHR(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_context)
- clTerminateContextKHR(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_context)
- CLTLAccessorFactory - Class in com.jogamp.opencl.impl
- CLTLAccessorFactory() - Constructor for class com.jogamp.opencl.impl.CLTLAccessorFactory
- CLTLInfoAccessor - Class in com.jogamp.opencl.impl
-
Internal utility for common OpenCL clGetFooInfo calls.
- CLTLInfoAccessor() - Constructor for class com.jogamp.opencl.impl.CLTLInfoAccessor
- clUnloadCompiler() - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (void)
- clUnloadCompiler() - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadCompiler() - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadCompiler() - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadCompiler() - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadCompiler() - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadCompiler() - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (void)
- clUnloadPlatformCompiler(long) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform)
- clUnloadPlatformCompiler(long) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform)
- clUnloadPlatformCompiler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform)
- clUnloadPlatformCompiler(long) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_platform_id platform)
- CLUserEvent - Class in com.jogamp.opencl
-
Custom, user controlled event.
- CLUtil - Class in com.jogamp.opencl.util
- CLUtil() - Constructor for class com.jogamp.opencl.util.CLUtil
- CLVersion - Class in com.jogamp.opencl
-
Version of an OpenCL Implementation.
- CLVersion(String) - Constructor for class com.jogamp.opencl.CLVersion
- clWaitForEvents(int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL
-
Interface to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in interface com.jogamp.opencl.llb.CL20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- clWaitForEvents(int, PointerBuffer) - Method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Entry point (through function pointer) to C language function:
cl_int (cl_uint num_events, const cl_event * event_list)
- com.jogamp.opencl - package com.jogamp.opencl
-
High level java bindings to OpenCL.
- com.jogamp.opencl.gl - package com.jogamp.opencl.gl
-
High level java bindings, OpenCL-OpenGL interoperability.
- com.jogamp.opencl.impl - package com.jogamp.opencl.impl
- com.jogamp.opencl.llb - package com.jogamp.opencl.llb
-
Low level java bindings to OpenCL.
- com.jogamp.opencl.llb.impl - package com.jogamp.opencl.llb.impl
- com.jogamp.opencl.spi - package com.jogamp.opencl.spi
-
SPI for alternative binding implementations.
- com.jogamp.opencl.util - package com.jogamp.opencl.util
-
OpenCL utilities.
- com.jogamp.opencl.util.concurrent - package com.jogamp.opencl.util.concurrent
-
OpenCL multi device concurrency utilities.
- COMMAND - Variable in enum com.jogamp.opencl.CLEvent.ProfilingCommand
-
Value of wrapped OpenCL profiling command.
- compareTo(CLVersion) - Method in class com.jogamp.opencl.CLVersion
- COMPLETE - com.jogamp.opencl.CLEvent.ExecutionStatus
-
The command has completed.
- CONFIG - Variable in enum com.jogamp.opencl.CLDevice.FPConfig
-
Value of wrapped OpenCL bitfield.
- CONFIG - Variable in enum com.jogamp.opencl.CLMemory.Mem
-
Value of wrapped OpenCL flag.
- context - Variable in class com.jogamp.opencl.CLObject
- COPY_BUFFER - com.jogamp.opencl.CLEvent.CommandType
- COPY_BUFFER - com.jogamp.opencl.CLMemory.Mem
-
Enum representing CL_MEM_COPY_HOST_PTR.
- COPY_BUFFER_RECT - com.jogamp.opencl.CLEvent.CommandType
- COPY_BUFFER_TO_IMAGE - com.jogamp.opencl.CLEvent.CommandType
- COPY_IMAGE - com.jogamp.opencl.CLEvent.CommandType
- COPY_IMAGE_TO_BUFFER - com.jogamp.opencl.CLEvent.CommandType
- CPU - com.jogamp.opencl.CLDevice.Type
-
CL_DEVICE_TYPE_CPU
- create() - Static method in class com.jogamp.opencl.CLContext
-
Creates a context on all available devices (CL_DEVICE_TYPE_ALL).
- create() - Static method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
- create() - Static method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
- create(CLContext) - Static method in class com.jogamp.opencl.CLUserEvent
-
Creates a new user event.
- create(CLDevice.Type...) - Static method in class com.jogamp.opencl.CLContext
-
Creates a context on the specified device types.
- create(CLDevice...) - Static method in class com.jogamp.opencl.CLContext
-
Creates a context on the specified devices.
- create(CLPlatform) - Static method in class com.jogamp.opencl.CLContext
-
Creates a context on the specified platform on all available devices (CL_DEVICE_TYPE_ALL).
- create(CLPlatform...) - Static method in class com.jogamp.opencl.util.CLMultiContext
-
Creates a multi context with all devices of the specified platforms.
- create(CLPlatform[], CLDevice.Type...) - Static method in class com.jogamp.opencl.util.CLMultiContext
-
Creates a multi context with all devices of the specified platforms and types.
- create(CLPlatform[], Filter<CLDevice>...) - Static method in class com.jogamp.opencl.util.CLMultiContext
-
Creates a multi context with all matching devices of the specified platforms.
- create(CLPlatform, CLDevice.Type...) - Static method in class com.jogamp.opencl.CLContext
-
Creates a context on the specified platform and with the specified device types.
- create(CLQueueContextFactory<C>, CLMultiContext, CLCommandQueue.Mode...) - Static method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- create(CLQueueContextFactory<C>, Collection<CLCommandQueue>) - Static method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- create(CLQueueContextFactory<C>, Collection<CLDevice>, CLCommandQueue.Mode...) - Static method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- create(GLContext) - Static method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a shared context on all available devices (CL_DEVICE_TYPE_ALL).
- create(GLContext, CLDevice.Type...) - Static method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a shared context on the specified platform and with the specified device types.
- create(GLContext, CLDevice...) - Static method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a shared context on the specified platform and with the specified devices.
- create(GLContext, CLPlatform) - Static method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a shared context on the specified platform on all available devices (CL_DEVICE_TYPE_ALL).
- create(GLContext, CLPlatform, CLDevice.Type...) - Static method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a shared context on the specified platform and with the specified device types.
- create(ByteBuffer) - Static method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
- create(ByteBuffer) - Static method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
- create(Collection<CLDevice>) - Static method in class com.jogamp.opencl.util.CLMultiContext
-
Creates a multi context with the specified devices.
- createBuffer(int, int) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags.
- createBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags.
- createBuffer(B, int) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags.
- createBuffer(B, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags.
- createByteBuffer(int, int) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and buffer size in bytes.
- createByteBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and buffer size in bytes.
- createCLKernel(String) - Method in class com.jogamp.opencl.CLProgram
-
Creates a kernel with the specified kernel name.
- createCLKernels() - Method in class com.jogamp.opencl.CLProgram
-
Creates all kernels of this program and stores them a Map with the kernel name as key.
- createCommandQueue() - Method in class com.jogamp.opencl.CLDevice
- createCommandQueue(long) - Method in class com.jogamp.opencl.CLDevice
- createCommandQueue(CLCommandQueue.Mode) - Method in class com.jogamp.opencl.CLDevice
- createCommandQueue(CLCommandQueue.Mode...) - Method in class com.jogamp.opencl.CLDevice
- createConfiguration() - Static method in class com.jogamp.opencl.CLProgramBuilder
-
Creates a new CLBuildConfiguration.
- createConfiguration(CLProgram) - Static method in class com.jogamp.opencl.CLProgramBuilder
-
Creates a new CLProgramConfiguration for this program.
- createContext(CLPlatform, CLErrorHandler, PointerBuffer, CLDevice...) - Static method in class com.jogamp.opencl.CLContext
- createContextFromType(CLPlatform, CLErrorHandler, PointerBuffer, long) - Static method in class com.jogamp.opencl.CLContext
- createDevice(long) - Method in class com.jogamp.opencl.CLPlatform
- createDeviceInfoAccessor(CL, long) - Method in class com.jogamp.opencl.impl.CLTLAccessorFactory
- createDeviceInfoAccessor(CL, long) - Method in interface com.jogamp.opencl.spi.CLAccessorFactory
- createDoubleBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and element count.
- createErrorHandler() - Static method in class com.jogamp.opencl.CLContext
- createFloatBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and element count.
- createFromGLBuffer(int, long, int) - Method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a CLGLBuffer for memory sharing with the specified OpenGL buffer.
- createFromGLBuffer(int, long, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a CLGLBuffer for memory sharing with the specified OpenGL buffer.
- createFromGLBuffer(B, int, long, int) - Method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a CLGLBuffer for memory sharing with the specified OpenGL buffer.
- createFromGLBuffer(B, int, long, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
-
Creates a CLGLBuffer for memory sharing with the specified OpenGL buffer.
- createFromGLRenderbuffer(int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLRenderbuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLRenderbuffer(B, int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLRenderbuffer(B, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture2d(int, int, int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture2d(int, int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture2d(B, int, int, int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture2d(B, int, int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture3d(int, int, int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture3d(int, int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture3d(B, int, int, int, int) - Method in class com.jogamp.opencl.gl.CLGLContext
- createFromGLTexture3d(B, int, int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.gl.CLGLContext
- createImage2d(int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage2d with the specified format, dimension and flags.
- createImage2d(int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage2d with the specified format, dimension and flags.
- createImage2d(B, int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage2d with the specified format, dimension and flags.
- createImage2d(B, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage2d with the specified format, dimension and flags.
- createImage3d(int, int, int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage3d with the specified format, dimension and flags.
- createImage3d(int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage3d with the specified format, dimension and flags.
- createImage3d(B, int, int, int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage3d with the specified format, dimension and flags.
- createImage3d(B, int, int, int, CLImageFormat, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLImage3d with the specified format, dimension and flags.
- createIntBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and element count.
- createLongBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and element count.
- createPlatformInfoAccessor(CL, long) - Method in class com.jogamp.opencl.impl.CLTLAccessorFactory
- createPlatformInfoAccessor(CL, long) - Method in interface com.jogamp.opencl.spi.CLAccessorFactory
- createProgram(InputStream) - Method in class com.jogamp.opencl.CLContext
-
Creates a program and reads the source from stream, the returned program is not build yet.
- createProgram(String) - Method in class com.jogamp.opencl.CLContext
-
Creates a program from the given sources, the returned program is not build yet.
- createProgram(Map<CLDevice, byte[]>) - Method in class com.jogamp.opencl.CLContext
-
Creates a program from the given binaries, the program is not build yet.
- createSampler(CLSampler.AddressingMode, CLSampler.FilteringMode, boolean) - Method in class com.jogamp.opencl.CLContext
- createShortBuffer(int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Creates a CLBuffer with the specified flags and element count.
- createSimple(String) - Static method in class com.jogamp.opencl.util.concurrent.CLQueueContextFactory
-
Creates a simple context factory producing single program contexts.
- createSubBuffer(int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLBuffer
-
Creates a sub buffer with the specified region from this buffer.
- createSubBuffer(int, int, CLMemory.Mem...) - Method in class com.jogamp.opencl.CLSubBuffer
-
Throws an UnsupportedOperationException since creating sub buffers from sub buffers is not allowed as of OpenCL 1.1.
- createUninitializedImageFormat() - Static method in class com.jogamp.opencl.CLImage
D
- debug(String) - Static method in class jogamp.opencl.Debug
- Debug - Class in jogamp.opencl
-
Helper routines for logging and debugging.
- Debug() - Constructor for class jogamp.opencl.Debug
- debugAll() - Static method in class jogamp.opencl.Debug
- DEFAULT - com.jogamp.opencl.CLDevice.Type
-
CL_DEVICE_TYPE_DEFAULT.
- define(String) - Static method in class com.jogamp.opencl.CLProgram
-
Utility method for defining macros as build options (Returns "-D name").
- define(String, Object) - Static method in class com.jogamp.opencl.CLProgram
-
Utility method for defining macros as build options (Returns "-D name=value").
- DENORM - com.jogamp.opencl.CLDevice.FPConfig
-
denorms are supported.
- DENORMS_ARE_ZERO - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
This option controls how single precision and double precision denormalized numbers are handled.
- depth - Variable in class com.jogamp.opencl.CLImage3d
- devices - Variable in class com.jogamp.opencl.CLContext
- DISABLE_OPT - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
This option disables all optimizations.
- DISABLE_WARNINGS - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Inhibit all warning messages.
- DO_NOTHING - com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction
-
Does nothing, the task is responsible to make sure all computations have finished when the task finishes
E
- elementSize - Variable in class com.jogamp.opencl.CLMemory
- ENABLE_MAD - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Allow a * b + c to be replaced by a mad.
- END - com.jogamp.opencl.CLEvent.ProfilingCommand
-
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event has finished execution on the device.
- equals(Object) - Method in class com.jogamp.opencl.CLCommandQueue
- equals(Object) - Method in class com.jogamp.opencl.CLContext
- equals(Object) - Method in class com.jogamp.opencl.CLDevice
- equals(Object) - Method in class com.jogamp.opencl.CLEvent
- equals(Object) - Method in class com.jogamp.opencl.CLImageFormat
- equals(Object) - Method in class com.jogamp.opencl.CLKernel
- equals(Object) - Method in class com.jogamp.opencl.CLMemory
-
Returns the OpenGL buffer type of this shared buffer.
- equals(Object) - Method in class com.jogamp.opencl.CLPlatform
- equals(Object) - Method in class com.jogamp.opencl.CLProgram
- equals(Object) - Method in class com.jogamp.opencl.CLProgramBuilder
- equals(Object) - Method in class com.jogamp.opencl.CLVersion
-
Returns true if both
CLVersion.fullversion
Strings match. - error - Variable in exception com.jogamp.opencl.CLException
- ERROR - com.jogamp.opencl.CLEvent.ExecutionStatus
-
The command did not complete because of an error.
- errorcode - Variable in exception com.jogamp.opencl.CLException
- ErrorDispatcher() - Constructor for class com.jogamp.opencl.CLContext.ErrorDispatcher
- eventStateChanged(long, int) - Method in interface com.jogamp.opencl.llb.impl.CLEventCallback
- eventStateChanged(CLEvent, int) - Method in interface com.jogamp.opencl.CLEventListener
- EXEC_KERNEL - com.jogamp.opencl.CLDevice.Capabilities
-
The OpenCL device can execute OpenCL kernels.
- EXEC_NATIVE_KERNEL - com.jogamp.opencl.CLDevice.Capabilities
-
The OpenCL device can execute native kernels.
- execute(C) - Method in interface com.jogamp.opencl.util.concurrent.CLTask
-
Runs the task on a queue and returns a result.
- extension(String...) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
-
Accepts all devices supporting the given extensions.
- extension(String...) - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all platforms supporting the given extensions.
F
- FAST_RELAXED_MATH - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Sets the optimization options -cl-finite-math-only (
CLProgram.CompilerOptions.FINITE_MATH_ONLY
) and -cl-unsafe-math-optimizations (CLProgram.CompilerOptions.UNSAFE_MATH
). - Filter<I> - Interface in com.jogamp.opencl.util
- finish() - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- FINISH - com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction
-
Finishes the queue on task completion.
- finishQueues() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Calls
CLCommandQueue.finish()
on all queues. - FINITE_MATH_ONLY - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Allow optimizations for floating-point arithmetic that assume that arguments and results are not NaNs or plus/minus infinity.
- FLAGS - Variable in class com.jogamp.opencl.CLMemory
- FLAGS - Variable in enum com.jogamp.opencl.CLMemory.Map
-
Value of wrapped OpenCL flag.
- flagsToInt(CLMemory.Mem[]) - Static method in enum com.jogamp.opencl.CLMemory.Mem
- FLOAT - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a single precision floating-point value.
- flush() - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- FLUSH - com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction
-
Flushes the queue on task completion.
- flushQueues() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Calls
CLCommandQueue.flush()
on all queues. - FMA - com.jogamp.opencl.CLDevice.FPConfig
-
IEEE754-2008 fused multiply-add is supported.
- forDevice(CLDevice) - Method in class com.jogamp.opencl.CLProgramBuilder
- forDevice(CLDevice) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the device as build target.
- forDevice(CLDevice) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- forDevices(CLDevice...) - Method in class com.jogamp.opencl.CLProgramBuilder
- forDevices(CLDevice...) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the devices as build target.
- forDevices(CLDevice...) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- format - Variable in class com.jogamp.opencl.CLImage
- fullversion - Variable in class com.jogamp.opencl.CLVersion
-
The full version String is defined as:
OpenCL[space][major_version].[minor_version][space][platform-specific information]
G
- getAddressBits() - Method in class com.jogamp.opencl.CLDevice
-
The default compute device address space size specified in bits.
- getAddressingMode() - Method in class com.jogamp.opencl.CLSampler
- getAddressTable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl11
- getAddressTable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl12
- getAddressTable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl20
- getAllVersions() - Static method in class com.jogamp.opencl.util.JOCLVersion
-
Deprecated.
- getAllVersions(StringBuilder) - Method in class com.jogamp.opencl.JoclVersion
- getBB(int) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getBinaries() - Method in class com.jogamp.opencl.CLProgram
-
Returns the binaries for this program in an ordered Map containing the device as key and the program binaries as value.
- getBuffer() - Method in class com.jogamp.opencl.CLMemory
-
Returns the optional NIO buffer for this memory object.
- getBuffer() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
- getBuffer() - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
- getBuildLog() - Method in class com.jogamp.opencl.CLProgram
-
Returns the build log of this program on all devices.
- getBuildLog(CLDevice) - Method in class com.jogamp.opencl.CLProgram
-
Returns the build log for this program on the specified device.
- getBuildStatus() - Method in class com.jogamp.opencl.CLProgram
-
Returns the build status enum of this program for each device as Map.
- getBuildStatus(CLDevice) - Method in class com.jogamp.opencl.CLProgram
-
Returns the build status enum for this program on the specified device.
- getByteOrder() - Method in class com.jogamp.opencl.CLDevice
-
Returns
ByteOrder.LITTLE_ENDIAN
orByteOrder.BIG_ENDIAN
. - getCL() - Method in class com.jogamp.opencl.CLContext
-
Return the low level OpenCL interface.
- getCL() - Method in class com.jogamp.opencl.gl.CLGLContext
-
Return the low level OpenCL interface with OpenGL interoperability.
- getCL(CLContext) - Static method in class com.jogamp.opencl.CLMemory
- getCLAccessor() - Method in class com.jogamp.opencl.CLDevice
- getCLAccessor() - Method in class com.jogamp.opencl.CLPlatform
- getCLBinding() - Method in class com.jogamp.opencl.CLPlatform
- getCLCapacity() - Method in class com.jogamp.opencl.CLMemory
-
Returns the size in buffer elements of this memory object.
- getCLContext() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext
- getCLDevices() - Method in class com.jogamp.opencl.CLProgram
-
Returns all devices associated with this program.
- getCLErrorString() - Method in exception com.jogamp.opencl.CLException
-
Returns a human readable String for the OpenCL error code.
- getCLOffset() - Method in class com.jogamp.opencl.CLSubBuffer
-
Returns the offset of this sub buffer to its parent in bytes.
- getCLSize() - Method in class com.jogamp.opencl.CLMemory
-
Returns the size of the allocated OpenCL memory in bytes.
- getCompileWorkGroupSize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
-
Returns the work-group size specified by the
__attribute__((reqd_work_group_size(X, Y, Z)))
qualifier in kernel sources. - getConfig() - Method in class com.jogamp.opencl.CLMemory
-
Returns the configuration of this memory object.
- getContext() - Method in class com.jogamp.opencl.CLContext
- getContext() - Method in class com.jogamp.opencl.CLObject
-
Returns the context for this OpenCL object.
- getContext() - Method in class com.jogamp.opencl.gl.CLGLBuffer
- getContext() - Method in class com.jogamp.opencl.gl.CLGLContext
- getContext() - Method in class com.jogamp.opencl.gl.CLGLImage2d
- getContext() - Method in interface com.jogamp.opencl.gl.CLGLObject
-
Returns the OpenCL context of this shared object.
- getContext() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
-
Returns the shared CLGLContext.
- getContexts() - Method in class com.jogamp.opencl.util.CLMultiContext
- getCount() - Method in class com.jogamp.opencl.util.MultiQueueBarrier
-
Returns the current number of events which must occure before this barrier unblocks the waiting threads.
- getCVersion() - Method in class com.jogamp.opencl.CLDevice
-
Returns the OpenCL-C version supported by the device.
- getDefault() - Static method in class com.jogamp.opencl.CLPlatform
-
Returns the default OpenCL platform or null when no platform found.
- getDefault(Filter<CLPlatform>...) - Static method in class com.jogamp.opencl.CLPlatform
-
Returns the default OpenCL platform or null when no platform found.
- getDepth() - Method in class com.jogamp.opencl.CLImage3d
-
Returns the depth of this image in pixels.
- getDevice() - Method in class com.jogamp.opencl.CLCommandQueue
-
Returns the device of this command queue.
- getDeviceIDs(long) - Method in interface com.jogamp.opencl.spi.CLPlatformInfoAccessor
- getDevices() - Method in class com.jogamp.opencl.CLContext
-
Returns all devices associated with this CLContext.
- getDevices() - Method in class com.jogamp.opencl.util.CLMultiContext
-
Returns a list containing all devices used in this multi context.
- getDoubleFPConfig() - Method in class com.jogamp.opencl.CLDevice
-
Returns the optional double precision floating-point capability of the device.
- getDriverVersion() - Method in class com.jogamp.opencl.CLDevice
-
Returns OpenCL software driver version string in the form major_number.minor_number.
- getElementSize() - Method in class com.jogamp.opencl.CLImage
-
Returns the size of each element of the image memory object given by image.
- getElementSize() - Method in class com.jogamp.opencl.CLMemory
-
Returns the size in bytes of a single buffer element.
- getEvent(int) - Method in class com.jogamp.opencl.CLEventList
- getExecutionCapabilities() - Method in class com.jogamp.opencl.CLDevice
-
Returns the execution capabilities as EnumSet.
- getExtensions() - Method in class com.jogamp.opencl.CLDevice
-
Returns all device extension names as unmodifiable Set.
- getExtensions() - Method in class com.jogamp.opencl.CLPlatform
-
Returns all platform extension names as unmodifiable Set.
- getFilteringMode() - Method in class com.jogamp.opencl.CLSampler
- getFinishAction() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- getFormat() - Method in class com.jogamp.opencl.CLImage
-
Returns the image format descriptor specified when image was created.
- getFormatImpl() - Method in class com.jogamp.opencl.CLImageFormat
-
Returns the struct accessor for the cl_image_format struct.
- getFullVersion() - Method in class com.jogamp.opencl.CLVersion
-
Returns the full, unfiltered version string.
- getGLContext() - Method in class com.jogamp.opencl.gl.CLGLBuffer
- getGLContext() - Method in class com.jogamp.opencl.gl.CLGLContext
-
Returns the OpenGL context this context was shared with.
- getGLContext() - Method in class com.jogamp.opencl.gl.CLGLImage2d
- getGLContext() - Method in interface com.jogamp.opencl.gl.CLGLObject
-
Returns the OpenGL context of this shared object.
- getGLContext() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
- getGlobalMemCachelineSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the size of global memory cache line in bytes.
- getGlobalMemCacheSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the size of global memory cache in bytes.
- getGlobalMemCacheType() - Method in class com.jogamp.opencl.CLDevice
-
Returns the type of global memory cache supported.
- getGlobalMemSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the global memory size in bytes.
- getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLBuffer
- getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLImage2d
- getGLObjectID() - Method in interface com.jogamp.opencl.gl.CLGLObject
-
Returns the OpenGL object id of this shared object.
- getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
- getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLBuffer
- getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLImage2d
- getGLObjectType() - Method in interface com.jogamp.opencl.gl.CLGLObject
-
Returns the OpenGL buffer type of this shared object.
- getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
- getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
- getGlueLibNames() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- getHalfFPConfig() - Method in class com.jogamp.opencl.CLDevice
-
Returns the optional half precision floating-point capability of the device.
- getHeight() - Method in class com.jogamp.opencl.CLImage
-
Returns the height of this image in pixels.
- getICDSuffix() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the ICD suffix.
- getID() - Method in class com.jogamp.opencl.CLObject
-
Returns the OpenCL object handle
- getID() - Method in interface com.jogamp.opencl.gl.CLGLObject
-
Returns the OpenCL object handle
- getImageArraySize() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageArraySize
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImageChannelDataType() - Method in class com.jogamp.opencl.CLImageFormat
- getImageChannelDataType() - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
Getter for native field
imageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]] - getImageChannelOrder() - Method in class com.jogamp.opencl.CLImageFormat
- getImageChannelOrder() - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
Getter for native field
imageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]] - getImageDepth() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageDepth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImageHeight() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageHeight
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImageRowPitch() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageRowPitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImageSlicePitch() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageSlicePitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImageType() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageType
: CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]] - getImageWidth() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
imageWidth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - getImplVersion() - Method in class com.jogamp.opencl.CLVersion
- getInfo(int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.CLImage.CLImageInfoAccessor
- getInfo(int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getInfoString(int) - Method in class com.jogamp.opencl.CLPlatform
-
Returns a info string in exchange for a key (CL_PLATFORM_*).
- getInstance() - Static method in class com.jogamp.opencl.JoclVersion
- getInts(int, int) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getInts(int, int) - Method in interface com.jogamp.opencl.spi.CLInfoAccessor
- getKernel(String) - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- getKernels() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- getLibLoaderExecutor() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- getLocalMemorySize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
-
Returns the amount of local memory in bytes being used by a kernel.
- getLocalMemSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the local memory size in bytes.
The minimum OpenCL 1.0 value is 16 KB.
The minimum OpenCL 1.1 value is 32 KB. - getLocalMemType() - Method in class com.jogamp.opencl.CLDevice
-
Returns the local memory type.
- getLong(int) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getLong(int) - Method in interface com.jogamp.opencl.spi.CLInfoAccessor
-
Returns the long value for the given key.
- getLowLevelCLInterface() - Static method in class com.jogamp.opencl.CLPlatform
-
Returns the low level binding interface to the OpenCL APIs.
- getLowLevelCLInterfaceForDevice(long) - Static method in class com.jogamp.opencl.CLPlatform
-
Returns the low level binding interface to the OpenCL APIs for the specified device.
- getMajor() - Method in class com.jogamp.opencl.CLVersion
- getMapCount() - Method in class com.jogamp.opencl.CLMemory
-
Returns the number of buffer mappings.
- getMaxClockFrequency() - Method in class com.jogamp.opencl.CLDevice
-
Returns the maximum configured clock frequency of the device in MHz.
- getMaxComputeUnits() - Method in class com.jogamp.opencl.CLDevice
-
Returns the number of parallel compute cores on the OpenCL device.
- getMaxConstantArgs() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max number of arguments declared with the
constant
qualifier in a kernel. - getMaxConstantBufferSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max size in bytes of a constant buffer allocation.
- getMaxFlopsDevice() - Method in class com.jogamp.opencl.CLContext
-
Returns the device with maximal FLOPS from this context.
- getMaxFlopsDevice() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the device with maximal FLOPS from this platform.
- getMaxFlopsDevice(CLDevice.Type) - Method in class com.jogamp.opencl.CLContext
-
Returns the device with maximal FLOPS of the specified device type from this context.
- getMaxFlopsDevice(CLDevice.Type...) - Method in class com.jogamp.opencl.CLPlatform
-
Returns the device with maximal FLOPS and the specified type from this platform.
- getMaxFlopsDevice(Filter<CLDevice>...) - Method in class com.jogamp.opencl.CLPlatform
-
Returns the device with maximal FLOPS and the specified type from this platform.
- getMaxImage2dHeight() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max height of 2D image in pixels.
- getMaxImage2dWidth() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max width of 2D image in pixels.
- getMaxImage3dDepth() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max depth of 3D image in pixels.
- getMaxImage3dHeight() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max height of 3D image in pixels.
- getMaxImage3dWidth() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max width of 3D image in pixels.
- getMaxMemAllocSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the largest allocatable size of a
CLBuffer
on this device. - getMaxMemBaseAddrAlign() - Method in class com.jogamp.opencl.CLContext
-
Returns the maximum
CLDevice.getMemBaseAddrAlign()
of all devices. - getMaxParameterSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max size in bytes of the arguments that can be passed to a kernel.
The minimum OpenCL 1.0 value is 256.
The minimum OpenCL 1.1 value is 1024. - getMaxReadImageArgs() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max number of simultaneous image objects that can be read by a kernel.
- getMaxSamplers() - Method in class com.jogamp.opencl.CLDevice
-
Returns the maximum number of samplers that can be used in a kernel.
- getMaxWorkGroupSize() - Method in class com.jogamp.opencl.CLDevice
-
Returns the maximum number of work-items in a work-group executing a kernel using the data parallel execution model.
- getMaxWorkItemDimensions() - Method in class com.jogamp.opencl.CLDevice
-
Returns the maximum dimensions that specify the global and local work-item IDs used by the data parallel execution model.
- getMaxWorkItemSizes() - Method in class com.jogamp.opencl.CLDevice
-
Returns the maximum number of work-items that can be specified in each dimension of the work-group.
- getMaxWriteImageArgs() - Method in class com.jogamp.opencl.CLDevice
-
Returns the max number of simultaneous image objects that can be written by a kernel.
- getMemBaseAddrAlign() - Method in class com.jogamp.opencl.CLDevice
-
Returns the
uint32_t
memory base address alignment value reinterpreted as along
value. - getMemoryObjects() - Method in class com.jogamp.opencl.CLContext
-
Returns a read only shapshot of all allocated memory objects associated with this context.
- getMinor() - Method in class com.jogamp.opencl.CLVersion
- getMipMapLevel() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
- getMipMapLevel() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
- getName() - Method in class com.jogamp.opencl.CLDevice
-
Returns the name of this device.
- getName() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the platform name.
- getNativeCharVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in char vectors.
- getNativeDoubleVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in double vectors.
- getNativeFloatVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in float vectors.
- getNativeHalfVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in half vectors.
- getNativeIntVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in int vectors.
- getNativeLongVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in long vectors.
- getNativeShortVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Native vector width size for built-in short vectors.
- getNIOCapacity() - Method in class com.jogamp.opencl.CLMemory
-
Returns the capacity of the wrapped direct buffer or 0 if no buffer available.
- getNIOSize() - Method in class com.jogamp.opencl.CLMemory
-
Returns the size of the wrapped direct buffer in byte or 0 if no buffer available.
- getNSB() - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getNumMipLevels() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
numMipLevels
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] - getNumSamples() - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Getter for native field
numSamples
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] - getOffset() - Method in class com.jogamp.opencl.CLSubBuffer
-
Returns the offset of this sub buffer to its parent in buffer elements.
- getOpenCLHtmlInfo(StringBuilder) - Method in class com.jogamp.opencl.JoclVersion
- getOpenCLTextInfo(StringBuilder) - Method in class com.jogamp.opencl.JoclVersion
- getParent() - Method in class com.jogamp.opencl.CLSubBuffer
-
Returns the parent buffer this buffer was created from.
- getPlatform() - Method in class com.jogamp.opencl.CLContext
-
Returns the CLPlatform this context is running on.
- getPlatform() - Method in class com.jogamp.opencl.CLDevice
- getPlatform() - Method in class com.jogamp.opencl.CLObject
-
Returns the platform for this OpenCL object.
- getPreferredCharVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in char vectors.
- getPreferredDoubleVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in double vectors.
- getPreferredFloatVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in float vectors.
- getPreferredIntVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in int vectors.
- getPreferredLongVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in long vectors.
- getPreferredShortVectorWidth() - Method in class com.jogamp.opencl.CLDevice
-
Preferred native vector width size for built-in short vectors.
- getProfile() - Method in class com.jogamp.opencl.CLDevice
-
Returns the OpenCL profile of this device.
- getProfile() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the platform profile.
- getProfilingInfo(CLEvent.ProfilingCommand) - Method in class com.jogamp.opencl.CLEvent
- getProfilingTimerResolution() - Method in class com.jogamp.opencl.CLDevice
-
Returns the resolution of device timer.
- getProgram() - Method in class com.jogamp.opencl.CLKernel
- getProgram() - Method in class com.jogamp.opencl.CLProgramBuilder
- getProgram() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
-
Returns the program.
- getProgram() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- getPrograms() - Method in class com.jogamp.opencl.CLContext
-
Returns a read only shapshot of all programs associated with this context.
- getProperties() - Method in class com.jogamp.opencl.CLCommandQueue
-
Returns the command queue properties as EnumSet.
- getProperties() - Method in class com.jogamp.opencl.CLDevice
-
Returns a Map of device properties with the enum names as keys.
- getProperties() - Method in class com.jogamp.opencl.CLPlatform
-
Returns a Map of platform properties with the enum names as keys.
- getQueue() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext
- getQueueProperties() - Method in class com.jogamp.opencl.CLDevice
-
Returns the command-queue properties supported by the device.
- getQueues() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Returns the command queues used in this pool.
- getRowPitch() - Method in class com.jogamp.opencl.CLImage
-
Returns the size in bytes of a row of elements of the image object given by image.
- getSamplers() - Method in class com.jogamp.opencl.CLContext
-
Returns a read only shapshot of all samplers associated with this context.
- getSingleFPConfig() - Method in class com.jogamp.opencl.CLDevice
-
Returns the single precision floating-point capability of the device.
- getSize() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Returns the size of this pool (number of command queues).
- getSizeImpl(CLContext, long) - Static method in class com.jogamp.opencl.CLMemory
- getSlicePitch() - Method in class com.jogamp.opencl.CLImage3d
-
Returns the size in bytes of a 2D slice of this 3D image.
- getSource() - Method in class com.jogamp.opencl.CLProgram
-
Returns the source code of this program.
- getSpecVersion() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the OpenCL Specification version supported by this platform.
- getSpecVersion() - Method in class com.jogamp.opencl.CLVersion
-
Returns
'"OpenCL " + major + "." + minor'
. - getStatus() - Method in class com.jogamp.opencl.CLEvent
-
Returns the execution status of the command which triggers this event.
- getStatusCode() - Method in class com.jogamp.opencl.CLEvent
- getString(int) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getString(int) - Method in interface com.jogamp.opencl.spi.CLInfoAccessor
-
Returns the String value for the given key.
- getSubBuffers() - Method in class com.jogamp.opencl.CLBuffer
-
Returns the list of subbuffers.
- getSupportedImage2dFormats(CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Returns all supported 2d image formats with the (optional) memory allocation flags.
- getSupportedImage3dFormats(CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
-
Returns all supported 3d image formats with the (optional) memory allocation flags.
- getTextureTarget() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
- getTextureTarget() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
- getToolGetProcAddressFuncNameList() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- getToolLibNames() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- getType() - Method in class com.jogamp.opencl.CLDevice
-
Returns the type of this device.
- getType() - Method in class com.jogamp.opencl.CLEvent
- getType() - Method in class com.jogamp.opencl.CLUserEvent
-
Returns
CLEvent.CommandType.USER
. - getUInt32Long(int) - Method in class com.jogamp.opencl.impl.CLTLInfoAccessor
- getUInt32Long(int) - Method in interface com.jogamp.opencl.spi.CLInfoAccessor
-
Returns the
uint32_t
value for the given key, reinterpreted as along
value. - getVendor() - Method in class com.jogamp.opencl.CLDevice
-
Returns the vendor of this device.
- getVendor() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the platform vendor.
- getVendorID() - Method in class com.jogamp.opencl.CLDevice
-
Returns the vendor id of this device.
- getVersion() - Method in class com.jogamp.opencl.CLDevice
-
Returns the OpenCL version supported by the device.
- getVersion() - Method in class com.jogamp.opencl.CLPlatform
-
Returns the OpenCL version supported by this platform.
- getVersion() - Static method in class com.jogamp.opencl.util.JOCLVersion
-
Deprecated.
- getWidth() - Method in class com.jogamp.opencl.CLImage
-
Returns width of this image in pixels.
- getWorkGroupSize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
-
Returns the work group size for this kernel on the given device.
- GL_FENCE_SYNC_OBJECT_KHR - com.jogamp.opencl.CLEvent.CommandType
- GL_OBJECT_BUFFER - com.jogamp.opencl.CLMemory.GLObjectType
- GL_OBJECT_RENDERBUFFER - com.jogamp.opencl.CLMemory.GLObjectType
- GL_OBJECT_TEXTURE2D - com.jogamp.opencl.CLMemory.GLObjectType
- GL_OBJECT_TEXTURE3D - com.jogamp.opencl.CLMemory.GLObjectType
- GLEXT_64_TYPES_DEFINED - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- GLEXT_64_TYPES_DEFINED - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- GLEXT_64_TYPES_DEFINED - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- GLEXT_64_TYPES_DEFINED - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- GLID - Variable in class com.jogamp.opencl.gl.CLGLBuffer
-
The OpenGL object handle.
- GLID - Variable in class com.jogamp.opencl.gl.CLGLImage2d
-
The OpenGL object handle.
- GLID - Variable in class com.jogamp.opencl.gl.CLGLTexture3d
-
The OpenGL object handle.
- GLOBAL - com.jogamp.opencl.CLDevice.LocalMemType
-
GLOBAL implies that no dedicated memory storage is available (global mem is used instead).
- glSharing() - Static method in class com.jogamp.opencl.util.CLDeviceFilters
-
Accepts all devices which support OpenGL-OpenCL interoperability.
- glSharing() - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all platforms containing at least one devices of which supports OpenGL-OpenCL interoperability.
- glSharing(GLContext) - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all with the given OpenGL context compatible platforms containing at least one devices of which supports OpenGL-OpenCL interoperability.
- GPU - com.jogamp.opencl.CLDevice.Type
-
CL_DEVICE_TYPE_GPU
H
- HALF_FLOAT - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a 16-bit half-float value.
- HAS_STDDEF - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- HAS_STDDEF - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- HAS_STDDEF - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- HAS_STDDEF - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- hashCode() - Method in class com.jogamp.opencl.CLCommandQueue
- hashCode() - Method in class com.jogamp.opencl.CLContext
- hashCode() - Method in class com.jogamp.opencl.CLDevice
- hashCode() - Method in class com.jogamp.opencl.CLEvent
- hashCode() - Method in class com.jogamp.opencl.CLImageFormat
- hashCode() - Method in class com.jogamp.opencl.CLKernel
- hashCode() - Method in class com.jogamp.opencl.CLMemory
- hashCode() - Method in class com.jogamp.opencl.CLPlatform
- hashCode() - Method in class com.jogamp.opencl.CLProgram
- hashCode() - Method in class com.jogamp.opencl.CLProgramBuilder
- hashCode() - Method in class com.jogamp.opencl.CLVersion
- hasNormalizedCoords() - Method in class com.jogamp.opencl.CLSampler
- height - Variable in class com.jogamp.opencl.CLImage
I
- ID - Variable in class com.jogamp.opencl.CLObject
-
The OpenCL object handle.
- ID - Variable in class com.jogamp.opencl.CLPlatform
-
OpenCL platform id for this platform.
- implversion - Variable in class com.jogamp.opencl.CLVersion
-
The platform specific part of the version string.
- INF_NAN - com.jogamp.opencl.CLDevice.FPConfig
-
INF and quiet NaNs are supported.
- info - Variable in class com.jogamp.opencl.CLPlatform
- init() - Method in class com.jogamp.opencl.llb.impl.CLImpl11
- init() - Method in class com.jogamp.opencl.llb.impl.CLImpl12
- init() - Method in class com.jogamp.opencl.llb.impl.CLImpl20
- initCLCapacity() - Method in class com.jogamp.opencl.CLMemory
- initialize() - Static method in class com.jogamp.opencl.CLPlatform
-
Eagerly initializes JOCL.
- initSingleton() - Static method in class jogamp.opencl.Debug
-
Ensures static init block has been issues, i.e.
- INTENSITY - com.jogamp.opencl.CLImageFormat.ChannelOrder
-
This format can only be used if channel data type is one of the following values:
CLImageFormat.ChannelType.UNORM_INT8
,CLImageFormat.ChannelType.UNORM_INT16
,CLImageFormat.ChannelType.SNORM_INT8
,CLImageFormat.ChannelType.SNORM_INT16
,CLImageFormat.ChannelType.HALF_FLOAT
, orCLImageFormat.ChannelType.FLOAT
. - invokeAll(Collection<? extends CLTask<? super C, R>>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits all tasks to the pool for immediate execution (blocking) and returns their
Future
holding the result. - invokeAll(Collection<? extends CLTask<? super C, R>>, long, TimeUnit) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits all tasks to the pool for immediate execution (blocking) and returns their
Future
holding the result. - isAtLeast(int, int) - Method in class com.jogamp.opencl.CLPlatform
- isAtLeast(int, int) - Method in class com.jogamp.opencl.CLVersion
- isAtLeast(CLVersion) - Method in class com.jogamp.opencl.CLPlatform
- isAtLeast(CLVersion) - Method in class com.jogamp.opencl.CLVersion
- isAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if this device is available.
- isAvailable() - Static method in class com.jogamp.opencl.CLPlatform
- isAvailable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl11
-
Accessor.
- isAvailable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl12
-
Accessor.
- isAvailable() - Static method in class com.jogamp.opencl.llb.impl.CLImpl20
-
Accessor.
- isCompilerAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns false if the implementation does not have a compiler available to compile the program source.
- isComplete() - Method in class com.jogamp.opencl.CLEvent
-
Returns true only if
CLEvent.getStatus()
returnsCLEvent.ExecutionStatus.COMPLETE
. - isDoubleFPAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns
CLDevice.isExtensionAvailable(java.lang.String)
("cl_khr_fp64"). - isEqual(int, int) - Method in class com.jogamp.opencl.CLVersion
- isEqual(CLVersion) - Method in class com.jogamp.opencl.CLVersion
- isErrorCorrectionSupported() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the device implements error correction for the memories, caches, registers etc.
- isExecutable() - Method in class com.jogamp.opencl.CLProgram
-
Returns true if the build status 'BUILD_SUCCESS' for at least one device of this program exists.
- isExtensionAvailable(String) - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the extension is supported on this device.
- isExtensionAvailable(String) - Method in class com.jogamp.opencl.CLPlatform
-
Returns true if the extension is supported on this platform.
- isForce32BitArgsEnabled() - Method in class com.jogamp.opencl.CLKernel
- isGLMemorySharingSupported() - Method in class com.jogamp.opencl.CLDevice
-
Returns
CLDevice.isExtensionAvailable(java.lang.String)
("cl_khr_gl_sharing") ||CLDevice.isExtensionAvailable(java.lang.String)
("cl_APPLE_gl_sharing"). - isHalfFPAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns
CLDevice.isExtensionAvailable(java.lang.String)
("cl_khr_fp16"). - isHostPointerFlag(int) - Static method in class com.jogamp.opencl.CLMemory
-
Returns true if a host pointer must be specified on mem object creation.
- isICDAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns
CLDevice.isExtensionAvailable(java.lang.String)
("cl_khr_icd"). - isImageSupportAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if images are supported by the OpenCL device and false otherwise.
- isLittleEndian() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the OpenCL device is a little endian device and false otherwise.
- isMemoryUnified() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the device and the host have a unified memory subsystem.
- isOutOfOrderModeEnabled() - Method in class com.jogamp.opencl.CLCommandQueue
-
Returns true only when
CLCommandQueue.Mode.OUT_OF_ORDER_MODE
mode has been enabled. - isProfilingEnabled() - Method in class com.jogamp.opencl.CLCommandQueue
-
Returns true only when
CLCommandQueue.Mode.PROFILING_MODE
has been enabled. - isReadOnly() - Method in class com.jogamp.opencl.CLMemory
-
Returns true if this memory object was created with the
CLMemory.Mem.READ_ONLY
flag. - isReadWrite() - Method in class com.jogamp.opencl.CLMemory
-
Returns true if this memory object was created with the
CLMemory.Mem.READ_WRITE
flag. - isReleased() - Method in class com.jogamp.opencl.CLEventList
- isReleased() - Method in interface com.jogamp.opencl.CLResource
-
Returns true if
CLResource.release()
has been called. - isReleased() - Method in class com.jogamp.opencl.util.CLMultiContext
- isReleased() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- isReleased() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- isSubBuffer() - Method in class com.jogamp.opencl.CLBuffer
-
Returns true if this is a sub buffer.
- isSubBuffer() - Method in class com.jogamp.opencl.CLSubBuffer
-
Returns true.
- isVendorAMD() - Method in class com.jogamp.opencl.CLPlatform
- isVendorIntel() - Method in class com.jogamp.opencl.CLPlatform
- isWriteOnly() - Method in class com.jogamp.opencl.CLMemory
-
Returns true if this memory object was created with the
CLMemory.Mem.WRITE_ONLY
flag. - iterator() - Method in class com.jogamp.opencl.CLEventList
J
- JoclVersion - Class in com.jogamp.opencl
- JoclVersion(String, Manifest) - Constructor for class com.jogamp.opencl.JoclVersion
- JOCLVersion - Class in com.jogamp.opencl.util
-
Deprecated.Use
JoclVersion
- jogamp.opencl - package jogamp.opencl
- jogampCommonVersionInfo - Static variable in class com.jogamp.opencl.JoclVersion
K
- kernels - Variable in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- KHRONOS_BOOLEAN_ENUM_FORCE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_BOOLEAN_ENUM_FORCE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL11
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_BOOLEAN_ENUM_FORCE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL12
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_BOOLEAN_ENUM_FORCE_SIZE - Static variable in interface com.jogamp.opencl.llb.CL20
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_FALSE - Static variable in interface com.jogamp.opencl.llb.CL
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_FALSE - Static variable in interface com.jogamp.opencl.llb.CL11
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_FALSE - Static variable in interface com.jogamp.opencl.llb.CL12
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_FALSE - Static variable in interface com.jogamp.opencl.llb.CL20
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_MAX_ENUM - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- KHRONOS_MAX_ENUM - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- KHRONOS_MAX_ENUM - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- KHRONOS_MAX_ENUM - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- KHRONOS_SUPPORT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- KHRONOS_SUPPORT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- KHRONOS_SUPPORT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- KHRONOS_SUPPORT_FLOAT - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- KHRONOS_SUPPORT_INT64 - Static variable in interface com.jogamp.opencl.llb.CL
-
CType: int
- KHRONOS_SUPPORT_INT64 - Static variable in interface com.jogamp.opencl.llb.CL11
-
CType: int
- KHRONOS_SUPPORT_INT64 - Static variable in interface com.jogamp.opencl.llb.CL12
-
CType: int
- KHRONOS_SUPPORT_INT64 - Static variable in interface com.jogamp.opencl.llb.CL20
-
CType: int
- KHRONOS_TRUE - Static variable in interface com.jogamp.opencl.llb.CL
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_TRUE - Static variable in interface com.jogamp.opencl.llb.CL11
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_TRUE - Static variable in interface com.jogamp.opencl.llb.CL12
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
- KHRONOS_TRUE - Static variable in interface com.jogamp.opencl.llb.CL20
-
Defined as part of enum type "khronos_boolean_enum_t" - CType: int
L
- LINEAR - com.jogamp.opencl.CLSampler.FilteringMode
- listCLDevices() - Method in class com.jogamp.opencl.CLPlatform
-
Lists all physical devices available on this platform.
- listCLDevices(CLDevice.Type...) - Method in class com.jogamp.opencl.CLPlatform
-
Lists all physical devices available on this platform matching the given
CLDevice.Type
. - listCLDevices(Filter<CLDevice>...) - Method in class com.jogamp.opencl.CLPlatform
-
Lists all physical devices available on this platform matching the given
Filter
. - listCLPlatforms() - Static method in class com.jogamp.opencl.CLPlatform
-
Lists all available OpenCL implementations.
- listCLPlatforms(Filter<CLPlatform>...) - Static method in class com.jogamp.opencl.CLPlatform
-
Lists all available OpenCL implementations.
- loadConfiguration(ObjectInputStream) - Static method in class com.jogamp.opencl.CLProgramBuilder
-
Loads a CLBuildConfiguration.
- loadConfiguration(ObjectInputStream, CLContext) - Static method in class com.jogamp.opencl.CLProgramBuilder
-
Loads a CLProgramConfiguration containing a CLProgram.
- LOCAL - com.jogamp.opencl.CLDevice.LocalMemType
-
LOCAL implies dedicated local memory storage such as SRAM.
- localBB - Static variable in class com.jogamp.opencl.impl.CLTLInfoAccessor
- localNSB - Static variable in class com.jogamp.opencl.impl.CLTLInfoAccessor
- LUMINANCE - com.jogamp.opencl.CLImageFormat.ChannelOrder
-
This format can only be used if channel data type is one of the following values:
CLImageFormat.ChannelType.UNORM_INT8
,CLImageFormat.ChannelType.UNORM_INT16
,CLImageFormat.ChannelType.SNORM_INT8
,CLImageFormat.ChannelType.SNORM_INT16
,CLImageFormat.ChannelType.HALF_FLOAT
, orCLImageFormat.ChannelType.FLOAT
.
M
- main(String[]) - Static method in class com.jogamp.opencl.JoclVersion
- main(String[]) - Static method in class com.jogamp.opencl.util.CLInfo
- main(String[]) - Static method in class com.jogamp.opencl.util.JOCLVersion
-
Deprecated.
- major - Variable in class com.jogamp.opencl.CLVersion
-
Mayor version number.
- MAP_BUFFER - com.jogamp.opencl.CLEvent.CommandType
- MAP_IMAGE - com.jogamp.opencl.CLEvent.CommandType
- MARKER - com.jogamp.opencl.CLEvent.CommandType
- memoryDeallocated(long) - Method in interface com.jogamp.opencl.llb.impl.CLMemObjectDestructorCallback
- memoryDeallocated(CLMemory<?>) - Method in interface com.jogamp.opencl.CLMemObjectListener
- memoryObjects - Variable in class com.jogamp.opencl.CLContext
- minor - Variable in class com.jogamp.opencl.CLVersion
-
Minor version number.
- mipMapLevel - Variable in class com.jogamp.opencl.gl.CLGLTexture2d
- mipMapLevel - Variable in class com.jogamp.opencl.gl.CLGLTexture3d
- MODE - Variable in enum com.jogamp.opencl.CLSampler.AddressingMode
-
Value of wrapped OpenCL sampler addressing mode type.
- MODE - Variable in enum com.jogamp.opencl.CLSampler.FilteringMode
-
Value of wrapped OpenCL sampler filtering mode type.
- MultiQueueBarrier - Class in com.jogamp.opencl.util
-
An utility for synchronizing multiple concurrent
CLCommandQueue
s. - MultiQueueBarrier(int) - Constructor for class com.jogamp.opencl.util.MultiQueueBarrier
-
Creates a new MultiQueueBarrier with the given queueCount.
- MultiQueueBarrier(CLCommandQueue...) - Constructor for class com.jogamp.opencl.util.MultiQueueBarrier
-
Creates a new MultiQueueBarrier for the given queues.
N
- name - Variable in class com.jogamp.opencl.CLKernel
- NATIVE_KERNEL - com.jogamp.opencl.CLEvent.CommandType
- NDRANGE_KERNEL - com.jogamp.opencl.CLEvent.CommandType
- NEAREST - com.jogamp.opencl.CLSampler.FilteringMode
- newException(int, String) - Static method in exception com.jogamp.opencl.CLException
-
Returns a CLException specific to the error code.
- NO_SIGNED_ZEROS - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Allow optimizations for floating-point arithmetic that ignore the signedness of zero.
- NONE - com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Global memory cache not supported.
- NONE - com.jogamp.opencl.CLSampler.AddressingMode
- numArgs - Variable in class com.jogamp.opencl.CLKernel
O
- obtainDeviceProperties(CLDevice) - Static method in class com.jogamp.opencl.util.CLUtil
-
Reads all device properties and returns them as key-value map.
- obtainPlatformProperties(CLPlatform) - Static method in class com.jogamp.opencl.util.CLUtil
-
Reads all platform properties and returns them as key-value map.
- onError(String, ByteBuffer, long) - Method in class com.jogamp.opencl.CLContext.ErrorDispatcher
- onError(String, ByteBuffer, long) - Method in interface com.jogamp.opencl.CLErrorHandler
- optionsOf(String...) - Static method in class com.jogamp.opencl.CLProgram
-
Utility method which builds a properly seperated option string.
- ORDER - Variable in enum com.jogamp.opencl.CLImageFormat.ChannelOrder
-
Value of wrapped OpenCL flag.
- OUT_OF_ORDER_MODE - com.jogamp.opencl.CLCommandQueue.Mode
-
If set, the commands in the command-queue are executed out-of-order.
- overrideContext(CLDevice) - Method in class com.jogamp.opencl.CLContext
P
- platform - Variable in class com.jogamp.opencl.CLContext
- position() - Method in class com.jogamp.opencl.CLKernel
-
Returns the argument index used in the relative putArt(...) methods.
- prepare() - Method in class com.jogamp.opencl.CLProgram
-
Prepares the build for this program by returning a new
CLProgramConfiguration
. - print(StringBuilder) - Static method in class com.jogamp.opencl.util.CLInfo
- PROFILING_MODE - com.jogamp.opencl.CLCommandQueue.Mode
-
Enables profiling of commands in the command-queue.
- program - Variable in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- programs - Variable in class com.jogamp.opencl.CLContext
- put1DRangeKernel(CLKernel, long, long, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put1DRangeKernel(CLKernel, long, long, long, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put1DRangeKernel(CLKernel, long, long, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put2DRangeKernel(CLKernel, long, long, long, long, long, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put2DRangeKernel(CLKernel, long, long, long, long, long, long, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put2DRangeKernel(CLKernel, long, long, long, long, long, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put3DRangeKernel(CLKernel, long, long, long, long, long, long, long, long, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put3DRangeKernel(CLKernel, long, long, long, long, long, long, long, long, long, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- put3DRangeKernel(CLKernel, long, long, long, long, long, long, long, long, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObject(CLGLObject) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObject(CLGLObject, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObject(CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObjects(PointerBuffer, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObjects(CLGLObject, CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putAcquireGLObjects(CLGLObject, CLGLObject, CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putArg(double) - Method in class com.jogamp.opencl.CLKernel
- putArg(float) - Method in class com.jogamp.opencl.CLKernel
- putArg(int) - Method in class com.jogamp.opencl.CLKernel
- putArg(long) - Method in class com.jogamp.opencl.CLKernel
- putArg(short) - Method in class com.jogamp.opencl.CLKernel
- putArg(CLMemory<?>) - Method in class com.jogamp.opencl.CLKernel
- putArgs(CLMemory<?>...) - Method in class com.jogamp.opencl.CLKernel
- putBarrier() - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBuffer(CLBuffer<?>, CLBuffer<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBuffer(CLBuffer<?>, CLBuffer<?>, int, int, long, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBuffer(CLBuffer<?>, CLBuffer<?>, int, int, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBuffer(CLBuffer<?>, CLBuffer<?>, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferRect(CLBuffer<?>, CLBuffer<?>, int, int, int, int, int, int, int, int, int, long, long, long, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferRect(CLBuffer<?>, CLBuffer<?>, int, int, int, int, int, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferRect(CLBuffer<?>, CLBuffer<?>, int, int, int, int, int, int, long, long, long, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferRect(CLBuffer<?>, CLBuffer<?>, int, int, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage2d<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage2d<?>, long, int, int, int, int) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage2d<?>, long, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage2d<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage2d<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage3d<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage3d<?>, long, int, int, int, int, int, int) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage3d<?>, long, int, int, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage3d<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyBufferToImage(CLBuffer<?>, CLImage3d<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage<?>, CLImage<?>, int, int, int, int, int, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage2d<?>, CLImage2d<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage2d<?>, CLImage2d<?>, int, int, int, int, int, int) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage2d<?>, CLImage2d<?>, int, int, int, int, int, int, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage2d<?>, CLImage2d<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage2d<?>, CLImage2d<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage3d<?>, CLImage3d<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage3d<?>, CLImage3d<?>, int, int, int, int, int, int, int, int, int) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage3d<?>, CLImage3d<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImage(CLImage3d<?>, CLImage3d<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage2d<?>, CLBuffer<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage2d<?>, CLBuffer<?>, int, int, int, int, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage2d<?>, CLBuffer<?>, int, int, int, int, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage2d<?>, CLBuffer<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage2d<?>, CLBuffer<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage3d<?>, CLBuffer<?>) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage3d<?>, CLBuffer<?>, int, int, int, int, int, int, long) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage3d<?>, CLBuffer<?>, int, int, int, int, int, int, long, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage3d<?>, CLBuffer<?>, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putCopyImageToBuffer(CLImage3d<?>, CLBuffer<?>, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapBuffer(CLBuffer<?>, CLMemory.Map, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapBuffer(CLBuffer<?>, CLMemory.Map, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapBuffer(CLBuffer<?>, CLMemory.Map, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapBuffer(CLBuffer<?>, CLMemory.Map, long, long, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapBuffer(CLBuffer<?>, CLMemory.Map, long, long, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage2d<?>, CLMemory.Map, int, int, int, int, boolean, CLEventList, CLEventList, long[], long[]) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage3d<?>, CLMemory.Map, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage3d<?>, CLMemory.Map, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage3d<?>, CLMemory.Map, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage3d<?>, CLMemory.Map, int, int, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMapImage(CLImage3d<?>, CLMemory.Map, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putMarker(CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putNDRangeKernel(CLKernel, int, PointerBuffer, PointerBuffer, PointerBuffer) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putNDRangeKernel(CLKernel, int, PointerBuffer, PointerBuffer, PointerBuffer, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putNDRangeKernel(CLKernel, int, PointerBuffer, PointerBuffer, PointerBuffer, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putNullArg(int) - Method in class com.jogamp.opencl.CLKernel
- putReadBuffer(CLBuffer<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBuffer(CLBuffer<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBuffer(CLBuffer<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBufferRect(CLBuffer<?>, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBufferRect(CLBuffer<?>, int, int, int, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBufferRect(CLBuffer<?>, int, int, int, int, int, int, int, int, int, long, long, long, long, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadBufferRect(CLBuffer<?>, int, int, int, int, int, int, long, long, long, long, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage2d<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage2d<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage2d<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage2d<?>, int, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage2d<?>, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage3d<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage3d<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage3d<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage3d<?>, int, int, int, int, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReadImage(CLImage3d<?>, int, int, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObject(CLGLObject) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObject(CLGLObject, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObject(CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObjects(PointerBuffer, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObjects(CLGLObject, CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putReleaseGLObjects(CLGLObject, CLGLObject, CLGLObject, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putTask(CLKernel) - Method in class com.jogamp.opencl.CLCommandQueue
-
Equivalent to calling
CLCommandQueue.put1DRangeKernel(CLKernel kernel, long globalWorkOffset, long globalWorkSize, long localWorkSize)
with globalWorkOffset = null, globalWorkSize set to 1, and localWorkSize set to 1. - putTask(CLKernel, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putTask(CLKernel, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putUnmapMemory(CLMemory<?>, Buffer) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putUnmapMemory(CLMemory<?>, Buffer, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putUnmapMemory(CLMemory<?>, Buffer, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWaitForEvent(CLEventList, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls if blockingWait equals true otherwise .
- putWaitForEvents(CLEventList, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls if blockingWait equals true otherwise .
- putWriteBuffer(CLBuffer<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBuffer(CLBuffer<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBuffer(CLBuffer<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBufferRect(CLBuffer<?>, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBufferRect(CLBuffer<?>, int, int, int, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBufferRect(CLBuffer<?>, int, int, int, int, int, int, int, int, int, long, long, long, long, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteBufferRect(CLBuffer<?>, int, int, int, int, int, int, long, long, long, long, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage2d<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage2d<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage2d<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage2d<?>, int, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage2d<?>, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage3d<?>, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage3d<?>, boolean, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage3d<?>, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage3d<?>, int, int, int, int, int, int, int, int, boolean) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
- putWriteImage(CLImage3d<?>, int, int, int, int, int, int, int, int, boolean, CLEventList, CLEventList) - Method in class com.jogamp.opencl.CLCommandQueue
-
Calls .
Q
- queue - Variable in class com.jogamp.opencl.util.concurrent.CLQueueContext
- QUEUE_MODE - Variable in enum com.jogamp.opencl.CLCommandQueue.Mode
-
Value of wrapped OpenCL device type.
- QUEUED - com.jogamp.opencl.CLEvent.ExecutionStatus
-
Command has been enqueued in the command-queue.
- QUEUED - com.jogamp.opencl.CLEvent.ProfilingCommand
-
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event is enqueued in a command-queue by the host.
- queueMode(CLCommandQueue.Mode...) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
-
Accepts all devices supporting the specified command queue modes.
- queueMode(CLCommandQueue.Mode...) - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all platforms containing at least one devices supporting the specified command queue modes.
- queuesMap - Variable in class com.jogamp.opencl.CLContext
R
- R - com.jogamp.opencl.CLImageFormat.ChannelOrder
- RA - com.jogamp.opencl.CLImageFormat.ChannelOrder
- READ - com.jogamp.opencl.CLMemory.Map
-
Enum representing CL_MAP_READ.
- READ_BUFFER - com.jogamp.opencl.CLEvent.CommandType
- READ_BUFFER_RECT - com.jogamp.opencl.CLEvent.CommandType
- READ_IMAGE - com.jogamp.opencl.CLEvent.CommandType
- READ_ONLY - com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Read only cache.
- READ_ONLY - com.jogamp.opencl.CLMemory.Mem
-
Enum representing CL_MEM_READ_ONLY.
- READ_WRITE - com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Read-write cache.
- READ_WRITE - com.jogamp.opencl.CLMemory.Map
-
Enum representing CL_MAP_READ | CL_MAP_WRITE.
- READ_WRITE - com.jogamp.opencl.CLMemory.Mem
-
Enum representing CL_MEM_READ_WRITE.
- registerCallback(CLEventListener) - Method in class com.jogamp.opencl.CLEvent
-
Registers a callback which will be called when the event terminates (COMPLETE or ERROR).
- registerDestructorCallback(CLMemObjectListener) - Method in class com.jogamp.opencl.CLMemory
-
Registers a callback which will be called by the OpenCL implementation when the memory object is released.
- release() - Method in class com.jogamp.opencl.CLBuffer
- release() - Method in class com.jogamp.opencl.CLCommandQueue
- release() - Method in class com.jogamp.opencl.CLContext
-
Releases this context and all resources.
- release() - Method in class com.jogamp.opencl.CLEvent
- release() - Method in class com.jogamp.opencl.CLEventList
-
Releases all CLEvents in this list.
- release() - Method in class com.jogamp.opencl.CLKernel
-
Releases all resources of this kernel from its context.
- release() - Method in class com.jogamp.opencl.CLMemory
- release() - Method in class com.jogamp.opencl.CLProgram
-
Releases this program with its kernels.
- release() - Method in interface com.jogamp.opencl.CLResource
-
Releases the OpenCL resource.
- release() - Method in class com.jogamp.opencl.CLSampler
- release() - Method in class com.jogamp.opencl.CLSubBuffer
- release() - Method in class com.jogamp.opencl.util.CLMultiContext
-
Releases all contexts.
- release() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Releases all queues.
- release() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
- RELEASE_GL_OBJECTS - com.jogamp.opencl.CLEvent.CommandType
- removeCLErrorHandler(CLErrorHandler) - Method in class com.jogamp.opencl.CLContext
- REPEAT - com.jogamp.opencl.CLSampler.AddressingMode
- reset() - Method in class com.jogamp.opencl.CLProgramBuilder
- reset() - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Resets this builder's configuration like options, devices and definitions.
- reset() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- resetBarrier() - Method in class com.jogamp.opencl.util.MultiQueueBarrier
-
Resets this barrier and unblocks all waiting threads.
- resetDefines() - Method in class com.jogamp.opencl.CLProgramBuilder
- resetDefines() - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Resets this builder's macro definitions.
- resetDefines() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- resetDevices() - Method in class com.jogamp.opencl.CLProgramBuilder
- resetDevices() - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Resets this builder's device list.
- resetDevices() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- resetOptions() - Method in class com.jogamp.opencl.CLProgramBuilder
- resetOptions() - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Resets this builder's configuration options.
- resetOptions() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- resolveErrorCode(int) - Static method in exception com.jogamp.opencl.CLException
-
Returns a human readable String for the OpenCL error code or null if not known.
- rewind() - Method in class com.jogamp.opencl.CLKernel
-
Resets the argument index to 0.
- RG - com.jogamp.opencl.CLImageFormat.ChannelOrder
- RGB - com.jogamp.opencl.CLImageFormat.ChannelOrder
-
This format can only be used if channel data type is one of the following values:
CLImageFormat.ChannelType.UNORM_SHORT_565
,CLImageFormat.ChannelType.UNORM_SHORT_555
orCLImageFormat.ChannelType.UNORM_INT_101010
. - RGBA - com.jogamp.opencl.CLImageFormat.ChannelOrder
- RGBx - com.jogamp.opencl.CLImageFormat.ChannelOrder
- RGx - com.jogamp.opencl.CLImageFormat.ChannelOrder
- ROUND_TO_INF - com.jogamp.opencl.CLDevice.FPConfig
-
round to positive and negative infinity rounding modes supported.
- ROUND_TO_NEAREST - com.jogamp.opencl.CLDevice.FPConfig
-
round to nearest rounding mode supported.
- ROUND_TO_ZERO - com.jogamp.opencl.CLDevice.FPConfig
-
round to zero rounding mode supported.
- RUNNING - com.jogamp.opencl.CLEvent.ExecutionStatus
-
Device is currently executing this command.
- Rx - com.jogamp.opencl.CLImageFormat.ChannelOrder
S
- samplers - Variable in class com.jogamp.opencl.CLContext
- save(ObjectOutputStream) - Method in class com.jogamp.opencl.CLProgramBuilder
- save(ObjectOutputStream) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Saves this configuration to the ObjectOutputStream.
- searchToolLibInSystemPath() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- searchToolLibSystemPathFirst() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- setArg(int, double) - Method in class com.jogamp.opencl.CLKernel
- setArg(int, float) - Method in class com.jogamp.opencl.CLKernel
- setArg(int, int) - Method in class com.jogamp.opencl.CLKernel
- setArg(int, long) - Method in class com.jogamp.opencl.CLKernel
- setArg(int, short) - Method in class com.jogamp.opencl.CLKernel
- setArg(int, CLMemory<?>) - Method in class com.jogamp.opencl.CLKernel
- setArgs(CLMemory<?>...) - Method in class com.jogamp.opencl.CLKernel
- setArgs(Object...) - Method in class com.jogamp.opencl.CLKernel
- setComplete() - Method in class com.jogamp.opencl.CLUserEvent
-
Sets this event's status to
CLEvent.ExecutionStatus.COMPLETE
. - setFinishAction(CLCommandQueuePool.FinishAction) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Sets the action which is run after every completed task.
- setForce32BitArgs(boolean) - Method in class com.jogamp.opencl.CLKernel
-
Forces double and long arguments to be passed as float and int to the OpenCL kernel.
- setImageArraySize(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageArraySize
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setImageChannelDataType(int) - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
Setter for native field
imageChannelDataType
: CType[(IntType) typedef 'cl_channel_type', size [fixed true, lnx64 4], [const[false], int]] - setImageChannelDataType(CLImageFormat.ChannelType) - Method in class com.jogamp.opencl.CLImageFormat
- setImageChannelOrder(int) - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
Setter for native field
imageChannelOrder
: CType[(IntType) typedef 'cl_channel_order', size [fixed true, lnx64 4], [const[false], int]] - setImageChannelOrder(CLImageFormat.ChannelOrder) - Method in class com.jogamp.opencl.CLImageFormat
- setImageDepth(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageDepth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setImageHeight(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageHeight
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setImageRowPitch(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageRowPitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setImageSlicePitch(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageSlicePitch
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setImageType(int) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageType
: CType[(IntType) typedef 'cl_mem_object_type', size [fixed true, lnx64 4], [const[false], int]] - setImageWidth(long) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
imageWidth
: CType[(IntType) typedef 'size_t', size [fixed false, lnx64 8], [const[false], int]] - setNoSource() - Method in class com.jogamp.opencl.CLProgram
-
Must set this if the program is created from binary so we know not to call getSource(), which can SIGSEGV on Macs if there is no source.
- setNullArg(int, int) - Method in class com.jogamp.opencl.CLKernel
- setNumMipLevels(int) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
numMipLevels
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] - setNumSamples(int) - Method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
-
Setter for native field
numSamples
: CType[(IntType) typedef 'cl_uint', size [fixed true, lnx64 4], [const[false], int]] - setProgram(CLProgram) - Method in class com.jogamp.opencl.CLProgramBuilder
- setProgram(CLProgram) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Sets the program which should be build.
- setStatus(CLEvent.ExecutionStatus) - Method in class com.jogamp.opencl.CLUserEvent
-
Sets the event execution status.
- setup(CLCommandQueue, CLQueueContext) - Method in class com.jogamp.opencl.util.concurrent.CLQueueContextFactory.CLSimpleContextFactory
- setup(CLCommandQueue, CLQueueContext) - Method in class com.jogamp.opencl.util.concurrent.CLQueueContextFactory
-
Creates a new queue context for the given queue.
- shallLinkGlobal() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
-
Returns
true
, since we might load the library and allow symbol access to subsequent libs. - shallLookupGlobal() - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
-
Returns
true
onAndroid
, andfalse
otherwise. - SIGNED_INT16 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized signed 16-bit integer value.
- SIGNED_INT32 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized signed 32-bit integer value.
- SIGNED_INT8 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized signed 8-bit integer value.
- SINGLE_PRECISION_CONSTANTS - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Treat double precision floating-point constant as single precision constant.
- size - Variable in class com.jogamp.opencl.CLMemory
- size() - Method in class com.jogamp.opencl.CLEventList
-
Returns the current size of this list.
- size() - Static method in class com.jogamp.opencl.llb.impl.CLImageDescImpl
- size() - Static method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
- SNORM_INT16 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a normalized signed 16-bit integer value.
- SNORM_INT8 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a normalized signed 8-bit integer value.
- START - com.jogamp.opencl.CLEvent.ProfilingCommand
-
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event starts execution on the device.
- STATUS - Variable in enum com.jogamp.opencl.CLEvent.ExecutionStatus
-
Value of wrapped OpenCL command execution status.
- STATUS - Variable in enum com.jogamp.opencl.CLProgram.Status
-
Value of wrapped OpenCL device type.
- STRICT_ALIASING - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
This option allows the compiler to assume the strictest aliasing rules.
- submit(CLTask<? super C, R>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits this task to the pool for execution returning its
Future
. - SUBMIT - com.jogamp.opencl.CLEvent.ProfilingCommand
-
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event that has been enqueued is submitted by the host to the device associated with the commandqueue.
- submitAll(Collection<? extends CLTask<? super C, R>>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits all tasks to the pool for execution and returns their
Future
. - SUBMITTED - com.jogamp.opencl.CLEvent.ExecutionStatus
-
Enqueued command has been submitted by the host to the device associated with the command-queue.
- switchContext(CLQueueContextFactory<C>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Switches the context of all queues - this operation can be expensive.
T
- target - Variable in class com.jogamp.opencl.gl.CLGLTexture2d
- target - Variable in class com.jogamp.opencl.gl.CLGLTexture3d
- TASK - com.jogamp.opencl.CLEvent.CommandType
- toDeviceBitmap(CLDevice.Type[]) - Static method in class com.jogamp.opencl.CLContext
- toolGetProcAddress(long, String) - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
- toString() - Method in class com.jogamp.opencl.CLCommandQueue
- toString() - Method in class com.jogamp.opencl.CLContext
- toString() - Method in class com.jogamp.opencl.CLDevice
- toString() - Method in class com.jogamp.opencl.CLEvent
- toString() - Method in class com.jogamp.opencl.CLEventList
- toString() - Method in class com.jogamp.opencl.CLImage2d
- toString() - Method in class com.jogamp.opencl.CLImage3d
- toString() - Method in class com.jogamp.opencl.CLImageFormat
- toString() - Method in class com.jogamp.opencl.CLKernel
- toString() - Method in class com.jogamp.opencl.CLMemory
- toString() - Method in class com.jogamp.opencl.CLObject
- toString() - Method in class com.jogamp.opencl.CLPlatform
- toString() - Method in class com.jogamp.opencl.CLProgram
- toString() - Method in class com.jogamp.opencl.CLProgramBuilder
- toString() - Method in class com.jogamp.opencl.CLVersion
- toString() - Method in class com.jogamp.opencl.gl.CLGLBuffer
- toString() - Method in class com.jogamp.opencl.util.CLMultiContext
- toString() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
- type(CLDevice.Type) - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all platforms containing devices of the given type.
- type(CLDevice.Type...) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
-
Accepts all devices of the given type.
- TYPE - Variable in enum com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Value of wrapped OpenCL value.
- TYPE - Variable in enum com.jogamp.opencl.CLDevice.LocalMemType
-
Value of wrapped OpenCL value.
- TYPE - Variable in enum com.jogamp.opencl.CLDevice.Type
-
Value of wrapped OpenCL device type.
- TYPE - Variable in enum com.jogamp.opencl.CLEvent.CommandType
-
Value of wrapped OpenCL command type.
- TYPE - Variable in enum com.jogamp.opencl.CLImageFormat.ChannelType
-
Value of wrapped OpenCL flag.
- TYPE - Variable in enum com.jogamp.opencl.CLMemory.GLObjectType
U
- unloadCompiler() - Static method in class com.jogamp.opencl.CLPlatform
-
Hint to allow the implementation to release the resources allocated by the OpenCL compiler.
- UNMAP_MEM_OBJECT - com.jogamp.opencl.CLEvent.CommandType
- UNORM_INT_101010 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Represents a normalized x-10-10-10 4-channel xRGB image.
- UNORM_INT16 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a normalized unsigned 16-bit integer value.
- UNORM_INT8 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is a normalized unsigned 8-bit integer value.
- UNORM_SHORT_555 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Represents a normalized x-5-5-5 4-channel xRGB image.
- UNORM_SHORT_565 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Represents a normalized 5-6-5 3-channel RGB image.
- UNSAFE_MATH - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Allow optimizations for floating-point arithmetic that
(a) assume that arguments and results are valid,
(b) may violate IEEE 754 standard and
(c) may violate the OpenCL numerical compliance requirements as defined in section 7.4 for single-precision floating-point, section 9.3.9 for double-precision floating-point, and edge case behavior in section 7.5. - UNSIGNED_INT16 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized unsigned 16-bit integer value.
- UNSIGNED_INT32 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized unsigned 32-bit integer value.
- UNSIGNED_INT8 - com.jogamp.opencl.CLImageFormat.ChannelType
-
Each channel component is an unnormalized unsigned 8-bit integer value.
- updateSize() - Method in class com.jogamp.opencl.gl.CLGLBuffer
-
Updates the size of this CLGLBuffer by querying OpenGL.
- use(B) - Method in class com.jogamp.opencl.CLMemory
- USE_BUFFER - com.jogamp.opencl.CLMemory.Mem
-
Enum representing CL_MEM_USE_HOST_PTR.
- USER - com.jogamp.opencl.CLEvent.CommandType
- useToolGetProcAdressFirst(String) - Method in class com.jogamp.opencl.llb.impl.CLDynamicLibraryBundleInfo
V
- value() - Method in annotation type com.jogamp.opencl.CLProperty
-
The property key.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLCommandQueue.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLDevice.Capabilities
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Returns the matching GlobalMemCacheType for the given cl type.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLDevice.LocalMemType
-
Returns the matching LocalMemCacheType for the given cl type.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLEvent.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLEvent.ExecutionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLEvent.ProfilingCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLMemory.GLObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Method in enum com.jogamp.opencl.CLMemory.Map
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLMemory.Mem
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLProgram.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLSampler.AddressingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.jogamp.opencl.CLSampler.FilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(long) - Static method in enum com.jogamp.opencl.CLDevice.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLCommandQueue.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLDevice.Capabilities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLDevice.FPConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLDevice.LocalMemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLDevice.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLEvent.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLEvent.ExecutionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLEvent.ProfilingCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLMemory.GLObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLMemory.Map
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLMemory.Mem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLProgram.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLSampler.AddressingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.CLSampler.FilteringMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.jogamp.opencl.CLCommandQueue.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLDevice.Capabilities
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLDevice.FPConfig
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLDevice.GlobalMemCacheType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLDevice.LocalMemType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLDevice.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLEvent.CommandType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLEvent.ExecutionStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLEvent.ProfilingCommand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLImageFormat.ChannelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLMemory.GLObjectType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLMemory.Map
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLMemory.Mem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLProgram.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLSampler.AddressingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.CLSampler.FilteringMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jogamp.opencl.util.concurrent.CLCommandQueuePool.FinishAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valuesOf(int) - Static method in enum com.jogamp.opencl.CLDevice.Capabilities
- valuesOf(int) - Static method in enum com.jogamp.opencl.CLDevice.FPConfig
-
Returns a EnumSet for the given bitfield.
- valuesOf(int) - Static method in enum com.jogamp.opencl.CLMemory.Mem
- valuesOf(long) - Static method in enum com.jogamp.opencl.CLCommandQueue.Mode
- verbose() - Static method in class jogamp.opencl.Debug
- version - Variable in class com.jogamp.opencl.CLPlatform
-
Version of this OpenCL platform.
- version(CLVersion) - Static method in class com.jogamp.opencl.util.CLPlatformFilters
-
Accepts all platforms supporting at least the given OpenCL spec version.
W
- waitFor(CLCommandQueue) - Method in class com.jogamp.opencl.util.MultiQueueBarrier
-
Blocks the current Thread until all commands on the
CLCommandQueue
finished excecution. - waitFor(CLCommandQueue, CLEventList) - Method in class com.jogamp.opencl.util.MultiQueueBarrier
-
Blocks the current Thread until the given events on the
CLCommandQueue
occurred. - waitForEvent(int) - Method in class com.jogamp.opencl.CLEventList
-
Waits for the event with the given index in this list to occur.
- waitForEvents() - Method in class com.jogamp.opencl.CLEventList
-
Waits for all events in this list to occur.
- waitForEvents(int, int) - Method in class com.jogamp.opencl.CLEventList
-
Waits for all events of the specified region in this list to occur.
- WARNINGS_ARE_ERRORS - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Make all warnings into errors.
- width - Variable in class com.jogamp.opencl.CLImage
- withDefine(String) - Method in class com.jogamp.opencl.CLProgramBuilder
- withDefine(String) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the definition to the build configuration.
- withDefine(String) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- withDefine(String, Object) - Method in class com.jogamp.opencl.CLProgramBuilder
- withDefine(String, Object) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the definition to the build configuration.
- withDefine(String, Object) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- withDefines(String...) - Method in class com.jogamp.opencl.CLProgramBuilder
- withDefines(String...) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the definitions to the build configuration.
- withDefines(String...) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- withDefines(Map<String, ? extends Object>) - Method in class com.jogamp.opencl.CLProgramBuilder
- withDefines(Map<String, ? extends Object>) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the definitions to the build configuration.
- withDefines(Map<String, ? extends Object>) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- withOption(String) - Method in class com.jogamp.opencl.CLProgramBuilder
- withOption(String) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the compiler option to the build configuration.
- withOption(String) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- withOptions(String...) - Method in class com.jogamp.opencl.CLProgramBuilder
- withOptions(String...) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Adds the compiler options to the build configuration.
- withOptions(String...) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
- wrap(CLContext...) - Static method in class com.jogamp.opencl.util.CLMultiContext
-
Creates a multi context with specified contexts.
- WRITE - com.jogamp.opencl.CLMemory.Map
-
Enum representing CL_MAP_WRITE.
- WRITE_BUFFER - com.jogamp.opencl.CLEvent.CommandType
- WRITE_BUFFER_RECT - com.jogamp.opencl.CLEvent.CommandType
- WRITE_IMAGE - com.jogamp.opencl.CLEvent.CommandType
- WRITE_ONLY - com.jogamp.opencl.CLMemory.Mem
-
Enum representing CL_MEM_WRITE_ONLY.
All Classes All Packages