Searched defs:bindSampler (Results 1 – 6 of 6) sorted by relevance
535 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL
379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
1375 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in gfxstream::guest::GLClientState
27 glBindSamplerFunc bindSampler; variable
291 void bindSampler(int unitIdx, GrSamplerState state) { in bindSampler() function in GrGLGpu::SamplerObjectCache
1497 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context