Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h317 bool isNonIndexedBindNoOp(GLenum target, GLuint buffer);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp857 bool GLClientState::isNonIndexedBindNoOp(GLenum target, GLuint buffer) { in isNonIndexedBindNoOp() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp667 bool nop = ctx->m_state->isNonIndexedBindNoOp(target, id); in s_glBindBuffer()