Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c356 VDI_bpp = work_out[4]; in GEM_VideoInit()
359 switch(VDI_bpp) { in GEM_VideoInit()
374 fprintf(stderr,"%d bits colour depth not supported\n",VDI_bpp); in GEM_VideoInit()
385 if (VDI_bpp>8) { in GEM_VideoInit()
388 VDI_oldnumcolors=1<<VDI_bpp; in GEM_VideoInit()
415 VDI_format = ( (VDI_bpp <= 8) ? VDI_FORMAT_INTER : VDI_FORMAT_PACK); in GEM_VideoInit()
436 vformat->BitsPerPixel = VDI_bpp; in GEM_VideoInit()
475 if (format->BitsPerPixel != VDI_bpp) { in GEM_ListModes()
564 mfdb_src.fd_nplanes=VDI_bpp; in GEM_LockScreen()
594 mfdb_src.fd_nplanes=VDI_bpp; in GEM_UnlockScreen()
[all …]
DSDL_gemwm.c73 VDI_bpp, VDI_redmask, VDI_greenmask, VDI_bluemask, 0); in GEM_SetIcon()
DSDL_gemvideo.h101 #define VDI_bpp (this->hidden->bpp) macro