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

B

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
A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully).
Note1: registering a build callback can make CLProgramBinding.clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.llb.impl.BuildProgramCallback) non blocking (OpenCL implementation dependent).
Note2: the thread which calls this method is unspecified.
byteOrder(ByteOrder) - Static method in class com.jogamp.opencl.util.CLDeviceFilters
Accepts all devices of the given ByteOrder.
A B C D E F G H I J K L M N O P Q R S T U V W