Searched refs:isQueryBound (Results 1 – 3 of 3) sorted by relevance
300 bool isQueryBound(GLenum target);
629 bool GLClientState::isQueryBound(GLenum target) { in isQueryBound() function in gfxstream::guest::GLClientState
6226 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()