Searched refs:createVertexArrays (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 125 gl.createVertexArrays(vertex_arrays_count, vertex_arrays_dsa); in iterate() 4014 gl.createVertexArrays(1, &m_vao); in PrepareVAO() 4149 gl.createVertexArrays(-1, &negative_vao); in iterate() 4256 gl.createVertexArrays(1, &vao); in iterate() 4404 gl.createVertexArrays(1, &vao); in iterate() 4547 gl.createVertexArrays(1, &vao); in iterate() 4787 gl.createVertexArrays(1, &vao); in iterate() 5066 gl.createVertexArrays(1, &vao); in iterate() 5212 gl.createVertexArrays(1, &vao); in iterate() 5345 gl.createVertexArrays(1, &vao); in iterate() [all …]
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 207 void createVertexArrays(GLsizei n, VertexArrayID *arraysPacked); \
|
D | Context_gl.cpp | 3061 void Context::createVertexArrays(GLsizei n, VertexArrayID *arrays) in createVertexArrays() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 139 glCreateVertexArraysFunc createVertexArrays; variable
|
D | glwInitGL45.inl | 107 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
|
D | glwInitGL46.inl | 107 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
|
D | glwInitExtGL.inl | 632 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
|
D | glwImpl.inl | 1076 gl->createVertexArrays(n, arrays);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 144 ASSIGN("glCreateVertexArrays", createVertexArrays); in initProcsDesktopGL() 1835 ASSIGN("glCreateVertexArrays", createVertexArrays); in initProcsDesktopGL() 2933 createVertexArrays = &glCreateVertexArraysNULL; in initProcsDesktopGLNULL() 4622 createVertexArrays = &glCreateVertexArraysNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 643 PFNGLCREATEVERTEXARRAYSPROC createVertexArrays = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 139 gl->createVertexArrays = glCreateVertexArrays;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1118 gl->createVertexArrays(1, &id); in createVertexArray()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6545 context->createVertexArrays(n, arraysPacked); in GL_CreateVertexArrays()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 963 m_gl.createVertexArrays(n, arrays);
|