Searched refs:removeVertexArrayObjects (Results 1 – 6 of 6) sorted by relevance
267 void removeVertexArrayObjects(GLsizei n, const GLuint* arrays);
266 void removeVertexArrayObjects(GLsizei n, const GLuint* arrays);
239 void GLClientState::removeVertexArrayObjects(GLsizei n, const GLuint* arrays) { in removeVertexArrayObjects() function in GLClientState
311 void GLEScontext::removeVertexArrayObjects(GLsizei n, const GLuint* arrays) { in removeVertexArrayObjects() function in GLEScontext
4421 ctx->removeVertexArrayObjects(n, arrays); in glDeleteVertexArraysOES()
3321 state->removeVertexArrayObjects(n, arrays); in s_glDeleteVertexArrays()