Searched refs:SDL_BITSPERPIXEL (Results 1 – 6 of 6) sorted by relevance
198 SDL_Log("Screen bpp: %d\n", SDL_BITSPERPIXEL(mode.format)); in main()
300 SDL_Log("Screen BPP : %d\n", SDL_BITSPERPIXEL(mode.format)); in main()
580 SDL_Log("Screen bpp: %d\n", SDL_BITSPERPIXEL(mode.format)); in main()
127 #define SDL_BITSPERPIXEL(X) (((X) >> 8) & 0xFF) macro
414 } else if (SDL_BITSPERPIXEL(a->format) != SDL_BITSPERPIXEL(b->format)) { in cmpmodes()415 return SDL_BITSPERPIXEL(b->format) - SDL_BITSPERPIXEL(a->format); in cmpmodes()882 (SDL_BITSPERPIXEL(current->format) >= in SDL_GetClosestDisplayModeForDisplay()883 SDL_BITSPERPIXEL(target_format) in SDL_GetClosestDisplayModeForDisplay()
147 *bpp = SDL_BITSPERPIXEL(format); in SDL_PixelFormatEnumToMasks()