Home
last modified time | relevance | path

Searched defs:GrCapsDebugf (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DGrTypesPriv.h798 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro
800 #define GrCapsDebugf(caps, ...) do {} while (0) macro
/third_party/flutter/skia/include/private/
DGrTypesPriv.h762 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro