- build() - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context.
- build(CLBuildListener) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context.
- build(CLDevice...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for the given devices.
- build(CLBuildListener, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for the given devices.
- build(String) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context using the specified build options.
- build(CLBuildListener, String) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context using the specified build options.
- build(String...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context using the specified build options.
- build(CLBuildListener, String...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for all devices associated with the context using the specified build options.
- build(String, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for the given devices and with the specified build options.
- build(CLBuildListener, String, CLDevice...) - Method in class com.jogamp.opencl.CLProgram
-
Builds this program for the given devices and with the specified build options.
- build() - Method in class com.jogamp.opencl.CLProgramBuilder
-
- build(CLBuildListener) - Method in class com.jogamp.opencl.CLProgramBuilder
-
- build(CLProgram) - Method in class com.jogamp.opencl.CLProgramBuilder
-
- build(CLProgram, CLBuildListener) - Method in class com.jogamp.opencl.CLProgramBuilder
-
- build(CLProgram) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Builds or rebuilds the program.
- build(CLProgram, CLBuildListener) - Method in interface com.jogamp.opencl.util.CLBuildConfiguration
-
Builds or rebuilds the program.
- build() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
-
Builds or rebuilds a program.
- build(CLBuildListener) - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
-
Builds or rebuilds a program.
- buildFinished(long) - Method in interface com.jogamp.opencl.llb.impl.BuildProgramCallback
-
Called when the program executable
has been built (successfully or unsuccessfully).
- buildFinished(CLProgram) - Method in interface com.jogamp.opencl.util.CLBuildListener
-
Called when the program executable
has been built (successfully or unsuccessfully).
- BuildProgramCallback - Interface in com.jogamp.opencl.llb.impl
-
- byteOrder(ByteOrder) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
-