Home
last modified time | relevance | path

Searched refs:bindSampler (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp382 for (const auto& bindSampler : m_bindSampler) { in postLoadRestoreCtx() local
383 dispatcher.glBindSampler(bindSampler.first, in postLoadRestoreCtx()
385 bindSampler.second)); in postLoadRestoreCtx()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h399 bool bindSampler(GLuint unit, GLuint sampler);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1375 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5327 ctx->m_state->bindSampler(unit, sampler); in s_glBindSampler()