Searched refs:createSamplerWithProperties (Results 1 – 3 of 3) sorted by relevance
73 cl_sampler createSamplerWithProperties(const cl_sampler_properties *properties,
187 cl_sampler Context::createSamplerWithProperties(const cl_sampler_properties *properties, in createSamplerWithProperties() function in cl::Context
368 return context->cast<Context>().createSamplerWithProperties(sampler_properties, errorCode); in CreateSamplerWithProperties()