Home
last modified time | relevance | path

Searched refs:SKSL_PRINTF_LIKE (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/
DSkSLHCodeGenerator.h45 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
47 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
DSkSLCPPCodeGenerator.h26 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
28 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
DSkSLUtil.h342 #define SKSL_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro
344 #define SKSL_PRINTF_LIKE(A, B) macro
/external/skia/src/sksl/
DSkSLHCodeGenerator.h45 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
47 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
DSkSLCPPCodeGenerator.h26 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
28 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
DSkSLUtil.h330 #define SKSL_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B)))) macro
332 #define SKSL_PRINTF_LIKE(A, B) macro