|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CLBuildListener | |
|---|---|
| com.jogamp.opencl | High level java bindings to OpenCL. |
| com.jogamp.opencl.util | OpenCL utilities. |
| Uses of CLBuildListener in com.jogamp.opencl |
|---|
| Methods in com.jogamp.opencl with parameters of type CLBuildListener | |
|---|---|
CLProgram |
CLProgram.build(CLBuildListener listener)
Builds this program for all devices associated with the context. |
CLProgram |
CLProgramBuilder.build(CLBuildListener listener)
|
CLProgram |
CLProgram.build(CLBuildListener listener,
CLDevice... devices)
Builds this program for the given devices. |
CLProgram |
CLProgram.build(CLBuildListener listener,
String... options)
Builds this program for all devices associated with the context using the specified build options. |
CLProgram |
CLProgram.build(CLBuildListener listener,
String options)
Builds this program for all devices associated with the context using the specified build options. |
CLProgram |
CLProgram.build(CLBuildListener listener,
String options,
CLDevice... devices)
Builds this program for the given devices and with the specified build options. |
CLProgram |
CLProgramBuilder.build(CLProgram program,
CLBuildListener listener)
|
| Uses of CLBuildListener in com.jogamp.opencl.util |
|---|
| Methods in com.jogamp.opencl.util with parameters of type CLBuildListener | |
|---|---|
CLProgram |
CLProgramConfiguration.build(CLBuildListener listener)
Builds or rebuilds a program. |
CLProgram |
CLBuildConfiguration.build(CLProgram program,
CLBuildListener listener)
Builds or rebuilds the program. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||