Searched refs:fDrawIndirectSupport (Results 1 – 4 of 4) sorted by relevance
299 bool drawIndirectSupport() const { return fDrawIndirectSupport; } in drawIndirectSupport()490 bool fDrawIndirectSupport : 1; variable
48 fDrawIndirectSupport = false; in GrGLCaps()546 fDrawIndirectSupport = version >= GR_GL_VER(4,0) || in init()550 (fDrawIndirectSupport && in init()555 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()556 fMultiDrawIndirectSupport = fDrawIndirectSupport && in init()558 fBaseInstanceSupport = fDrawIndirectSupport && in init()1156 writer->appendBool("Draw indirect support", fDrawIndirectSupport); in onDumpJSON()
48 fDrawIndirectSupport = false; in GrGLCaps()546 fDrawIndirectSupport = version >= GR_GL_VER(4,0) || in init()550 (fDrawIndirectSupport && in init()555 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()556 fMultiDrawIndirectSupport = fDrawIndirectSupport && in init()558 fBaseInstanceSupport = fDrawIndirectSupport && in init()1149 writer->appendBool("Draw indirect support", fDrawIndirectSupport); in onDumpJSON()