| Package | Description |
|---|---|
| org.bytedeco.opencl.global |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static int |
OpenCL.clGetSamplerInfo(_cl_sampler sampler,
int param_name,
long param_value_size,
Pointer param_value,
SizeTPointer param_value_size_ret) |
static int |
OpenCL.clReleaseSampler(_cl_sampler sampler) |
static int |
OpenCL.clRetainSampler(_cl_sampler sampler) |
Copyright © 2021. All rights reserved.