Searched refs:fDrawIndirectSupport (Results 1 – 2 of 2) sorted by relevance
303 bool drawIndirectSupport() const { return fDrawIndirectSupport; } in drawIndirectSupport()407 bool fDrawIndirectSupport : 1; variable
44 fDrawIndirectSupport = false; in GrGLCaps()509 fDrawIndirectSupport = in init()512 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()1039 r.appendf("Draw indirect support: %s\n", (fDrawIndirectSupport ? "YES" : "NO")); in dump()