Home
last modified time | relevance | path

Searched refs:fDebugSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h325 bool debugSupport() const { return fDebugSupport; } in debugSupport()
564 bool fDebugSupport : 1; variable
DGrGLCaps.cpp39 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()