/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 121 if (SDL_strcasecmp(argv[index], "--video") == 0) { in SDLTest_CommonArg() 141 if (SDL_strcasecmp(argv[index], "--info") == 0) { in SDLTest_CommonArg() 146 if (SDL_strcasecmp(argv[index], "all") == 0) { in SDLTest_CommonArg() 170 if (SDL_strcasecmp(argv[index], "--log") == 0) { in SDLTest_CommonArg() 175 if (SDL_strcasecmp(argv[index], "all") == 0) { in SDLTest_CommonArg() 253 if (SDL_strcasecmp(argv[index], "--icon") == 0) { in SDLTest_CommonArg() 414 if (SDL_strcasecmp(argv[index], "--grab") == 0) { in SDLTest_CommonArg() 418 if (SDL_strcasecmp(argv[index], "--rate") == 0) { in SDLTest_CommonArg() 431 if (SDL_strcasecmp(argv[index], "U8") == 0) { in SDLTest_CommonArg() 435 if (SDL_strcasecmp(argv[index], "S8") == 0) { in SDLTest_CommonArg() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation.c | 56 if (SDL_strcasecmp(argv[i], "--iterations") == 0) { in main() 63 else if (SDL_strcasecmp(argv[i], "--execKey") == 0) { in main() 69 else if (SDL_strcasecmp(argv[i], "--seed") == 0) { in main() 75 else if (SDL_strcasecmp(argv[i], "--filter") == 0) { in main()
|
A D | testdraw2.c | 231 if (SDL_strcasecmp(argv[i], "--blend") == 0) { in main() 233 if (SDL_strcasecmp(argv[i + 1], "none") == 0) { in main() 236 } else if (SDL_strcasecmp(argv[i + 1], "blend") == 0) { in main() 239 } else if (SDL_strcasecmp(argv[i + 1], "add") == 0) { in main() 242 } else if (SDL_strcasecmp(argv[i + 1], "mod") == 0) { in main() 247 } else if (SDL_strcasecmp(argv[i], "--cyclecolor") == 0) { in main() 250 } else if (SDL_strcasecmp(argv[i], "--cyclealpha") == 0) { in main()
|
A D | testsprite2.c | 303 if (SDL_strcasecmp(argv[i], "--blend") == 0) { in main() 305 if (SDL_strcasecmp(argv[i + 1], "none") == 0) { in main() 308 } else if (SDL_strcasecmp(argv[i + 1], "blend") == 0) { in main() 311 } else if (SDL_strcasecmp(argv[i + 1], "add") == 0) { in main() 314 } else if (SDL_strcasecmp(argv[i + 1], "mod") == 0) { in main() 317 } else if (SDL_strcasecmp(argv[i + 1], "sub") == 0) { in main() 322 } else if (SDL_strcasecmp(argv[i], "--iterations") == 0) { in main() 328 } else if (SDL_strcasecmp(argv[i], "--cyclecolor") == 0) { in main() 331 } else if (SDL_strcasecmp(argv[i], "--cyclealpha") == 0) { in main()
|
A D | testintersections.c | 290 if (SDL_strcasecmp(argv[i], "--blend") == 0) { in main() 292 if (SDL_strcasecmp(argv[i + 1], "none") == 0) { in main() 295 } else if (SDL_strcasecmp(argv[i + 1], "blend") == 0) { in main() 298 } else if (SDL_strcasecmp(argv[i + 1], "add") == 0) { in main() 301 } else if (SDL_strcasecmp(argv[i + 1], "mod") == 0) { in main() 306 } else if (SDL_strcasecmp(argv[i], "--cyclecolor") == 0) { in main() 309 } else if (SDL_strcasecmp(argv[i], "--cyclealpha") == 0) { in main()
|
A D | testgles.c | 130 if (SDL_strcasecmp(argv[i], "--fsaa") == 0) { in main() 133 } else if (SDL_strcasecmp(argv[i], "--accel") == 0) { in main() 136 } else if (SDL_strcasecmp(argv[i], "--zdepth") == 0) { in main()
|
A D | testhotplug.c | 35 if (SDL_strcasecmp(argv[i], "--nohaptic") == 0) { in main()
|
A D | testgles2.c | 502 if (SDL_strcasecmp(argv[i], "--fsaa") == 0) { in main() 505 } else if (SDL_strcasecmp(argv[i], "--accel") == 0) { in main() 508 } else if (SDL_strcasecmp(argv[i], "--zdepth") == 0) { in main()
|
A D | testgl2.c | 240 if (SDL_strcasecmp(argv[i], "--fsaa") == 0 && i+1 < argc) { in main() 243 } else if (SDL_strcasecmp(argv[i], "--accel") == 0 && i+1 < argc) { in main()
|
A D | testviewport.c | 216 if (SDL_strcasecmp(argv[i], "--target") == 0) { in main()
|
A D | testrendertarget.c | 272 if (SDL_strcasecmp(argv[i], "--composite") == 0) { in main()
|
/AliOS-Things-master/components/SDL2/src/image/unused/ |
A D | showimage.c | 114 if ( ext && SDL_strcasecmp(ext, ".bmp") == 0 ) { in main() 116 } else if ( ext && SDL_strcasecmp(ext, ".jpg") == 0 ) { in main()
|
/AliOS-Things-master/components/SDL2/src/filesystem/cocoa/ |
A D | SDL_sysfilesystem.m | 48 if (SDL_strcasecmp(baseType, "bundle")==0) { 50 } else if (SDL_strcasecmp(baseType, "parent")==0) {
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_hints.c | 128 if (*value == '0' || SDL_strcasecmp(value, "false") == 0) { in SDL_GetStringBoolean()
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 384 if (SDL_strcasecmp(hint, "AVAudioSessionCategoryAmbient") == 0) { 386 } else if (SDL_strcasecmp(hint, "AVAudioSessionCategorySoloAmbient") == 0) { 389 } else if (SDL_strcasecmp(hint, "AVAudioSessionCategoryPlayback") == 0 || 390 SDL_strcasecmp(hint, "playback") == 0) { 393 } else if (SDL_strcasecmp(hint, "AVAudioSessionCategoryPlayAndRecord") == 0 || 394 SDL_strcasecmp(hint, "playandrecord") == 0) {
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_iconv.c | 223 if (SDL_strcasecmp(fromcode, encodings[i].name) == 0) { in SDL_iconv_open() 229 if (SDL_strcasecmp(tocode, encodings[i].name) == 0) { in SDL_iconv_open()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 140 if (!hint || *hint == '0' || SDL_strcasecmp(hint, "default") == 0) { in LoadLibSampleRate() 142 } else if (*hint == '1' || SDL_strcasecmp(hint, "fast") == 0) { in LoadLibSampleRate() 144 } else if (*hint == '2' || SDL_strcasecmp(hint, "medium") == 0) { in LoadLibSampleRate() 146 } else if (*hint == '3' || SDL_strcasecmp(hint, "best") == 0) { in LoadLibSampleRate()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 499 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2); 617 #define SDL_strcasecmp strcasecmp macro
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 512 if (!SDL_strcasecmp(pchString, map_StringForControllerAxis[entry])) in SDL_GameControllerGetAxisFromString() 558 if (SDL_strcasecmp(pchString, map_StringForControllerButton[entry]) == 0) in SDL_GameControllerGetButtonFromString() 1362 if (!SDL_strcasecmp(pchGUID, "default")) { in SDL_PrivateGameControllerAddMapping() 1364 } else if (!SDL_strcasecmp(pchGUID, "hidapi")) { in SDL_PrivateGameControllerAddMapping() 1366 } else if (!SDL_strcasecmp(pchGUID, "xinput")) { in SDL_PrivateGameControllerAddMapping()
|
A D | SDL_joystick.c | 1926 if (SDL_strcasecmp(pe32.szExeFile, mapper_processes[i]) == 0) { in SDL_IsPS4RemapperRunning()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 190 if (hint && SDL_strcasecmp(hint, "software") == 0) { in ShouldUseTextureFramebuffer() 197 if (*hint == '0' || SDL_strcasecmp(hint, "false") == 0) { in ShouldUseTextureFramebuffer() 274 SDL_strcasecmp(hint, "true") != 0 && in SDL_CreateWindowTexture() 275 SDL_strcasecmp(hint, "false") != 0 && in SDL_CreateWindowTexture() 276 SDL_strcasecmp(hint, "software") != 0) { in SDL_CreateWindowTexture() 280 if (SDL_strcasecmp(info.name, hint) == 0) { in SDL_CreateWindowTexture()
|
A D | SDL_egl.c | 309 if (SDL_strcasecmp(d3dcompiler, "none") != 0) { in SDL_EGL_LoadLibraryOnly()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 803 if (SDL_strcasecmp(hint, driver->info.name) == 0) { in SDL_CreateRenderer() 1035 if (!hint || SDL_strcasecmp(hint, "nearest") == 0) { in SDL_GetScaleMode() 1037 } else if (SDL_strcasecmp(hint, "linear") == 0) { in SDL_GetScaleMode() 1039 } else if (SDL_strcasecmp(hint, "best") == 0) { in SDL_GetScaleMode() 1961 if (hint && (*hint == '1' || SDL_strcasecmp(hint, "overscan") == 0)) { in UpdateLogicalSize() 1967 if (SDL_strcasecmp(SDL_GetCurrentVideoDriver(), "direct3d") == 0) { in UpdateLogicalSize()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_keyboard.c | 993 if (SDL_strcasecmp(name, SDL_scancode_names[i]) == 0) { in SDL_GetScancodeFromName()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 419 #define SDL_strcasecmp SDL_strcasecmp_REAL macro
|