Uses of Class
org.jocl.cl_sampler
-
-
Uses of cl_sampler in org.jocl
Methods in org.jocl that return cl_sampler Modifier and Type Method Description static cl_samplerCL. clCreateSampler(cl_context context, boolean normalized_coords, int addressing_mode, int filter_mode, int[] errcode_ret)Deprecated.As of OpenCL 2.0.private static cl_samplerCL. clCreateSamplerNative(cl_context context, boolean normalized_coords, int addressing_mode, int filter_mode, int[] errcode_ret)static cl_samplerCL. clCreateSamplerWithProperties(cl_context context, cl_sampler_properties properties, int[] errcode_ret)Creates a sampler object.private static cl_samplerCL. clCreateSamplerWithPropertiesNative(cl_context context, cl_sampler_properties properties, int[] errcode_ret)Methods in org.jocl with parameters of type cl_sampler Modifier and Type Method Description static intCL. 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.private static intCL. clGetSamplerInfoNative(cl_sampler sampler, int param_name, long param_value_size, Pointer param_value, long[] param_value_size_ret)static intCL. clReleaseSampler(cl_sampler sampler)Decrements the sampler reference count.private static intCL. clReleaseSamplerNative(cl_sampler sampler)static intCL. clRetainSampler(cl_sampler sampler)Increments the sampler reference count.private static intCL. clRetainSamplerNative(cl_sampler sampler)
-