Searched refs:createVertexArray (Results 1 – 5 of 5) sorted by relevance
208 static glw::GLuint createVertexArray(const glw::Functions* gl, const glu::RenderContext* rc);
695 { 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
575 GLuint createVertexArray();
1507 arrays[i] = context->createVertexArray(); in GenVertexArrays()
953 GLuint Context::createVertexArray() in createVertexArray() function in es2::Context