Uses of Class
org.jocl.cl_platform_id

Uses of cl_platform_id in org.jocl
 

Methods in org.jocl with parameters of type cl_platform_id
 void cl_context_properties.addProperty(long id, cl_platform_id value)
          Add the specified property to these properties
static int CL.clGetDeviceIDs(cl_platform_id platform, long device_type, int num_entries, cl_device_id[] devices, int[] num_devices)
          Obtain the list of devices available on a platform.
static int CL.clGetPlatformIDs(int num_entries, cl_platform_id[] platforms, int[] num_platforms)
          Obtain the list of platforms available.
static int CL.clGetPlatformInfo(cl_platform_id platform, int param_name, long param_value_size, Pointer param_value, long[] param_value_size_ret)
          Get specific information about the OpenCL platform.