Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/private/gpu/ganesh/
H A DGrTypesPriv.h487 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro
489 #define GrCapsDebugf(caps, ...) do {} while (0) macro