- 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.
- setArg(int, CLMemory<?>) - Method in class com.jogamp.opencl.CLKernel
-
- setArg(int, short) - 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, float) - Method in class com.jogamp.opencl.CLKernel
-
- setArg(int, double) - 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
-
- 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.
- setImageChannelDataType(CLImageFormat.ChannelType) - Method in class com.jogamp.opencl.CLImageFormat
-
- setImageChannelDataType(int) - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
- setImageChannelOrder(CLImageFormat.ChannelOrder) - Method in class com.jogamp.opencl.CLImageFormat
-
- setImageChannelOrder(int) - Method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
- setNullArg(int, int) - Method in class com.jogamp.opencl.CLKernel
-
- 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.
- SINGLE_PRECISION_CONSTANTS - Static variable in interface com.jogamp.opencl.CLProgram.CompilerOptions
-
Treat double precision floating-point constant as single precision constant.
- size() - Method in class com.jogamp.opencl.CLEventList
-
Returns the current size of this list.
- size - Variable in class com.jogamp.opencl.CLMemory
-
- size() - Static method in class com.jogamp.opencl.llb.impl.CLImageFormatImpl
-
- 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
.
- 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
.
- switchContext(CLQueueContextFactory<C>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Switches the context of all queues - this operation can be expensive.