Searched refs:SDL_strstr (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ime.c | 60 (!im_module && xmodifiers && SDL_strstr(xmodifiers, "@im=fcitx") != NULL))) { in InitIME()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 417 if (env_xmods && SDL_strstr(env_xmods, "@im=ibus") != NULL) { in X11_VideoInit() 422 if (env_xmods && SDL_strstr(env_xmods, "@im=fcitx") != NULL) { in X11_VideoInit()
|
D | SDL_x11opengl.c | 304 where = SDL_strstr(start, extension); in HasExtension()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_gamecontroller.c | 690 if (SDL_strstr(name, "Xbox 360 Wireless Receiver")) { in SDL_PrivateGetControllerMapping() 704 if (SDL_strstr(name, "Xbox") || SDL_strstr(name, "X-Box")) { in SDL_PrivateGetControllerMapping() 760 tmp = SDL_strstr(line, SDL_CONTROLLER_PLATFORM_FIELD); in SDL_GameControllerAddMappingsFromRW()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 411 extern DECLSPEC char *SDLCALL SDL_strstr(const char *haystack, const char *needle); 507 #define SDL_strstr strstr macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengl.c | 320 where = SDL_strstr(start, extension); in HasExtension()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 409 #define SDL_strstr SDL_strstr_REAL macro
|
D | SDL_dynapi_procs.h | 438 SDL_DYNAPI_PROC(char*,SDL_strstr,(const char *a, const char *b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 223 (SDL_strstr(vendor, "ATI Technologies") || in ShouldUseTextureFramebuffer() 224 SDL_strstr(vendor, "NVIDIA"))) { in ShouldUseTextureFramebuffer() 2853 where = SDL_strstr(start, extension); in SDL_GL_ExtensionSupported()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 633 SDL_strstr(const char *haystack, const char *needle) in SDL_strstr() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
D | SDL_dinputjoystick.c | 308 (SDL_strstr(devName, "IG_") != NULL)) { in SDL_IsXInputDevice()
|