Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp524 bool GLClientState::queryExistence(ObjectType type, GLuint id) const { in queryExistence() function in gfxstream::guest::GLClientState
574 if (!queryExistence(ObjectType::TransformFeedback, id)) return false; in tryBind()
579 if (!queryExistence(ObjectType::Query, id)) { in tryBind()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h296 bool queryExistence(ObjectType type, GLuint id) const;
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6759 …SET_ERROR_IF(!state->queryExistence(GLClientState::ObjectType::Query, query), GL_INVALID_OPERATION… in s_glGetQueryObjectuiv()