Home
last modified time | relevance | path

Searched refs:displayIndex (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/timer_callback/
H A Dtimer.c107 display_index_t displayIndex = { 0, 2 }; in main() local
108 timer_state_t surroundTimerState = { &displayIndex.surround_color_index, &timerSurroundInt }; in main()
109 timer_state_t centerTimerState = { &displayIndex.center_color_index, &timerCenterInt }; in main()
118 glutDisplayFuncUcall(disp, &displayIndex); in main()
142 const display_index_t* displayIndex; in disp() local
145 displayIndex = (display_index_t*)user_ptr; in disp()
147 cidx = displayIndex->surround_color_index; in disp()
151 pcidx = displayIndex->center_color_index; in disp()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c136 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
632 int displayIndex; in SDL_GetIndexOfDisplay() local
634 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1000 int displayIndex; in SDL_GetWindowDisplayIndex() local
1014 displayIndex = 0; in SDL_GetWindowDisplayIndex()
1016 return displayIndex; in SDL_GetWindowDisplayIndex()
1024 return displayIndex; in SDL_GetWindowDisplayIndex()
1061 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1399 int displayIndex; in SDL_CreateWindow() local
1418 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c136 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
632 int displayIndex; in SDL_GetIndexOfDisplay() local
634 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1000 int displayIndex; in SDL_GetWindowDisplayIndex() local
1014 displayIndex = 0; in SDL_GetWindowDisplayIndex()
1016 return displayIndex; in SDL_GetWindowDisplayIndex()
1024 return displayIndex; in SDL_GetWindowDisplayIndex()
1061 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1399 int displayIndex; in SDL_CreateWindow() local
1418 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_video.c139 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
640 int displayIndex; in SDL_GetIndexOfDisplay() local
642 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1008 int displayIndex; in SDL_GetWindowDisplayIndex() local
1022 displayIndex = 0; in SDL_GetWindowDisplayIndex()
1024 return displayIndex; in SDL_GetWindowDisplayIndex()
1032 return displayIndex; in SDL_GetWindowDisplayIndex()
1069 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1407 int displayIndex; in SDL_CreateWindow() local
1426 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp360 for (deUint32 displayIndex = 0; in getDisplays() local
362 displayIndex++) in getDisplays()
574 for (deUint32 displayIndex = 0; in getDisplays2() local
576 displayIndex++) in getDisplays2()
883 displayIndex++) in testGetPhysicalDeviceDisplayPropertiesKHR()
911 << " for display " << displayIndex << " with properties " << displaysProps[displayIndex] in testGetPhysicalDeviceDisplayPropertiesKHR()
1161 displayIndex++) in testGetDisplayPlaneSupportedDisplaysKHR()
1444 displayIndex++) in testGetDisplayPlaneCapabilitiesKHR()
1649 displayIndex++) in testDisplaySurface()
1849 displayIndex++) in testGetPhysicalDeviceDisplayProperties2KHR()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_video.c148 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
671 int displayIndex; in SDL_GetIndexOfDisplay() local
673 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1111 int displayIndex; in SDL_GetWindowDisplayIndex() local
1125 displayIndex = 0; in SDL_GetWindowDisplayIndex()
1127 return displayIndex; in SDL_GetWindowDisplayIndex()
1135 return displayIndex; in SDL_GetWindowDisplayIndex()
1172 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1623 int displayIndex; in SDL_CreateWindow() local
1642 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_video.c148 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
671 int displayIndex; in SDL_GetIndexOfDisplay() local
673 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1111 int displayIndex; in SDL_GetWindowDisplayIndex() local
1125 displayIndex = 0; in SDL_GetWindowDisplayIndex()
1127 return displayIndex; in SDL_GetWindowDisplayIndex()
1135 return displayIndex; in SDL_GetWindowDisplayIndex()
1172 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1623 int displayIndex; in SDL_CreateWindow() local
1642 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DVideoHud.cpp29 … uint32_t *outputBuffer, FrameInfo &frameInfo, OverscanDimensions &overscan, uint32_t displayIndex) in DisplayControllerInput() argument
39 xStart = 3 * scale + (settings.DisplayHorizontally ? displayIndex * 40 * scale : 0); in DisplayControllerInput()
40 yStart = 5 * scale + (settings.DisplayHorizontally ? 0 : displayIndex * 14 * scale); in DisplayControllerInput()
43 …xStart = frameInfo.Width - 40 * scale - (settings.DisplayHorizontally ? displayIndex * 40 * scale … in DisplayControllerInput()
44 yStart = 5 * scale + (settings.DisplayHorizontally ? 0 : displayIndex * 14 * scale); in DisplayControllerInput()
47 xStart = 3 * scale + (settings.DisplayHorizontally ? displayIndex * 40 * scale : 0); in DisplayControllerInput()
48 …yStart = frameInfo.Height - 15 * scale - (settings.DisplayHorizontally ? 0 : displayIndex * 14 * s… in DisplayControllerInput()
52 …xStart = frameInfo.Width - 40 * scale - (settings.DisplayHorizontally ? displayIndex * 40 * scale … in DisplayControllerInput()
53 …yStart = frameInfo.Height - 15 * scale - (settings.DisplayHorizontally ? 0 : displayIndex * 14 * s… in DisplayControllerInput()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_video.c140 SDL_assert(displayIndex >= 0 && displayIndex < _this->num_displays); \
141 if (displayIndex < 0 || displayIndex >= _this->num_displays) { \
647 int displayIndex; in SDL_GetIndexOfDisplay() local
649 for (displayIndex = 0; displayIndex < _this->num_displays; ++displayIndex) { in SDL_GetIndexOfDisplay()
1015 int displayIndex; in SDL_GetWindowDisplayIndex() local
1031 return displayIndex; in SDL_GetWindowDisplayIndex()
1039 return displayIndex; in SDL_GetWindowDisplayIndex()
1076 if (displayIndex >= 0) { in SDL_GetDisplayForWindow()
1432 int displayIndex; in SDL_CreateWindow() local
1451 int displayIndex; in SDL_CreateWindow() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h45 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument
48 hdcp->config.index, displayIndex)
49 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument
52 hdcp->config.index, displayIndex)
53 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument
56 hdcp->config.index, displayIndex)
57 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument
60 hdcp->config.index, displayIndex)
63 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument
66 hdcp->config.index, displayIndex)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h45 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument
48 hdcp->config.index, displayIndex)
49 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument
52 hdcp->config.index, displayIndex)
53 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument
56 hdcp->config.index, displayIndex)
57 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument
60 hdcp->config.index, displayIndex)
63 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument
66 hdcp->config.index, displayIndex)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h45 #define HDCP_HDCP1_ENABLED_TRACE(hdcp, displayIndex) \ argument
48 hdcp->config.index, displayIndex)
49 #define HDCP_HDCP2_ENABLED_TRACE(hdcp, displayIndex) \ argument
52 hdcp->config.index, displayIndex)
53 #define HDCP_HDCP1_DISABLED_TRACE(hdcp, displayIndex) \ argument
56 hdcp->config.index, displayIndex)
57 #define HDCP_HDCP2_DISABLED_TRACE(hdcp, displayIndex) \ argument
60 hdcp->config.index, displayIndex)
63 #define HDCP_REMOVE_DISPLAY_TRACE(hdcp, displayIndex) \ argument
66 hdcp->config.index, displayIndex)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-sys-0.32.6/SDL2-2.0.9/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/iortcw/iortcw-1.51c/MP/code/SDL2/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/iortcw/iortcw-1.51c/SP/code/SDL2/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libsdl/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/SDL2/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/i686-w64-mingw32/include/SDL2/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/NBlood/NBlood-a1689a4/platform/Apple/include/SDL2/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/SDL2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/nxengine/nxengine-evo-2.6.5-1/platform/win32/ext/include/
H A DSDL_video.h327 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
337 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
356 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
368 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
377 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
384 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
397 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
403 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
408 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
432 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/openjk/OpenJK-07675e2/lib/SDL2/include/
H A DSDL_video.h324 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
334 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
353 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
365 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
374 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
381 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
394 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
400 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
405 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
429 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/openbor/openbor-3caaddd5/engine/android/app/jni/openbor/include/sdl/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-sys-0.32.6/SDL2-2.0.9/include/
H A DSDL_video.h325 extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int displayIndex);
335 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
354 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
366 extern DECLSPEC int SDLCALL SDL_GetDisplayDPI(int displayIndex, float * ddpi, float * hdpi, float *…
375 extern DECLSPEC SDL_DisplayOrientation SDLCALL SDL_GetDisplayOrientation(int displayIndex);
382 extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex);
395 extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex,
401 extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode * mode);
406 extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode * mode);
430 extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_Dis…

1234567891011