Searched defs:GrCapsDebugf (Results 1 – 2 of 2) sorted by relevance
819 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro821 #define GrCapsDebugf(caps, ...) do {} while (0) macro
894 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro