Uses of Interface
com.jogamp.opencl.impl.BuildProgramCallback

Packages that use BuildProgramCallback
com.jogamp.opencl   
com.jogamp.opencl.impl   
 

Uses of BuildProgramCallback in com.jogamp.opencl
 

Methods in com.jogamp.opencl with parameters of type BuildProgramCallback
 int CL.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.impl
 

Methods in com.jogamp.opencl.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 * );