Searched defs:GetPixelFormat (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp141 DFBCHECK(surface->GetPixelFormat(surface, &pixelFormat));
168 NS_IMETHODIMP VBoxDirectFB::GetPixelFormat (PRUint32 *pixelFormat) function in class:VBoxDirectFB
369 DFBCHECK(surface->GetPixelFormat(surface, &pixelFormat));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3720 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_0.h4273 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_1.h4171 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v3_2.h4381 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_0.h4666 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_1.h5042 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_2.h5964 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
H A DVBoxCAPI_v4_3.h12024 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebuffer_vtbl
12107 nsresult (*GetPixelFormat)(IFramebuffer *pThis, PRUint32 *pixelFormat); member in struct:IFramebufferVtbl
12187 #define IFramebuffer_get_PixelFormat(p, aPixelFormat) ((p)->lpVtbl->GetPixelFormat(p, aPixelFormat))
12188 #define IFramebuffer_GetPixelFormat(p, aPixelFormat) ((p)->lpVtbl->GetPixelFormat(p, aPixelFormat))
12265 nsresult (*GetPixelFormat)(IFramebufferOverlay *pThis, PRUint32 *pixelFormat); member in struct:IFramebufferOverlayVtbl
12361 #define IFramebufferOverlay_get_PixelFormat(p, aPixelFormat) ((p)->lpVtbl->GetPixelFormat(p, aPixelFormat))
12362 #define IFramebufferOverlay_GetPixelFormat(p, aPixelFormat) ((p)->lpVtbl->GetPixelFormat(p, aPixelFormat))
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h1414 # define GetPixelFormat pwglGetPixelFormat macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h1409 # define GetPixelFormat pwglGetPixelFormat macro

Completed in 617 milliseconds