Home
last modified time | relevance | path

Searched defs:GrCapsDebugf (Results 1 – 1 of 1) 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