Searched refs:glCreateVertexArrays (Results 1 – 16 of 16) sorted by relevance
993 glCreateVertexArrays
5644 void GL_APIENTRY glCreateVertexArrays(GLsizei n, GLuint *arrays) in glCreateVertexArrays() function
139 gl->createVertexArrays = glCreateVertexArrays;
1329 GLW_APICALL void GLW_APIENTRY glCreateVertexArrays (GLsizei n, GLuint *arrays) function
107 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
632 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
139 #define glCreateVertexArrays glwCreateVertexArrays macro
139 void glCreateVertexArrays (glw::GLsizei n, glw::GLuint *arrays);
959 void CallLogWrapper::glCreateVertexArrays (glw::GLsizei n, glw::GLuint *arrays) function in CallLogWrapper962 …m_log << TestLog::Message << "glCreateVertexArrays(" << n << ", " << toHex(reinterpret_cast<deUint…
2825 GLAPI void APIENTRY glCreateVertexArrays (GLsizei n, GLuint *arrays);
2786 GLAPI void APIENTRY glCreateVertexArrays (GLsizei n, GLuint *arrays);
2862 GLAPI void APIENTRY glCreateVertexArrays (GLsizei n, GLuint *arrays);
2822 GLAPI void APIENTRY glCreateVertexArrays (GLsizei n, GLuint *arrays);
10438 …r = ((glCreateVertexArrays = (PFNGLCREATEVERTEXARRAYSPROC)glewGetProcAddress((const GLubyte*)"glCr… in _glewInit_GL_ARB_direct_state_access()
4460 #define glCreateVertexArrays GLEW_GET_FUN(__glewCreateVertexArrays) macro