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
_
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.
setArg(int, CLMemory<?>)
- 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
setComplete()
- Method in class com.jogamp.opencl.
CLUserEvent
Sets this event's status to
CLEvent.ExecutionStatus.COMPLETE
.
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.impl.
CLImageFormatImpl
setImageChannelOrder(CLImageFormat.ChannelOrder)
- Method in class com.jogamp.opencl.
CLImageFormat
setImageChannelOrder(int)
- Method in class com.jogamp.opencl.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.
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.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.
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
_