Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c532 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDL_CreateShadowSurface()
535 if ( SDL_ShadowSurface == NULL ) { in SDL_CreateShadowSurface()
540 if ( SDL_ShadowSurface->format->palette ) { in SDL_CreateShadowSurface()
541 SDL_ShadowSurface->flags |= SDL_HWPALETTE; in SDL_CreateShadowSurface()
543 SDL_memcpy(SDL_ShadowSurface->format->palette->colors, in SDL_CreateShadowSurface()
549 SDL_ShadowSurface->format->palette->colors, depth); in SDL_CreateShadowSurface()
555 SDL_ShadowSurface->flags |= SDL_RESIZABLE; in SDL_CreateShadowSurface()
559 SDL_ShadowSurface->flags |= SDL_NOFRAME; in SDL_CreateShadowSurface()
563 SDL_ShadowSurface->flags |= SDL_FULLSCREEN; in SDL_CreateShadowSurface()
567 SDL_ShadowSurface->flags |= SDL_DOUBLEBUF; in SDL_CreateShadowSurface()
[all …]
DSDL_sysvideo.h436 #define SDL_ShadowSurface (current_video->shadow) macro
DSDL_surface.c908 ((surface == SDL_ShadowSurface)||(surface == SDL_VideoSurface)))) { in SDL_FreeSurface()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbevents.c966 if ( SDL_ShadowSurface ) { in switch_vt_done()
967 SDL_UpdateRect(SDL_ShadowSurface, 0, 0, 0, 0); in switch_vt_done()