Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h365 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()
623 bool fVertexArrayObjectSupport : 1; variable
H A DGrGLCaps.cpp65 fVertexArrayObjectSupport = false; in GrGLCaps()
230 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
234 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()
237 fVertexArrayObjectSupport = version >= GR_GL_VER(2, 0) || in init()
1339 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()