Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h290 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()
498 bool fVertexArrayObjectSupport : 1; variable
DGrGLCaps.cpp37 fVertexArrayObjectSupport = false; in GrGLCaps()
172 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
176 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
179 fVertexArrayObjectSupport = version >= GR_GL_VER(2, 0) || in init()
1187 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h322 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()
563 bool fVertexArrayObjectSupport : 1; variable
DGrGLCaps.cpp38 fVertexArrayObjectSupport = false; in GrGLCaps()
197 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
201 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
204 fVertexArrayObjectSupport = version >= GR_GL_VER(2, 0) || in init()
1207 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()