Home | History | Annotate | Download | only in GLES3

Lines Matching refs:arrays

1026 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSPROC) (GLsizei n, const GLuint *arrays);
1027 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSPROC) (GLsizei n, GLuint *arrays);
1131 GL_APICALL void GL_APIENTRY glDeleteVertexArrays (GLsizei n, const GLuint *arrays);
1132 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);