Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h225 bool suppressPrints() const { return fSuppressPrints; } in suppressPrints() function
/external/skia/src/gpu/
DGrCaps.h322 bool suppressPrints() const { return fSuppressPrints; } in suppressPrints() function
/external/skqp/include/private/
DGrTypesPriv.h894 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)
/external/skia/include/private/
DGrTypesPriv.h819 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)