Searched refs:fBaseInstanceSupport (Results 1 – 4 of 4) sorted by relevance
309 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()493 bool fBaseInstanceSupport : 1; variable
50 fBaseInstanceSupport = false; in GrGLCaps()548 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()551 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()558 fBaseInstanceSupport = fDrawIndirectSupport && in init()1158 writer->appendBool("Base instance support", fBaseInstanceSupport); in onDumpJSON()
50 fBaseInstanceSupport = false; in GrGLCaps()548 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()551 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()558 fBaseInstanceSupport = fDrawIndirectSupport && in init()1151 writer->appendBool("Base instance support", fBaseInstanceSupport); in onDumpJSON()