Searched refs:isBoundTargetValid (Results 1 – 3 of 3) sorted by relevance
299 bool isBoundTargetValid(GLenum target);
613 bool GLClientState::isBoundTargetValid(GLenum target) { in isBoundTargetValid() function in gfxstream::guest::GLClientState
6247 SET_ERROR_IF(!ctx->m_state->isBoundTargetValid(target), GL_INVALID_OPERATION); in s_glEndQuery()