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