Searched refs:deleteVertexArray (Results 1 - 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cKHRDebugTests.hpp220 static glw::GLvoid deleteVertexArray(const glw::Functions* gl, glw::GLuint id);
H A Dgl4cKHRDebugTests.cpp716 { GL_VERTEX_ARRAY, createVertexArray, deleteVertexArray, "VertexArray" },
1268 GLvoid LabelsTest::deleteVertexArray(const Functions* gl, GLuint id) function in class:gl4cts::KHRDebug::LabelsTest
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h576 void deleteVertexArray(GLuint array);
H A DContext.cpp209 deleteVertexArray(mVertexArrayNameSpace.lastName());
1043 void Context::deleteVertexArray(GLuint vertexArray) function in class:es2::Context
H A DlibGLESv3.cpp1487 context->deleteVertexArray(arrays[i]);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp779 void deleteVertexArray (rc::VertexArray* vertexArray);
H A DsglrReferenceContext.cpp453 deleteVertexArray(*i);
3596 deleteVertexArray(vertexArray);
3958 void ReferenceContext::deleteVertexArray (rc::VertexArray* vertexArray)

Completed in 599 milliseconds