Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h322 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()
567 bool fVertexArrayObjectSupport : 1; variable
DGrGLCaps.cpp39 fVertexArrayObjectSupport = false; in GrGLCaps()
199 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
203 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
206 fVertexArrayObjectSupport = version >= GR_GL_VER(2, 0) || in init()
1241 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()