Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_
R
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 the 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
removeCLErrorHandler(CLErrorHandler)
- Method in class com.jogamp.opencl.
CLContext
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
_