Searched refs:addVertexArrayObjects (Results 1 – 6 of 6) sorted by relevance
266 void addVertexArrayObjects(GLsizei n, GLuint* arrays);
265 void addVertexArrayObjects(GLsizei n, GLuint* arrays);
233 void GLClientState::addVertexArrayObjects(GLsizei n, GLuint* arrays) { in addVertexArrayObjects() function in GLClientState
305 void GLEScontext::addVertexArrayObjects(GLsizei n, GLuint* arrays) { in addVertexArrayObjects() function in GLEScontext
4402 ctx->addVertexArrayObjects(n, arrays); in glGenVertexArraysOES()
3309 state->addVertexArrayObjects(n, arrays); in s_glGenVertexArrays()