Searched refs:isQueryObjectActive (Results 1 – 3 of 3) sorted by relevance
291 bool isQueryObjectActive(GLuint id);
641 bool GLClientState::isQueryObjectActive(GLuint id) { in isQueryObjectActive() function in gfxstream::guest::GLClientState
6865 SET_ERROR_IF(ctx->m_state->isQueryObjectActive(query), GL_INVALID_OPERATION); in s_glGetQueryObjectuiv()