Home
last modified time | relevance | path

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

/external/skia/include/private/
DGrTypesPriv.h819 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro
821 #define GrCapsDebugf(caps, ...) do {} while (0) macro
/external/skqp/include/private/
DGrTypesPriv.h894 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro