Home
last modified time | relevance | path

Searched refs:outputIndex (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c377 SDL_DXGIGetOutputInfo(int displayIndex, int *adapterIndex, int *outputIndex) in SDL_DXGIGetOutputInfo() argument
381 if (outputIndex) *outputIndex = -1; in SDL_DXGIGetOutputInfo()
398 if (!outputIndex) { in SDL_DXGIGetOutputInfo()
404 *outputIndex = -1; in SDL_DXGIGetOutputInfo()
426 *outputIndex = nOutput; in SDL_DXGIGetOutputInfo()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp211 WINRT_AddDisplaysForOutput (_THIS, IDXGIAdapter1 * dxgiAdapter1, int outputIndex) in WINRT_AddDisplaysForOutput() argument
225 hr = dxgiAdapter1->EnumOutputs(outputIndex, &dxgiOutput); in WINRT_AddDisplaysForOutput()
334 for (int outputIndex = 0; ; ++outputIndex) { in WINRT_AddDisplaysForAdapter() local
335 if (WINRT_AddDisplaysForOutput(_this, dxgiAdapter1, outputIndex) < 0) { in WINRT_AddDisplaysForAdapter()
351 if (adapterIndex == 0 && outputIndex == 0) { in WINRT_AddDisplaysForAdapter()
/AliOS-Things-master/components/SDL2/include/
A DSDL_system.h74 …EC SDL_bool SDLCALL SDL_DXGIGetOutputInfo( int displayIndex, int *adapterIndex, int *outputIndex );
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c908 int outputIndex = 0; in SDLTest_CommonInit() local
974 SDL_DXGIGetOutputInfo(i, &adapterIndex, &outputIndex); in SDLTest_CommonInit()
975 SDL_Log("DXGI Adapter Index: %d Output Index: %d", adapterIndex, outputIndex); in SDLTest_CommonInit()

Completed in 9 milliseconds