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.12/src/video/gapi/
SDL_gapivideo.c 142 unsigned long cBPP; //14
410 this->hidden->gxProperties.cBPP = g_RawFrameBufferInfo.wBPP;
442 if( this->hidden->gxProperties.cBPP != 16 )
511 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP;
525 bpp = gapi->gxProperties.cBPP < 8 ? 16 : gapi->gxProperties.cBPP;
543 vformat->BitsPerPixel = this->hidden->gxProperties.cBPP < 8 ? 16 : (unsigned char)this->hidden->gxProperties.cBPP;
562 if ((this->hidden->gxProperties.ffFormat & kfDirect) && (this->hidden->gxProperties.cBPP < 8))
    [all...]
SDL_gapivideo.h 38 long cBPP; // # of bits in each pixel

Completed in 37 milliseconds