Searched defs:bindSampler (Results 1 – 5 of 5) sorted by relevance
378 for (const auto& bindSampler : m_bindSampler) { in postLoadRestoreCtx() local
443 void StateManagerGL::bindSampler(size_t unit, GLuint sampler) in bindSampler() function in rx::StateManagerGL
379 PFNGLBINDSAMPLERPROC bindSampler = nullptr; variable
1400 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in GLClientState
1094 void Context::bindSampler(GLuint textureUnit, SamplerID samplerHandle) in bindSampler() function in gl::Context