- 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, Object) - 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, Object) - 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 interface com.jogamp.opencl.util.CLProgramConfiguration
-
- withDefines(String...) - Method in class com.jogamp.opencl.CLProgramBuilder
-
- withDefines(Map<String, ? extends Object>) - 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(Map<String, ? extends Object>) - 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 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.