Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h300 bool isQueryBound(GLenum target);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp629 bool GLClientState::isQueryBound(GLenum target) { in isQueryBound() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6226 SET_ERROR_IF(ctx->m_state->isQueryBound(target), GL_INVALID_OPERATION); in s_glBeginQuery()
6228 …SET_ERROR_IF(ctx->m_state->isQueryBound(GL_ANY_SAMPLES_PASSED_CONSERVATIVE), GL_INVALID_OPERATION); in s_glBeginQuery()
6229 SET_ERROR_IF(ctx->m_state->isQueryBound(GL_ANY_SAMPLES_PASSED), GL_INVALID_OPERATION); in s_glBeginQuery()