HomeSort by relevance Sort by last modified time
    Searched refs:SKSL_PRINTF_LIKE (Results 1 - 6 of 6) sorted by null

  /external/skia/src/sksl/
SkSLHCodeGenerator.h 45 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
47 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
SkSLCPPCodeGenerator.h 26 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
28 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
SkSLUtil.h 330 #define SKSL_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B))))
332 #define SKSL_PRINTF_LIKE(A, B)
  /external/skqp/src/sksl/
SkSLHCodeGenerator.h 45 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
47 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
SkSLCPPCodeGenerator.h 26 void writef(const char* s, va_list va) SKSL_PRINTF_LIKE(2, 0);
28 void writef(const char* s, ...) SKSL_PRINTF_LIKE(2, 3);
SkSLUtil.h 342 #define SKSL_PRINTF_LIKE(A, B) __attribute__((format(printf, (A), (B))))
344 #define SKSL_PRINTF_LIKE(A, B)

Completed in 215 milliseconds