Searched refs:mBitsPerPixel (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp135 mBitsPerPixel = 0;
525 mBitsPerPixel = 0;
648 mBitsPerPixel = 32;
669 && mBitsPerPixel == ulBitsPerPixel
684 mBitsPerPixel = ulBitsPerPixel;
717 mSurfVRAM = SDL_CreateRGBSurfaceFrom(mPtrVRAM, mGuestXRes, mGuestYRes, mBitsPerPixel,
723 mSurfVRAM = SDL_CreateRGBSurface(SDL_SWSURFACE, mGuestXRes, mGuestYRes, mBitsPerPixel,
H A DFramebuffer.h200 ULONG mBitsPerPixel; member in class:VBoxSDLFB
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h246 mBitsPerPixel(0) /* needed for isValid() to work */
251 bool isValid() const {return mBitsPerPixel != 0; }
253 uint32_t bitsPerPixel() const { return mBitsPerPixel; }
288 uint32_t mBitsPerPixel; member in class:VBoxVHWAColorFormat
1347 mPixelFormat(pFb->pixelFormat()), mVRAM(pFb->address()), mBitsPerPixel(pFb->bitsPerPixel()),
1359 mPixelFormat(aPixelFormat), mVRAM(aVRAM), mBitsPerPixel(aBitsPerPixel),
1367 ulong bitsPerPixel() const { return mBitsPerPixel; }
1381 ulong mBitsPerPixel; local
H A DVBoxFBOverlay.cpp4025 mBitsPerPixel = 32;
4030 mBitsPerPixel = 16;
4034 mBitsPerPixel = 8;
4039 mBitsPerPixel = 0;
4048 mBitsPerPixel = bitsPerPixel;
4105 mBitsPerPixel = 0;

Completed in 66 milliseconds