Searched refs:removeVertexArrayObjects (Results 1 – 6 of 6) sorted by relevance
273 void removeVertexArrayObjects(GLsizei n, const GLuint* arrays);
268 void removeVertexArrayObjects(GLsizei n, const GLuint* arrays);
237 void GLClientState::removeVertexArrayObjects(GLsizei n, const GLuint* arrays) { in removeVertexArrayObjects() function in gfxstream::guest::GLClientState
310 void GLEScontext::removeVertexArrayObjects(GLsizei n, const GLuint* arrays) { in removeVertexArrayObjects() function in GLEScontext
4421 ctx->removeVertexArrayObjects(n, arrays); in glDeleteVertexArraysOES()
3336 state->removeVertexArrayObjects(n, arrays); in s_glDeleteVertexArrays()