Go to the source code of this file.
◆ SKGPU_LOG
#define SKGPU_LOG |
( |
|
priority, |
|
|
|
fmt, |
|
|
|
... |
|
) |
| |
Value: do { \
SkDebugf(
"[graphite] " fmt "\n", ##__VA_ARGS__); \
SK_ABORT("Fatal log call"); \
} \
} \
} while (0)
#define SKGPU_LOWEST_ACTIVE_PRIORITY
static SkString fmt(SkColor4f c)
Definition at line 27 of file Log.h.
◆ SKGPU_LOG_D
#define SKGPU_LOG_D |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:
##__VA_ARGS__)
#define SKGPU_LOG(priority, fmt,...)
Definition at line 42 of file Log.h.
◆ SKGPU_LOG_E
#define SKGPU_LOG_E |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:
Definition at line 38 of file Log.h.
◆ SKGPU_LOG_F
#define SKGPU_LOG_F |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:
Definition at line 36 of file Log.h.
◆ SKGPU_LOG_W
#define SKGPU_LOG_W |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
Value:
Definition at line 40 of file Log.h.
◆ SKGPU_LOWEST_ACTIVE_PRIORITY
Definition at line 24 of file Log.h.