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

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 83 else if ( colorBits != device_bpp ) {
85 colorBits = device_bpp;
SDL_QuartzVideo.h 141 #define device_bpp (this->hidden->bpp) macro
SDL_QuartzVideo.m 369 QZ_GetModeInfo(this, save_mode, &device_width, &device_height, &device_bpp);
370 if (device_bpp == 0) {
382 video_format->BitsPerPixel = device_bpp;
    [all...]

Completed in 263 milliseconds