Searched refs:queryExistence (Results 1 – 3 of 3) sorted by relevance
524 bool GLClientState::queryExistence(ObjectType type, GLuint id) const { in queryExistence() function in gfxstream::guest::GLClientState574 if (!queryExistence(ObjectType::TransformFeedback, id)) return false; in tryBind()579 if (!queryExistence(ObjectType::Query, id)) { in tryBind()
296 bool queryExistence(ObjectType type, GLuint id) const;
6759 …SET_ERROR_IF(!state->queryExistence(GLClientState::ObjectType::Query, query), GL_INVALID_OPERATION… in s_glGetQueryObjectuiv()