Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h298 bool tryBind(GLenum target, GLuint id);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp546 bool GLClientState::tryBind(GLenum target, GLuint id) { in tryBind() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6216 SET_ERROR_IF(!ctx->m_state->tryBind(target, id), GL_INVALID_OPERATION); in s_glBindTransformFeedback()
6239 SET_ERROR_IF(!ctx->m_state->tryBind(target, query), GL_INVALID_OPERATION); in s_glBeginQuery()
6248 SET_ERROR_IF(!ctx->m_state->tryBind(target, 0), GL_INVALID_OPERATION); in s_glEndQuery()