HomeSort by relevance Sort by last modified time
    Searched defs:GrCapsDebugf (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
GrTypesPriv.h 804 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)
806 #define GrCapsDebugf(caps, ...) do {} while (0)
    [all...]
  /external/skqp/include/private/
GrTypesPriv.h 894 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__)
896 #define GrCapsDebugf(caps, ...) do {} while (0)
    [all...]

Completed in 319 milliseconds