Home
last modified time | relevance | path

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

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