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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 154 unsigned long cBPP; //14
438 gapi->gxProperties.cBPP = g_RawFrameBufferInfo.wBPP;
470 if( gapi->gxProperties.cBPP != 16 )
539 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP;
553 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP;
573 vformat->BitsPerPixel = gapi->gxProperties.cBPP < 8 ? 16 : (unsigned char)gapi->gxProperties.cBPP;
592 if ((gapi->gxProperties.ffFormat & kfDirect) && (gapi->gxProperties.cBPP < 8))
    [all...]
SDL_gapivideo.h 39 long cBPP; // # of bits in each pixel

Completed in 419 milliseconds