HomeSort by relevance Sort by last modified time
    Searched refs:VDI_bpp (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 73 VDI_bpp, VDI_redmask, VDI_greenmask, VDI_bluemask, 0);
SDL_gemvideo.c 356 VDI_bpp = work_out[4];
359 switch(VDI_bpp) {
374 fprintf(stderr,"%d bits colour depth not supported\n",VDI_bpp);
385 if (VDI_bpp>8) {
388 VDI_oldnumcolors=1<<VDI_bpp;
415 VDI_format = ( (VDI_bpp <= 8) ? VDI_FORMAT_INTER : VDI_FORMAT_PACK);
436 vformat->BitsPerPixel = VDI_bpp;
475 if (format->BitsPerPixel != VDI_bpp) {
564 mfdb_src.fd_nplanes=VDI_bpp;
594 mfdb_src.fd_nplanes=VDI_bpp;
    [all...]
SDL_gemvideo.h 101 #define VDI_bpp (this->hidden->bpp)

Completed in 41 milliseconds