Home
last modified time | relevance | path

Searched defs:bindSampler (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp535 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL
DDispatchTableGL_autogen.h379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl27 glBindSamplerFunc bindSampler; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp265 void bindSampler(int unitIdx, GrSamplerState state) { in bindSampler() function in GrGLGpu::SamplerObjectCache
/external/angle/src/libANGLE/
DContext.cpp1523 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context