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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 111 uint32_t fb_bits_per_pixel; // 32: 32 24: 24 16: 16 15: 15 member in struct:SDL_PrivateVideoData
150 #define fb_bits_per_pixel (this->hidden->fb_bits_per_pixel) macro
SDL_ps3video.c 201 fb_bits_per_pixel = fb_vinfo.bits_per_pixel;
202 if (fb_bits_per_pixel == 16)
203 fb_bits_per_pixel =
324 if (!SDL_ReallocFormat(current, fb_bits_per_pixel, 0, 0, 0, 0)) {

Completed in 3030 milliseconds