Searched refs:fVertexArrayObjectSupport (Results 1 – 2 of 2) sorted by relevance
287 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()402 bool fVertexArrayObjectSupport : 1; variable
39 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()