Home
last modified time | relevance | path

Searched refs:DDPixelFormat (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A DCDirectDraw.cpp451 ZeroMemory (&DDPixelFormat, sizeof (DDPixelFormat)); in SetDisplayMode()
452 DDPixelFormat.dwSize = sizeof (DDPixelFormat); in SetDisplayMode()
453 lpDDSPrimary->GetPixelFormat (&DDPixelFormat); in SetDisplayMode()
499 ZeroMemory (&DDPixelFormat, sizeof (DDPixelFormat)); in GetPixelFormat()
500 DDPixelFormat.dwSize = sizeof (DDPixelFormat); in GetPixelFormat()
790 GUI.ScreenDepth = DDPixelFormat.dwRGBBitCount; in SetSnes9xColorFormat()
798 if((DDPixelFormat.dwFlags&DDPF_RGB) != 0 && in SetSnes9xColorFormat()
800 DDPixelFormat.dwRBitMask == 0xF800 && in SetSnes9xColorFormat()
801 DDPixelFormat.dwGBitMask == 0x07E0 && in SetSnes9xColorFormat()
802 DDPixelFormat.dwBBitMask == 0x001F) in SetSnes9xColorFormat()
[all …]
H A DCDirectDraw.h219 DDPIXELFORMAT DDPixelFormat; variable
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A DCDirectDraw.cpp282 ZeroMemory (&DDPixelFormat, sizeof (DDPixelFormat)); in SetDisplayMode()
283 DDPixelFormat.dwSize = sizeof (DDPixelFormat); in SetDisplayMode()
284 lpDDSPrimary->GetPixelFormat (&DDPixelFormat); in SetDisplayMode()
330 ZeroMemory (&DDPixelFormat, sizeof (DDPixelFormat)); in GetPixelFormat()
331 DDPixelFormat.dwSize = sizeof (DDPixelFormat); in GetPixelFormat()
332 lpDDSPrimary2->GetPixelFormat (&DDPixelFormat); in GetPixelFormat()
621 GUI.ScreenDepth = DDPixelFormat.dwRGBBitCount; in SetSnes9xColorFormat()
625 GUI.RedShift = ffs (DDPixelFormat.dwRBitMask); in SetSnes9xColorFormat()
626 GUI.GreenShift = ffs (DDPixelFormat.dwGBitMask); in SetSnes9xColorFormat()
627 GUI.BlueShift = ffs (DDPixelFormat.dwBBitMask); in SetSnes9xColorFormat()
H A DCDirectDraw.h44 DDPIXELFORMAT DDPixelFormat; variable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Ddds.cpp23 struct DDPixelFormat struct
67 DDPixelFormat format;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Ddds.cpp23 struct DDPixelFormat struct
67 DDPixelFormat format;
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tools/
H A Ddds.c54 struct DDPixelFormat struct
98 struct DDPixelFormat format;
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/core/
H A Dsave_dds.inl40 return (DXFormat.DDPixelFormat & dx::DDPF_FOURCC) ? DXFormat.D3DFormat : dx::D3DFMT_UNKNOWN;
81 Header.Format.flags = RequireDX10Header ? dx::DDPF_FOURCC : DXFormat.DDPixelFormat;
H A Ddx.inl309 …return ((DXFormat.DDPixelFormat & dx::DDPF_FOURCC) && DXFormat.D3DFormat == dx::D3DFMT_GLI1) || ((…
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Ddx.hpp464 ddpf DDPixelFormat; member
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.cpp98 struct DDPixelFormat struct
209 DDPixelFormat ddpfPixelFormat_;