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_formatModifier and TypeMethodDescriptionstatic cl_mem
CL.clCreateImage
(cl_context context, long flags, cl_image_format image_format, cl_image_desc image_desc, Pointer host_ptr, int[] errcode_ret) Creates a 1D image, 1D image buffer, 1D image array, 2D image, 2D image array or 3D image object.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) Deprecated.private static cl_mem
CL.clCreateImage2DNative
(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) 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) Deprecated.As of OpenCL 1.2 and replaced byCL.clCreateImage(cl_context, long, cl_image_format, cl_image_desc, Pointer, int[])
private static cl_mem
CL.clCreateImage3DNative
(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) private static cl_mem
CL.clCreateImageNative
(cl_context context, long flags, cl_image_format image_format, cl_image_desc image_desc, Pointer host_ptr, int[] errcode_ret) 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.private static int
CL.clGetSupportedImageFormatsNative
(cl_context context, long flags, int image_type, int num_entries, cl_image_format[] image_formats, int[] num_image_formats)
CL.clCreateImage(cl_context, long, cl_image_format, cl_image_desc, Pointer, int[])