Searched refs:fDebugSupport (Results 1 – 2 of 2) sorted by relevance
325 bool debugSupport() const { return fDebugSupport; } in debugSupport()564 bool fDebugSupport : 1; variable
39 fDebugSupport = false; in GrGLCaps()210 fDebugSupport = true; in init()212 fDebugSupport = ctxInfo.hasExtension("GL_KHR_debug"); in init()214 fDebugSupport = false; in init()1218 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON()