Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.llb |
Low level java bindings to OpenCL.
|
com.jogamp.opencl.llb.impl |
Modifier and Type | Method and Description |
---|---|
CLImageFormatImpl |
CLImageFormat.getFormatImpl()
Returns the struct accessor for the cl_image_format struct.
|
Modifier and Type | Method and Description |
---|---|
long |
CLImageBinding.clCreateImage2D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_row_pitch,
Buffer host_ptr,
int[] errcode_ret,
int errcode_ret_offset)
Interface to C language function:
cl_mem clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLImageBinding.clCreateImage2D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_row_pitch,
Buffer host_ptr,
IntBuffer errcode_ret)
Interface to C language function:
cl_mem clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLImageBinding.clCreateImage3D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_depth,
long image_row_pitch,
long image_slice_pitch,
Buffer host_ptr,
int[] errcode_ret,
int errcode_ret_offset)
Interface to C language function:
cl_mem clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLImageBinding.clCreateImage3D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_depth,
long image_row_pitch,
long image_slice_pitch,
Buffer host_ptr,
IntBuffer errcode_ret)
Interface to C language function:
cl_mem clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret); |
int |
CLContextBinding.clGetSupportedImageFormats(long context,
long flags,
int image_type,
int num_entries,
CLImageFormatImpl image_formats,
int[] num_image_formats,
int num_image_formats_offset)
Interface to C language function:
cl_int clGetSupportedImageFormats(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats); |
int |
CLContextBinding.clGetSupportedImageFormats(long context,
long flags,
int image_type,
int num_entries,
CLImageFormatImpl image_formats,
IntBuffer num_image_formats)
Interface to C language function:
cl_int clGetSupportedImageFormats(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats); |
Modifier and Type | Method and Description |
---|---|
static CLImageFormatImpl |
CLImageFormatImpl.create() |
static CLImageFormatImpl |
CLImageFormatImpl.create(ByteBuffer buf) |
CLImageFormatImpl |
CLImageFormatImpl.setImageChannelDataType(int val) |
CLImageFormatImpl |
CLImageFormatImpl.setImageChannelOrder(int val) |
Modifier and Type | Method and Description |
---|---|
long |
CLAbstractImpl.clCreateImage2D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_row_pitch,
Buffer host_ptr,
int[] errcode_ret,
int errcode_ret_offset)
Entry point (through function pointer) to C language function:
cl_mem clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLAbstractImpl.clCreateImage2D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_row_pitch,
Buffer host_ptr,
IntBuffer errcode_ret)
Entry point (through function pointer) to C language function:
cl_mem clCreateImage2D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_row_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLAbstractImpl.clCreateImage3D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_depth,
long image_row_pitch,
long image_slice_pitch,
Buffer host_ptr,
int[] errcode_ret,
int errcode_ret_offset)
Entry point (through function pointer) to C language function:
cl_mem clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret); |
long |
CLAbstractImpl.clCreateImage3D(long context,
long flags,
CLImageFormatImpl image_format,
long image_width,
long image_height,
long image_depth,
long image_row_pitch,
long image_slice_pitch,
Buffer host_ptr,
IntBuffer errcode_ret)
Entry point (through function pointer) to C language function:
cl_mem clCreateImage3D(cl_context context, cl_mem_flags flags, const cl_image_format * image_format, size_t image_width, size_t image_height, size_t image_depth, size_t image_row_pitch, size_t image_slice_pitch, void * host_ptr, cl_int * errcode_ret); |
int |
CLAbstractImpl.clGetSupportedImageFormats(long context,
long flags,
int image_type,
int num_entries,
CLImageFormatImpl image_formats,
int[] num_image_formats,
int num_image_formats_offset)
Entry point (through function pointer) to C language function:
cl_int clGetSupportedImageFormats(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats); |
int |
CLAbstractImpl.clGetSupportedImageFormats(long context,
long flags,
int image_type,
int num_entries,
CLImageFormatImpl image_formats,
IntBuffer num_image_formats)
Entry point (through function pointer) to C language function:
cl_int clGetSupportedImageFormats(cl_context context, cl_mem_flags flags, cl_mem_object_type image_type, cl_uint num_entries, cl_image_format * image_formats, cl_uint * num_image_formats); |