/vbox/src/VBox/Frontends/VBoxFB/ |
H A D | Framebuffer.cpp | 140 DFBSurfacePixelFormat pixelFormat; 141 DFBCHECK(surface->GetPixelFormat(surface, &pixelFormat)); 142 switch (pixelFormat) 168 NS_IMETHODIMP VBoxDirectFB::GetPixelFormat (PRUint32 *pixelFormat) argument 170 if (!pixelFormat) 172 *pixelFormat = FramebufferPixelFormat_FOURCC_RGB; 243 NS_IMETHODIMP VBoxDirectFB::RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram, argument 250 printf("RequestResize: aScreenId = %d, pixelFormat = %d, vram = %p, bitsPerPixel = %d, bytesPerLine = %d, w = %d, h = %d, fbSurfaceLocked = %d\n", aScreenId, pixelFormat, vram, bitsPerPixel, bytesPerLine, w, h, fbSurfaceLocked); 365 DFBSurfacePixelFormat pixelFormat; local [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | wgl.c | 167 DECLEXPORT(BOOL) WINAPI wglSetPixelFormat_prox( HDC hdc, int pixelFormat, 172 if ( pixelFormat != 1 ) { 173 crError( "wglSetPixelFormat: pixelFormat=%d?\n", pixelFormat ); 237 DECLEXPORT(int) WINAPI wglDescribePixelFormat_prox( HDC hdc, int pixelFormat, UINT nBytes, argument 242 /* if ( pixelFormat != 1 ) { 243 * crError( "wglDescribePixelFormat: pixelFormat=%d?\n", pixelFormat ); 518 DECLEXPORT(BOOL) WINAPI wglDescribeLayerPlane_prox( HDC hdc, int pixelFormat, int layerPlane,
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_wgl.c | 505 int pixelFormat; local 598 vis = render_spu.ws.wglChoosePixelFormatEXT( hdc, attribList, fattribList, 1, &pixelFormat, &numFormats); 600 crDebug("Render SPU: wglChoosePixelFormatEXT (vis 0x%x, LastError 0x%x, pixelFormat 0x%x", vis, GetLastError(), pixelFormat); 603 render_spu.ws.wglSetPixelFormat( hdc, pixelFormat, &ppfd ); 605 SetPixelFormat( hdc, pixelFormat, &ppfd );
|
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | Framebuffer.cpp | 339 STDMETHODIMP VBoxSDLFB::COMGETTER(PixelFormat) (BitmapFormat_T *pixelFormat) argument 341 if (!pixelFormat) 343 *pixelFormat = BitmapFormat_BGR; 1457 * @param pixelFormat Address of result buffer. 1459 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(PixelFormat)(ULONG *pixelFormat) argument 1462 if (!pixelFormat) 1464 *pixelFormat = BitmapFormat_BGR; 1594 * @param pixelFormat Must be BitmapFormat_BGR. 1601 STDMETHODIMP VBoxSDLFBOverlay::RequestResize(ULONG aScreenId, ULONG pixelFormat, ULONG vram, argument 1605 AssertReturn(pixelFormat [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIFrameBuffer.cpp | 117 ulong pixelFormat() const { return KBitmapFormat_BGR; } function in class:UIFrameBufferPrivate 681 *puPixelFormat = (BitmapFormat_T)pixelFormat();
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxFBOverlay.h | 533 const VBoxVHWAColorFormat &pixelFormat() { return mColorFormat; } function in class:VBoxVHWATextureImage 829 uint32_t fourcc() const {return mImage->pixelFormat().fourcc(); } 831 ulong bitsPerPixel() const { return mImage->pixelFormat().bitsPerPixel(); } 931 const VBoxVHWAColorFormat & pixelFormat() const { return mImage->pixelFormat(); } function in class:VBoxVHWASurfaceBase 1347 mPixelFormat(pFb->pixelFormat()), mVRAM(pFb->address()), mBitsPerPixel(pFb->bitsPerPixel()), 1365 ulong pixelFormat() const { return mPixelFormat; } function
|