Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h289 bool debugSupport() const { return fDebugSupport; } in debugSupport()
487 bool fDebugSupport : 1; variable
DGrGLCaps.cpp46 fDebugSupport = false; in GrGLCaps()
185 fDebugSupport = true; in init()
187 fDebugSupport = ctxInfo.hasExtension("GL_KHR_debug"); in init()
1155 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON()
/external/skqp/src/gpu/gl/
DGrGLCaps.h289 bool debugSupport() const { return fDebugSupport; } in debugSupport()
487 bool fDebugSupport : 1; variable
DGrGLCaps.cpp46 fDebugSupport = false; in GrGLCaps()
185 fDebugSupport = true; in init()
187 fDebugSupport = ctxInfo.hasExtension("GL_KHR_debug"); in init()
1148 writer->appendBool("Debug support", fDebugSupport); in onDumpJSON()