| Package | Description |
|---|---|
| org.bytedeco.opencl | |
| org.bytedeco.opencl.global |
| Modifier and Type | Method and Description |
|---|---|
cl_image_format |
cl_image_format.getPointer(long i) |
cl_image_format |
cl_image_format.image_channel_data_type(int setter) |
cl_image_format |
cl_image_format.image_channel_order(int setter) |
cl_image_format |
cl_image_format.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static _cl_mem |
OpenCL.clCreateImage(_cl_context context,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
int[] errcode_ret) |
static _cl_mem |
OpenCL.clCreateImage(_cl_context context,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
IntBuffer errcode_ret) |
static _cl_mem |
OpenCL.clCreateImage(_cl_context context,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
IntPointer errcode_ret) |
static _cl_mem |
OpenCL.clCreateImage2D(_cl_context context,
int flags,
cl_image_format image_format,
long image_width,
long image_height,
long image_row_pitch,
Pointer host_ptr,
int[] errcode_ret)
Deprecated.
|
static _cl_mem |
OpenCL.clCreateImage2D(_cl_context context,
int flags,
cl_image_format image_format,
long image_width,
long image_height,
long image_row_pitch,
Pointer host_ptr,
IntBuffer errcode_ret)
Deprecated.
|
static _cl_mem |
OpenCL.clCreateImage2D(_cl_context context,
int flags,
cl_image_format image_format,
long image_width,
long image_height,
long image_row_pitch,
Pointer host_ptr,
IntPointer errcode_ret)
Deprecated.
|
static _cl_mem |
OpenCL.clCreateImage3D(_cl_context context,
int 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.
|
static _cl_mem |
OpenCL.clCreateImage3D(_cl_context context,
int 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,
IntBuffer errcode_ret)
Deprecated.
|
static _cl_mem |
OpenCL.clCreateImage3D(_cl_context context,
int 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,
IntPointer errcode_ret)
Deprecated.
|
static _cl_mem |
OpenCL.clCreateImageWithProperties(_cl_context context,
int[] properties,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
int[] errcode_ret) |
static _cl_mem |
OpenCL.clCreateImageWithProperties(_cl_context context,
IntBuffer properties,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
IntBuffer errcode_ret) |
static _cl_mem |
OpenCL.clCreateImageWithProperties(_cl_context context,
IntPointer properties,
int flags,
cl_image_format image_format,
cl_image_desc image_desc,
Pointer host_ptr,
IntPointer errcode_ret) |
static int |
OpenCL.clGetSupportedImageFormats(_cl_context context,
int flags,
int image_type,
int num_entries,
cl_image_format image_formats,
int[] num_image_formats) |
static int |
OpenCL.clGetSupportedImageFormats(_cl_context context,
int flags,
int image_type,
int num_entries,
cl_image_format image_formats,
IntBuffer num_image_formats) |
static int |
OpenCL.clGetSupportedImageFormats(_cl_context context,
int flags,
int image_type,
int num_entries,
cl_image_format image_formats,
IntPointer num_image_formats) |
Copyright © 2021. All rights reserved.