Home
last modified time | relevance | path

Searched defs:bindSampler (Results 1 – 6 of 6) 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/mesa3d/src/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1375 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in gfxstream::guest::GLClientState
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl27 glBindSamplerFunc bindSampler; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp291 void bindSampler(int unitIdx, GrSamplerState state) { in bindSampler() function in GrGLGpu::SamplerObjectCache
/external/angle/src/libANGLE/
DContext.cpp1497 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context