|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of cl_sampler in org.jocl |
---|
Methods in org.jocl that return cl_sampler | |
---|---|
static cl_sampler |
CL.clCreateSampler(cl_context context,
boolean normalized_coords,
int addressing_mode,
int filter_mode,
int[] errcode_ret)
Creates a sampler object. |
Methods in org.jocl with parameters of type cl_sampler | |
---|---|
static int |
CL.clGetSamplerInfo(cl_sampler sampler,
int param_name,
long param_value_size,
Pointer param_value,
long[] param_value_size_ret)
Returns information about the sampler object. |
static int |
CL.clReleaseSampler(cl_sampler sampler)
Decrements the sampler reference count. |
static int |
CL.clRetainSampler(cl_sampler sampler)
Increments the sampler reference count. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |