Home
last modified time | relevance | path

Searched refs:SDL_GetHint (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_hints.c83 result1 = (char *)SDL_GetHint((char*)_HintsEnum[i]); in hints_getHint()
85 result2 = (char *)SDL_GetHint((char *)_HintsVerbose[i]); in hints_getHint()
114 originalValue = (char *)SDL_GetHint((char*)_HintsEnum[i]); in hints_setHint()
125 testValue = (char *)SDL_GetHint((char*)_HintsEnum[i]); in hints_setHint()
/AliOS-Things-master/components/SDL2/src/
A DSDL_hints.c105 SDL_GetHint(const char *name) in SDL_GetHint() function
137 const char *hint = SDL_GetHint(name); in SDL_GetHintBoolean()
193 value = SDL_GetHint(name); in SDL_AddHintCallback()
/AliOS-Things-master/components/SDL2/src/locale/
A DSDL_locale.c92 const char *hint = SDL_GetHint(SDL_HINT_PREFERRED_LOCALES); in SDL_GetPreferredLocales()
/AliOS-Things-master/components/SDL2/include/
A DSDL_hints.h1433 extern DECLSPEC const char * SDLCALL SDL_GetHint(const char *name);
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.c53 …rientation(window->w, window->h, window->flags & SDL_WINDOW_RESIZABLE, SDL_GetHint(SDL_HINT_ORIENT… in Android_CreateWindow()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c210 const char *policyhint = SDL_GetHint(SDL_HINT_THREAD_PRIORITY_POLICY); in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/
A DSDL_pulseaudio.c241 const char *retval = SDL_GetHint(SDL_HINT_AUDIO_DEVICE_APP_NAME); in getAppName()
624 name = SDL_GetHint(SDL_HINT_AUDIO_DEVICE_STREAM_NAME); in PULSEAUDIO_OpenDevice()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c734 keyElement = SDL_GetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT); in Emscripten_RegisterEventHandlers()
776 target = SDL_GetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT); in Emscripten_UnregisterEventHandlers()
/AliOS-Things-master/components/SDL2/src/core/winrt/
A DSDL_winrtapp_direct3d.cpp513 tmpHintValue = SDL_GetHint(SDL_HINT_WINRT_PRIVACY_POLICY_URL);
522 tmpHintValue = SDL_GetHint(SDL_HINT_WINRT_PRIVACY_POLICY_LABEL);
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c370 const char *stackhint = SDL_GetHint(SDL_HINT_THREAD_STACK_SIZE); in SDL_CreateThread()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpimouse.c177 env = SDL_GetHint(SDL_HINT_RPI_VIDEO_LAYER); in RPI_ShowCursor()
A DSDL_rpivideo.c304 env = SDL_GetHint(SDL_HINT_RPI_VIDEO_LAYER); in RPI_CreateWindow()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl.c307 d3dcompiler = SDL_GetHint(SDL_HINT_VIDEO_WIN_D3DCOMPILER); in SDL_EGL_LoadLibraryOnly()
558 egl_device_hint = SDL_GetHint("SDL_HINT_EGL_DEVICE"); in SDL_EGL_InitializeOffscreen()
A DSDL_video.c189 hint = SDL_GetHint(SDL_HINT_RENDER_DRIVER); in ShouldUseTextureFramebuffer()
195 hint = SDL_GetHint(SDL_HINT_FRAMEBUFFER_ACCELERATION); in ShouldUseTextureFramebuffer()
270 const char *hint = SDL_GetHint(SDL_HINT_FRAMEBUFFER_ACCELERATION); in SDL_CreateWindowTexture()
715 const char *hint = SDL_GetHint(SDL_HINT_DISPLAY_USABLE_BOUNDS); in ParseDisplayUsableBoundsHint()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c1453 const char *hint = SDL_GetHint(SDL_HINT_WAVE_RIFF_CHUNK_SIZE); in WaveGetRiffSizeHint()
1473 const char *hint = SDL_GetHint(SDL_HINT_WAVE_TRUNCATION); in WaveGetTruncationHint()
1493 const char *hint = SDL_GetHint(SDL_HINT_WAVE_FACT_CHUNK); in WaveGetFactChunkHint()
A DSDL_audio.c135 const char *hint = SDL_GetHint(SDL_HINT_AUDIO_RESAMPLING_MODE); in LoadLibSampleRate()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1281 hint = SDL_GetHint(SDL_HINT_WINDOWS_INTRESOURCE_ICON); in SDL_RegisterApp()
1285 hint = SDL_GetHint(SDL_HINT_WINDOWS_INTRESOURCE_ICON_SMALL); in SDL_RegisterApp()
A DSDL_windowswindow.c414 const char *hint = SDL_GetHint(SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT); in WIN_CreateWindowFrom()
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c789 if (SDL_GetHint(SDL_HINT_RENDER_VSYNC)) { in SDL_CreateRenderer()
798 hint = SDL_GetHint(SDL_HINT_RENDER_DRIVER); in SDL_CreateRenderer()
852 } else if (SDL_GetHint(SDL_HINT_RENDER_BATCHING)) { in SDL_CreateRenderer()
1033 const char *hint = SDL_GetHint(SDL_HINT_RENDER_SCALE_QUALITY); in SDL_GetScaleMode()
1960 hint = SDL_GetHint(SDL_HINT_RENDER_LOGICAL_SIZE_MODE); in UpdateLogicalSize()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h191 #define SDL_GetHint SDL_GetHint_REAL macro
/AliOS-Things-master/components/SDL2/src/joystick/
A Dcontroller_type.h562 const char *hint = SDL_GetHint(SDL_HINT_GAMECONTROLLERTYPE); in GetControllerTypeOverride()
A DSDL_gamecontroller.c1491 const char *hint = SDL_GetHint(SDL_HINT_GAMECONTROLLERCONFIG); in SDL_GameControllerLoadHints()
1524 const char *hint = SDL_GetHint(SDL_HINT_GAMECONTROLLERCONFIG_FILE); in SDL_GetControllerMappingFilePath()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m396 const char *hint = SDL_GetHint(SDL_HINT_ORIENTATIONS);
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c349 const char *report = SDL_GetHint("SDL_EVENT_QUEUE_STATISTICS"); in SDL_StopEventLoop()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c395 const char *forced_visual_id = SDL_GetHint(SDL_HINT_VIDEO_X11_WINDOW_VISUALID); in X11_CreateWindow()

Completed in 90 milliseconds

12