Searched refs:addVertexArrayObjects (Results 1 – 6 of 6) sorted by relevance
245 void addVertexArrayObjects(GLsizei n, GLuint* arrays);
265 void addVertexArrayObjects(GLsizei n, GLuint* arrays);
232 void GLClientState::addVertexArrayObjects(GLsizei n, GLuint* arrays) { in addVertexArrayObjects() function in GLClientState
298 void GLEScontext::addVertexArrayObjects(GLsizei n, GLuint* arrays) { in addVertexArrayObjects() function in GLEScontext
4348 ctx->addVertexArrayObjects(n, arrays); in glGenVertexArraysOES()
3125 state->addVertexArrayObjects(n, arrays); in s_glGenVertexArrays()