Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h291 bool isQueryObjectActive(GLuint id);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp641 bool GLClientState::isQueryObjectActive(GLuint id) { in isQueryObjectActive() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6865 SET_ERROR_IF(ctx->m_state->isQueryObjectActive(query), GL_INVALID_OPERATION); in s_glGetQueryObjectuiv()