Searched refs:fDebugSupport (Results 1 – 2 of 2) sorted by relevance
293 bool debugSupport() const { return fDebugSupport; } in debugSupport()404 bool fDebugSupport : 1; variable
41 fDebugSupport = false; in GrGLCaps()187 fDebugSupport = true; in init()189 fDebugSupport = ctxInfo.hasExtension("GL_KHR_debug"); in init()1037 r.appendf("Debug support: %s\n", (fDebugSupport ? "YES": "NO")); in dump()