| Package | Description |
|---|---|
| org.bytedeco.opencl | |
| org.bytedeco.opencl.global |
| Modifier and Type | Method and Description |
|---|---|
void |
Pfn_notify__cl_context_Pointer.call(_cl_context context,
Pointer user_data) |
| Modifier and Type | Method and Description |
|---|---|
static _cl_mem |
OpenCL.clCreateBuffer(_cl_context context,
int flags,
long size,
Pointer host_ptr,
int[] errcode_ret) |
static _cl_mem |
OpenCL.clCreateBuffer(_cl_context context,
int flags,
long size,
Pointer host_ptr,
IntBuffer errcode_ret) |
static _cl_mem |
OpenCL.clCreateBuffer(_cl_context context,
int flags,
long size,
Pointer host_ptr,
IntPointer errcode_ret) |
static _cl_mem |
OpenCL.clCreateBufferWithProperties(_cl_context context,
int[] properties,
int flags,
long size,
Pointer host_ptr,
int[] errcode_ret) |
static _cl_mem |
OpenCL.clCreateBufferWithProperties(_cl_context context,
IntBuffer properties,
int flags,
long size,
Pointer host_ptr,
IntBuffer errcode_ret) |
static _cl_mem |
OpenCL.clCreateBufferWithProperties(_cl_context context,
IntPointer properties,
int flags,
long size,
Pointer host_ptr,
IntPointer errcode_ret) |
static _cl_command_queue |
OpenCL.clCreateCommandQueue(_cl_context context,
_cl_device_id device,
int properties,
int[] errcode_ret)
Deprecated.
|
static _cl_command_queue |
OpenCL.clCreateCommandQueue(_cl_context context,
_cl_device_id device,
int properties,
IntBuffer errcode_ret)
Deprecated.
|
static _cl_command_queue |
OpenCL.clCreateCommandQueue(_cl_context context,
_cl_device_id device,
int properties,
IntPointer errcode_ret)
Deprecated.
|
static _cl_command_queue |
OpenCL.clCreateCommandQueueWithProperties(_cl_context context,
_cl_device_id device,
int[] properties,
int[] errcode_ret) |
static _cl_command_queue |
OpenCL.clCreateCommandQueueWithProperties(_cl_context context,
_cl_device_id device,
IntBuffer properties,
IntBuffer errcode_ret) |
static _cl_command_queue |
OpenCL.clCreateCommandQueueWithProperties(_cl_context context,
_cl_device_id device,
IntPointer properties,
IntPointer 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,
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 _cl_mem |
OpenCL.clCreatePipe(_cl_context context,
int flags,
int pipe_packet_size,
int pipe_max_packets,
SizeTPointer properties,
int[] errcode_ret) |
static _cl_mem |
OpenCL.clCreatePipe(_cl_context context,
int flags,
int pipe_packet_size,
int pipe_max_packets,
SizeTPointer properties,
IntBuffer errcode_ret) |
static _cl_mem |
OpenCL.clCreatePipe(_cl_context context,
int flags,
int pipe_packet_size,
int pipe_max_packets,
SizeTPointer properties,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
byte[] binaries,
int[] binary_status,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
ByteBuffer binaries,
IntBuffer binary_status,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
_cl_device_id device_list,
SizeTPointer lengths,
BytePointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
byte[] binaries,
int[] binary_status,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
ByteBuffer binaries,
IntBuffer binary_status,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
BytePointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBinary(_cl_context context,
int num_devices,
PointerPointer device_list,
SizeTPointer lengths,
PointerPointer binaries,
IntPointer binary_status,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
_cl_device_id device_list,
String kernel_names,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithBuiltInKernels(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer kernel_names,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithIL(_cl_context context,
Pointer il,
long length,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
byte[] strings,
SizeTPointer lengths,
int[] errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
ByteBuffer strings,
SizeTPointer lengths,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
BytePointer strings,
SizeTPointer lengths,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clCreateProgramWithSource(_cl_context context,
int count,
PointerPointer strings,
SizeTPointer lengths,
IntPointer errcode_ret) |
static _cl_sampler |
OpenCL.clCreateSampler(_cl_context context,
int normalized_coords,
int addressing_mode,
int filter_mode,
int[] errcode_ret)
Deprecated.
|
static _cl_sampler |
OpenCL.clCreateSampler(_cl_context context,
int normalized_coords,
int addressing_mode,
int filter_mode,
IntBuffer errcode_ret)
Deprecated.
|
static _cl_sampler |
OpenCL.clCreateSampler(_cl_context context,
int normalized_coords,
int addressing_mode,
int filter_mode,
IntPointer errcode_ret)
Deprecated.
|
static _cl_sampler |
OpenCL.clCreateSamplerWithProperties(_cl_context context,
int[] sampler_properties,
int[] errcode_ret) |
static _cl_sampler |
OpenCL.clCreateSamplerWithProperties(_cl_context context,
IntBuffer sampler_properties,
IntBuffer errcode_ret) |
static _cl_sampler |
OpenCL.clCreateSamplerWithProperties(_cl_context context,
IntPointer sampler_properties,
IntPointer errcode_ret) |
static _cl_event |
OpenCL.clCreateUserEvent(_cl_context context,
int[] errcode_ret) |
static _cl_event |
OpenCL.clCreateUserEvent(_cl_context context,
IntBuffer errcode_ret) |
static _cl_event |
OpenCL.clCreateUserEvent(_cl_context context,
IntPointer errcode_ret) |
static int |
OpenCL.clGetContextInfo(_cl_context context,
int param_name,
long param_value_size,
Pointer param_value,
SizeTPointer param_value_size_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) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
int[] errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
_cl_device_id device_list,
String options,
int num_input_programs,
_cl_program input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntPointer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
int[] errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntBuffer errcode_ret) |
static _cl_program |
OpenCL.clLinkProgram(_cl_context context,
int num_devices,
PointerPointer device_list,
BytePointer options,
int num_input_programs,
PointerPointer input_programs,
Pfn_notify__cl_program_Pointer pfn_notify,
Pointer user_data,
IntPointer errcode_ret) |
static int |
OpenCL.clReleaseContext(_cl_context context) |
static int |
OpenCL.clRetainContext(_cl_context context) |
static int |
OpenCL.clSetContextDestructorCallback(_cl_context context,
Pfn_notify__cl_context_Pointer pfn_notify,
Pointer user_data) |
static int |
OpenCL.clSetDefaultDeviceCommandQueue(_cl_context context,
_cl_device_id device,
_cl_command_queue command_queue) |
static Pointer |
OpenCL.clSVMAlloc(_cl_context context,
int flags,
long size,
int alignment) |
static void |
OpenCL.clSVMFree(_cl_context context,
Pointer svm_pointer) |
Copyright © 2021. All rights reserved.