HomeSort by relevance Sort by last modified time
    Searched full:native_bpp (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 430 int native_bpp; local
445 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags);
446 if ( native_bpp == *BitsPerPixel ) {
449 if ( native_bpp > 0 ) {
450 *BitsPerPixel = native_bpp;
    [all...]

Completed in 165 milliseconds