Home
last modified time | relevance | path

Searched refs:createVertexArrays (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp125 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/
DContext_gl_4_autogen.h207 void createVertexArrays(GLsizei n, VertexArrayID *arraysPacked); \
DContext_gl.cpp3061 void Context::createVertexArrays(GLsizei n, VertexArrayID *arrays) in createVertexArrays() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl139 glCreateVertexArraysFunc createVertexArrays; variable
DglwInitGL45.inl107 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
DglwInitGL46.inl107 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
DglwInitExtGL.inl632 gl->createVertexArrays = (glCreateVertexArraysFunc) loader->get("glCreateVertexArrays");
DglwImpl.inl1076 gl->createVertexArrays(n, arrays);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp144 ASSIGN("glCreateVertexArrays", createVertexArrays); in initProcsDesktopGL()
1835 ASSIGN("glCreateVertexArrays", createVertexArrays); in initProcsDesktopGL()
2933 createVertexArrays = &glCreateVertexArraysNULL; in initProcsDesktopGLNULL()
4622 createVertexArrays = &glCreateVertexArraysNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h643 PFNGLCREATEVERTEXARRAYSPROC createVertexArrays = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl139 gl->createVertexArrays = glCreateVertexArrays;
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1118 gl->createVertexArrays(1, &id); in createVertexArray()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp6545 context->createVertexArrays(n, arraysPacked); in GL_CreateVertexArrays()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl963 m_gl.createVertexArrays(n, arrays);