Home
last modified time | relevance | path

Searched refs:createVertexArray (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.hpp208 static glw::GLuint createVertexArray(const glw::Functions* gl, const glu::RenderContext* rc);
DglcKHRDebugTests.cpp695 { GL_VERTEX_ARRAY, createVertexArray, deleteVertexArray, "VertexArray" }, in iterate()
1112 GLuint LabelsTest::createVertexArray(const Functions* gl, const glu::RenderContext* rc) in createVertexArray() function in glcts::KHRDebug::LabelsTest
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h575 GLuint createVertexArray();
DlibGLESv3.cpp1507 arrays[i] = context->createVertexArray(); in GenVertexArrays()
DContext.cpp953 GLuint Context::createVertexArray() in createVertexArray() function in es2::Context