Home
last modified time | relevance | path

Searched refs:debugSupport (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h293 bool debugSupport() const { return fDebugSupport; } in debugSupport() function
/third_party/skia/src/gpu/gl/
DGrGLCaps.h325 bool debugSupport() const { return fDebugSupport; } in debugSupport() function
DGrGLGpu.cpp1668 if (gpu->glCaps().debugSupport()) { in set_khr_debug_label()