/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.c | 166 SDL_DisplayMode current_mode; in PSP_VideoInit() local 168 SDL_zero(current_mode); in PSP_VideoInit() 170 current_mode.w = 480; in PSP_VideoInit() 171 current_mode.h = 272; in PSP_VideoInit() 173 current_mode.refresh_rate = 60; in PSP_VideoInit() 175 current_mode.format = SDL_PIXELFORMAT_ABGR8888; in PSP_VideoInit() 177 current_mode.driverdata = NULL; in PSP_VideoInit() 180 display.desktop_mode = current_mode; in PSP_VideoInit() 181 display.current_mode = current_mode; in PSP_VideoInit()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.c | 141 SDL_DisplayMode current_mode; in VIVANTE_AddVideoDisplays() local 151 SDL_zero(current_mode); in VIVANTE_AddVideoDisplays() 155 … vdkGetDisplayInfo(data->native_display, ¤t_mode.w, ¤t_mode.h, &pixels, &pitch, &bpp); in VIVANTE_AddVideoDisplays() 159 …videodata->fbGetDisplayInfo(data->native_display, ¤t_mode.w, ¤t_mode.h, &pixels, &pitc… in VIVANTE_AddVideoDisplays() 166 current_mode.format = SDL_PIXELFORMAT_ARGB8888; in VIVANTE_AddVideoDisplays() 169 current_mode.format = SDL_PIXELFORMAT_RGB565; in VIVANTE_AddVideoDisplays() 173 current_mode.refresh_rate = 60; in VIVANTE_AddVideoDisplays() 177 display.desktop_mode = current_mode; in VIVANTE_AddVideoDisplays() 178 display.current_mode = current_mode; in VIVANTE_AddVideoDisplays() 264 SDL_AddDisplayMode(display, &display->current_mode); in VIVANTE_GetDisplayModes()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 168 SDL_DisplayMode current_mode; in AddDispManXDisplay() local 182 SDL_zero(current_mode); in AddDispManXDisplay() 183 current_mode.w = modeinfo.width; in AddDispManXDisplay() 184 current_mode.h = modeinfo.height; in AddDispManXDisplay() 185 current_mode.refresh_rate = RPI_GetRefreshRate(); in AddDispManXDisplay() 187 current_mode.format = SDL_PIXELFORMAT_ABGR8888; in AddDispManXDisplay() 189 current_mode.driverdata = NULL; in AddDispManXDisplay() 192 display.desktop_mode = current_mode; in AddDispManXDisplay() 193 display.current_mode = current_mode; in AddDispManXDisplay() 241 SDL_AddDisplayMode(display, &display->current_mode); in RPI_GetDisplayModes()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 157 SDL_DisplayMode current_mode; in PND_videoinit() local 159 SDL_zero(current_mode); in PND_videoinit() 161 current_mode.w = 320; in PND_videoinit() 162 current_mode.h = 240; in PND_videoinit() 164 current_mode.w = 800; in PND_videoinit() 165 current_mode.h = 480; in PND_videoinit() 167 current_mode.refresh_rate = 60; in PND_videoinit() 168 current_mode.format = SDL_PIXELFORMAT_RGB565; in PND_videoinit() 169 current_mode.driverdata = NULL; in PND_videoinit() 172 display.desktop_mode = current_mode; in PND_videoinit() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_window.c | 336 …ut(window, window->flags | SDL_WINDOW_MAXIMIZED, display->current_mode.w, display->current_mode.h)… in DirectFB_MaximizeWindow() 340 display->current_mode.w, display->current_mode.h)); in DirectFB_MaximizeWindow()
|
A D | SDL_DirectFB_modes.c | 249 display.current_mode = mode; in DirectFB_InitModes() 371 display->current_mode = *mode; in DirectFB_SetDisplayMode()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 603 display.current_mode = display.desktop_mode; in SDL_AddBasicVideoDisplay() 706 rect->w = display->current_mode.w; in SDL_GetDisplayBounds() 707 rect->h = display->current_mode.h; in SDL_GetDisplayBounds() 870 *mode = display->current_mode; in SDL_GetCurrentDisplayMode() 999 SDL_DisplayMode current_mode; in SDL_SetDisplayModeForDisplay() local 1006 display_mode.format = display->current_mode.format; in SDL_SetDisplayModeForDisplay() 1009 display_mode.w = display->current_mode.w; in SDL_SetDisplayModeForDisplay() 1012 display_mode.h = display->current_mode.h; in SDL_SetDisplayModeForDisplay() 1028 current_mode = display->current_mode; in SDL_SetDisplayModeForDisplay() 1040 display->current_mode = display_mode; in SDL_SetDisplayModeForDisplay() [all …]
|
A D | SDL_sysvideo.h | 133 SDL_DisplayMode current_mode; member
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 488 display.current_mode = mode; in X11_InitModes_XRandR() 808 display.current_mode = mode; in X11_InitModes() 840 mode.format = sdl_display->current_mode.format; in X11_GetDisplayModes() 1036 rect->w = sdl_display->current_mode.w; in X11_GetDisplayBounds() 1037 rect->h = sdl_display->current_mode.h; in X11_GetDisplayBounds()
|
A D | SDL_x11video.c | 141 if (SDL_memcmp(&display->current_mode, &display->desktop_mode, in X11_SafetyNetErrHandler()
|
A D | SDL_x11messagebox.c | 508 x = dpydata->x + (( dpy->current_mode.w - data->dialog_width ) / 2); in X11_MessageBoxCreateWindow() 509 y = dpydata->y + (( dpy->current_mode.h - data->dialog_height ) / 3); in X11_MessageBoxCreateWindow()
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo.cpp | 261 display.current_mode = mode; in WINRT_AddDisplaysForOutput() 272 display.current_mode = display.desktop_mode; in WINRT_AddDisplaysForOutput() 383 display.current_mode = mode; in WINRT_AddDisplaysForAdapter()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvideo.c | 266 display->current_mode = display->display_modes[0]; in Android_SendResize()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bmodes.cc | 229 display.current_mode = *mode; in _AddDisplay()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitmodes.m | 295 display.current_mode = mode; 497 SDL_DisplayMode *currentmode = &display->current_mode;
|
A D | SDL_uikitwindow.m | 200 display->current_mode = *bestmode;
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmodes.c | 172 display.current_mode = mode; in WIN_AddDisplay()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 254 display->current_mode = mode; in display_handle_mode()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 390 display.current_mode = mode; 666 if (display->current_mode.driverdata != display->desktop_mode.driverdata) {
|
A D | SDL_cocoaopengl.m | 234 attr[i++] = SDL_BYTESPERPIXEL(display->current_mode.format)*8;
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 617 display.current_mode = display.desktop_mode; in KMSDRM_VideoInit()
|