Home
last modified time | relevance | path

Searched refs:isVertexArrayGenerated (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h415 bool isVertexArrayGenerated(VertexArrayID vertexArray) const;
DvalidationES.h1199 if (!context->isVertexArrayGenerated(array)) in ValidateBindVertexArrayBase()
DContext.cpp2924 bool Context::isVertexArrayGenerated(VertexArrayID vertexArray) const in isVertexArrayGenerated() function in gl::Context