Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c852 int i, surf_width; in GEM_UpdateRectsFullscreen() local
856 surf_width=surface->w; in GEM_UpdateRectsFullscreen()
857 if ((surf_width & 15) != 0) { in GEM_UpdateRectsFullscreen()
858 surf_width = (surf_width | 15) + 1; in GEM_UpdateRectsFullscreen()
905 mfdb_src.fd_w=surf_width; in GEM_UpdateRectsFullscreen()
966 int surf_width; in GEM_FlipHWSurfaceFullscreen() local
969 surf_width=surface->w; in GEM_FlipHWSurfaceFullscreen()
970 if ((surf_width & 15) != 0) { in GEM_FlipHWSurfaceFullscreen()
971 surf_width = (surf_width | 15) + 1; in GEM_FlipHWSurfaceFullscreen()
988 surf_width, surface->h, in GEM_FlipHWSurfaceFullscreen()
[all …]