Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h293 bool debugSupport() const { return fDebugSupport; } in debugSupport()
404 bool fDebugSupport : 1; variable
DGrGLCaps.cpp41 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()