Searched refs:fBaseInstanceSupport (Results 1 – 2 of 2) sorted by relevance
320 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()417 bool fBaseInstanceSupport : 1; variable
43 fBaseInstanceSupport = false; in GrGLCaps()556 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()559 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()566 fBaseInstanceSupport = fDrawIndirectSupport && in init()1222 r.appendf("Base instance support: %s\n", (fBaseInstanceSupport ? "YES" : "NO")); in dump()