Searched refs:bindSampler (Results 1 – 4 of 4) sorted by relevance
382 for (const auto& bindSampler : m_bindSampler) { in postLoadRestoreCtx() local383 dispatcher.glBindSampler(bindSampler.first, in postLoadRestoreCtx()385 bindSampler.second)); in postLoadRestoreCtx()
399 bool bindSampler(GLuint unit, GLuint sampler);
1375 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in gfxstream::guest::GLClientState
5327 ctx->m_state->bindSampler(unit, sampler); in s_glBindSampler()