Searched refs:fVertexArrayObjectSupport (Results 1 – 2 of 2) sorted by relevance
322 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()563 bool fVertexArrayObjectSupport : 1; variable
38 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()1217 writer->appendBool("Vertex array object support", fVertexArrayObjectSupport); in onDumpJSON()