Home
last modified time | relevance | path

Searched defs:deleteVertexArrays (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp762 GrGLvoid deleteVertexArrays(GrGLsizei n, const GrGLuint* ids) override { in deleteVertexArrays() function in __anond7a7974a0111::DebugInterface
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp649 void GLContext::deleteVertexArrays (int numArrays, const deUint32* vertexArrays) in deleteVertexArrays() function in sglr::GLContext
DsglrReferenceContext.cpp3588 void ReferenceContext::deleteVertexArrays (int numArrays, const deUint32* vertexArrays) in deleteVertexArrays() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl124 glDeleteVertexArraysFunc deleteVertexArrays; variable
/external/skia/src/gpu/gl/
DGrGLTestInterface.h57 virtual GrGLvoid deleteVertexArrays(GrGLsizei n, const GrGLuint *arrays) {} in deleteVertexArrays() function