Searched defs:PixelFormat (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdipluspixelformats.h32 typedef INT PixelFormat; typedef
H A Dgdiplusimaging.h122 PixelFormat PixelFormat; member in class:BitmapData
189 PixelFormat PixelFormat; member in struct:BitmapData
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member in struct:__anon12145
85 /// This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DGraphicsOutput.h49 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member in struct:__anon10207
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdipluspixelformats.h32 typedef INT PixelFormat; typedef
61 static inline BOOL IsIndexedPixelFormat(PixelFormat format)
66 static inline BOOL IsAlphaPixelFormat(PixelFormat format)
71 static inline BOOL IsCanonicalPixelFormat(PixelFormat format)
76 static inline BOOL IsExtendedPixelFormat(PixelFormat format)
81 static inline UINT GetPixelFormatSize(PixelFormat format)
H A Dgdiplusimaging.h122 Gdiplus::PixelFormat PixelFormat; member in class:BitmapData
189 PixelFormat PixelFormat; member in struct:BitmapData
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h73 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member in struct:__anon10411
/vbox/src/recompiler/
H A Dqemu-common.h256 typedef struct PixelFormat PixelFormat; typedef in typeref:struct:PixelFormat
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp339 STDMETHODIMP VBoxSDLFB::COMGETTER(PixelFormat) (BitmapFormat_T *pixelFormat) function in class:VBoxSDLFB
1459 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(PixelFormat)(ULONG *pixelFormat) function in class:VBoxSDLFBOverlay
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp188 STDMETHOD(COMGETTER(PixelFormat))(BitmapFormat_T *puPixelFormat);
677 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(PixelFormat)(BitmapFormat_T *puPixelFormat) function in class:UIFrameBufferPrivate
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp180 pNewVidPnSourceModeInfo->Format.Graphics.PixelFormat = D3DDDIFMT_A8R8G8B8;
181 Assert(pNewVidPnSourceModeInfo->Format.Graphics.PixelFormat != D3DDDIFMT_UNKNOWN);
183 if (pNewVidPnSourceModeInfo->Format.Graphics.PixelFormat == D3DDDIFMT_P8)
2165 if (pSource->AllocData.SurfDesc.format != pVidPnSourceModeInfo->Format.Graphics.PixelFormat)
2168 pSource->AllocData.SurfDesc.format = pVidPnSourceModeInfo->Format.Graphics.PixelFormat;
2170 if (pSource->AllocData.SurfDesc.bpp != vboxWddmCalcBitsPerPixel(pVidPnSourceModeInfo->Format.Graphics.PixelFormat))
2173 pSource->AllocData.SurfDesc.bpp = vboxWddmCalcBitsPerPixel(pVidPnSourceModeInfo->Format.Graphics.PixelFormat);
2657 const char* vboxVidPnDumpStrPixFormat(D3DDDIFORMAT PixelFormat) argument
2659 switch (PixelFormat)
2781 LOGREL_EXACT(("format(%s), ", vboxVidPnDumpStrPixFormat(pVidPnSourceModeInfo->Format.Graphics.PixelFormat)));
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h396 VBOXVHWA_PIXELFORMAT PixelFormat; member in struct:VBOXVHWA_SURFACEDESC

Completed in 179 milliseconds