Searched refs:RequestResize (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.h45 NS_IMETHOD RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram,
H A DFramebuffer.cpp243 NS_IMETHODIMP VBoxDirectFB::RequestResize(PRUint32 aScreenId, PRUint32 pixelFormat, PRUint8 *vram, function in class:VBoxDirectFB
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);
284 printf("RequestResize: no suitable mode found!\n");
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h261 STDMETHOD(RequestResize)(ULONG aScreenId, ULONG pixelFormat, ULONG vram,
H A DFramebuffer.cpp1601 STDMETHODIMP VBoxSDLFBOverlay::RequestResize(ULONG aScreenId, ULONG pixelFormat, ULONG vram, function in class:VBoxSDLFBOverlay
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3743 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_0.h4295 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_1.h4193 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_2.h4403 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_0.h4688 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_1.h5064 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_2.h5986 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_3.h12046 nsresult (*RequestResize)( member in struct:IFramebuffer_vtbl
12129 nsresult (*RequestResize)( member in struct:IFramebufferVtbl
12200 #define IFramebuffer_RequestResize(p, aScreenId, aPixelFormat, aVRAM, aBitsPerPixel, aBytesPerLine, aWidth, aHeight, aFinished) ((p)->lpVtbl->RequestResize(p, aScreenId, aPixelFormat, aVRAM, aBitsPerPixel, aBytesPerLine, aWidth, aHeight, aFinished))
12287 nsresult (*RequestResize)( member in struct:IFramebufferOverlayVtbl
12374 #define IFramebufferOverlay_RequestResize(p, aScreenId, aPixelFormat, aVRAM, aBitsPerPixel, aBytesPerLine, aWidth, aHeight, aFinished) ((p)->lpVtbl->RequestResize(p, aScreenId, aPixelFormat, aVRAM, aBitsPerPixel, aBytesPerLine, aWidth, aHeight, aFinished))

Completed in 4887 milliseconds