Searched refs:isVertexArrayObject (Results 1 – 3 of 3) sorted by relevance
272 bool isVertexArrayObject(GLuint vao) const;
311 bool GLClientState::isVertexArrayObject(GLuint vao) const { in isVertexArrayObject() function in gfxstream::guest::GLClientState
3343 SET_ERROR_IF(!state->isVertexArrayObject(array), GL_INVALID_OPERATION); in s_glBindVertexArray()