Home
last modified time | relevance | path

Searched refs:SDL_PRINTF_FORMAT_STRING (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_log.h140 extern DECLSPEC void SDLCALL SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARA…
145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt,…
150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .…
155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..…
160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ..…
165 extern DECLSPEC void SDLCALL SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, .…
170 extern DECLSPEC void SDLCALL SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt…
177SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(3);
DSDL_test_assert.h61 void SDLTest_Assert(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ..…
71 int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription…
78 void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) SDL_PRINTF_VAR…
DSDL_test_log.h50 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
57 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
DSDL_error.h41 extern DECLSPEC int SDLCALL SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_…
DSDL_stdinc.h228 #define SDL_PRINTF_FORMAT_STRING macro
243 #define SDL_PRINTF_FORMAT_STRING _Printf_format_string_ macro
252 #define SDL_PRINTF_FORMAT_STRING macro
435 …L SDL_snprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const cha…
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_log.c173 SDL_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_Log()
183 SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogVerbose()
193 SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogDebug()
203 SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogInfo()
213 SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogWarn()
223 SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogError()
233 SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogCritical()
243 SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… in SDL_LogMessage()
DSDL_error.c53 SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_SetError()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_assert.c47 void SDLTest_Assert(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription, ..… in SDLTest_Assert()
65 int SDLTest_AssertCheck(int assertCondition, SDL_PRINTF_FORMAT_STRING const char *assertDescription… in SDLTest_AssertCheck()
94 void SDLTest_AssertPass(SDL_PRINTF_FORMAT_STRING const char *assertDescription, ...) in SDLTest_AssertPass()
DSDL_test_log.c70 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_Log()
88 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDLTest_LogError()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi.c59 …_static void SDL_Log##logname##name(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) {…
66 _static int SDL_SetError##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \
79 …_snprintf##name(SDL_OUT_Z_CAP(maxlen) char *buf, size_t maxlen, SDL_PRINTF_FORMAT_STRING const cha…
85 _static void SDL_Log##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \
90 …id SDL_LogMessage##name(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const cha…
DSDL_dynapi_procs.h34 SDL_DYNAPI_PROC(int,SDL_SetError,(SDL_PRINTF_FORMAT_STRING const char *a, ...),(a),return)
35 SDL_DYNAPI_PROC(void,SDL_Log,(SDL_PRINTF_FORMAT_STRING const char *a, ...),(a),)
36 SDL_DYNAPI_PROC(void,SDL_LogVerbose,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
37 SDL_DYNAPI_PROC(void,SDL_LogDebug,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
38 SDL_DYNAPI_PROC(void,SDL_LogInfo,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
39 SDL_DYNAPI_PROC(void,SDL_LogWarn,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
40 SDL_DYNAPI_PROC(void,SDL_LogError,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
41 SDL_DYNAPI_PROC(void,SDL_LogCritical,(int a, SDL_PRINTF_FORMAT_STRING const char *b, ...),(a,b),)
42 SDL_DYNAPI_PROC(void,SDL_LogMessage,(int a, SDL_LogPriority b, SDL_PRINTF_FORMAT_STRING const char …
44 SDL_DYNAPI_PROC(int,SDL_snprintf,(SDL_OUT_Z_CAP(b) char *a, size_t b, SDL_PRINTF_FORMAT_STRING cons…
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_string.c1273 SDL_snprintf(SDL_OUT_Z_CAP(maxlen) char *text, size_t maxlen, SDL_PRINTF_FORMAT_STRING const char *… in SDL_snprintf()