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

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 clFinish.
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 ±∞.
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
 
flush() - Method in class com.jogamp.opencl.CLCommandQueue
Calls clFlush.
flushQueues() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
Calls CLCommandQueue.flush() on all queues.
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]

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