Home
last modified time | relevance | path

Searched defs:PixelFormat (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/dxtest/ddraw/Surface/
H A Dmisc.cpp38 DDPIXELFORMAT PixelFormat = {0}; in Test_Misc() local
/reactos/boot/freeldr/freeldr/include/arch/uefi/
H A Duefildr.h33 UINT32 PixelFormat; member
/reactos/base/applications/screensavers/3dtext/
H A D3dtext.c262 GLuint PixelFormat; // Pixel Format Storage in ScreenSaverProc() local
/reactos/sdk/include/psdk/
H A Dgdipluspixelformats.h23 typedef INT PixelFormat; typedef
H A Dgdiplusimaging.h113 Gdiplus::PixelFormat PixelFormat; variable
180 PixelFormat PixelFormat; member
H A Dd3dkmdt.h357 D3DDDIFORMAT PixelFormat; member
/reactos/boot/environ/include/efi/
H A DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/reactos/modules/rosapps/applications/screensavers/ssstars/
H A Dssstars.c337 GLuint PixelFormat; in OnCreate() local
/reactos/win32ss/gdi/eng/
H A Dengobjects.h104 int PixelFormat; member
/reactos/dll/win32/gdiplus/
H A Dmetafile.c342 DWORD PixelFormat; member
/reactos/dll/directx/wine/ddraw/
H A Dsurface.c3366 …RESULT WINAPI ddraw_surface7_GetPixelFormat(IDirectDrawSurface7 *iface, DDPIXELFORMAT *PixelFormat) in ddraw_surface7_GetPixelFormat()