Home
last modified time | relevance | path

Searched refs:createSamplerWithProperties (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DCLContext.h73 cl_sampler createSamplerWithProperties(const cl_sampler_properties *properties,
DCLContext.cpp187 cl_sampler Context::createSamplerWithProperties(const cl_sampler_properties *properties, in createSamplerWithProperties() function in cl::Context
/external/angle/src/libGLESv2/
Dcl_stubs.cpp368 return context->cast<Context>().createSamplerWithProperties(sampler_properties, errorCode); in CreateSamplerWithProperties()