|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildProgramCallback | |
|---|---|
| com.jogamp.opencl.llb | Low level java bindings to OpenCL. |
| com.jogamp.opencl.llb.impl | |
| Uses of BuildProgramCallback in com.jogamp.opencl.llb |
|---|
| Methods in com.jogamp.opencl.llb with parameters of type BuildProgramCallback | |
|---|---|
int |
CLProgramBinding.clBuildProgram(long program,
int deviceCount,
PointerBuffer devices,
String options,
BuildProgramCallback cb)
Interface to C language function: int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void (*pfn_notify)(cl_program, void *user_data), void * ); |
| Uses of BuildProgramCallback in com.jogamp.opencl.llb.impl |
|---|
| Methods in com.jogamp.opencl.llb.impl with parameters of type BuildProgramCallback | |
|---|---|
int |
CLImpl.clBuildProgram(long program,
int deviceCount,
PointerBuffer deviceList,
String options,
BuildProgramCallback cb)
Interface to C language function: int32_t clBuildProgram(cl_program, uint32_t, cl_device_id * , const char * , void * ); |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||