Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrCaps.h275 bool suppressPrints() const { return fSuppressPrints; } in suppressPrints() function
/third_party/skia/src/gpu/
DGrCaps.h335 bool suppressPrints() const { return fSuppressPrints; } in suppressPrints() function
/third_party/skia/include/private/
DGrTypesPriv.h798 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)
/third_party/flutter/skia/include/private/
DGrTypesPriv.h762 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)