Searched refs:fVertexArrayObjectSupport (Results 1 – 2 of 2) sorted by relevance
294 bool vertexArrayObjectSupport() const { return fVertexArrayObjectSupport; } in vertexArrayObjectSupport()409 bool fVertexArrayObjectSupport : 1; variable
36 fVertexArrayObjectSupport = false; in GrGLCaps()154 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()158 fVertexArrayObjectSupport = version >= GR_GL_VER(3, 0) || in init()1216 r.appendf("Vertex array object support: %s\n", (fVertexArrayObjectSupport ? "YES": "NO")); in dump()