Home
last modified time | relevance | path

Searched refs:isSamplerBindNoOp (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h400 bool isSamplerBindNoOp(GLuint unit, GLuint sampler);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp1385 bool GLClientState::isSamplerBindNoOp(GLuint unit, GLuint sampler) { in isSamplerBindNoOp() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5325 if (ctx->m_state->isSamplerBindNoOp(unit, sampler)) return; in s_glBindSampler()