Uses of Class
org.jocl.cl_image_format

Uses of cl_image_format in org.jocl
 

Methods in org.jocl with parameters of type cl_image_format
static cl_mem CL.clCreateImage2D(cl_context context, long flags, cl_image_format[] image_format, long image_width, long image_height, long image_row_pitch, Pointer host_ptr, int[] errcode_ret)
          Used to crate an image (1D, or 2D) object.
static cl_mem CL.clCreateImage3D(cl_context context, long flags, cl_image_format[] image_format, long image_width, long image_height, long image_depth, long image_row_pitch, long image_slice_pitch, Pointer host_ptr, int[] errcode_ret)
          Used to create a 3D image object .
static int CL.clGetSupportedImageFormats(cl_context context, long flags, int image_type, int num_entries, cl_image_format[] image_formats, int[] num_image_formats)
          Get the list of image formats supported by an OpenCL implementation.