Home
last modified time | relevance | path

Searched refs:fVertexArrayObjectSupport (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h295 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()
447 bool fVertexArrayObjectSupport : 1; variable
DGrGLCaps.cpp38 fVertexArrayObjectSupport = false; in GrGLCaps()
158 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
162 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
1294 r.appendf("Vertex array object support: %s\n", (fVertexArrayObjectSupport ? "YES": "NO")); in dump()