Searched refs:fBaseInstanceSupport (Results 1 – 2 of 2) sorted by relevance
310 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()409 bool fBaseInstanceSupport : 1; variable
46 fBaseInstanceSupport = false; in GrGLCaps()510 fMultiDrawIndirectSupport = fBaseInstanceSupport = version >= GR_GL_VER(4,3); in init()514 fBaseInstanceSupport = ctxInfo.hasExtension("GL_EXT_base_instance"); in init()1041 r.appendf("Base instance support: %s\n", (fBaseInstanceSupport ? "YES" : "NO")); in dump()