Home
last modified time | relevance | path

Searched defs:DDPixelFormat (Results 1 – 7 of 7) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Ddds.cpp23 struct DDPixelFormat struct
25 uint32 size;
26 uint32 flags;
27 uint32 fourCC;
28 uint32 bpp;
29 uint32 redMask;
30 uint32 greenMask;
31 uint32 blueMask;
32 uint32 alphaMask;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Ddds.cpp23 struct DDPixelFormat struct
25 uint32 size;
26 uint32 flags;
27 uint32 fourCC;
28 uint32 bpp;
29 uint32 redMask;
30 uint32 greenMask;
31 uint32 blueMask;
32 uint32 alphaMask;
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tools/
H A Ddds.c54 struct DDPixelFormat struct
56 GLuint size;
57 GLuint flags;
58 GLuint fourCC;
59 GLuint bpp;
60 GLuint redMask;
61 GLuint greenMask;
62 GLuint blueMask;
63 GLuint alphaMask;
/dports/games/libretro-snes9x/snes9x-73aa348/win32/
H A DCDirectDraw.h44 DDPIXELFORMAT DDPixelFormat; variable
/dports/emulators/snes9x-gtk/snes9x-1.54.1/win32/
H A DCDirectDraw.h219 DDPIXELFORMAT DDPixelFormat; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.cpp98 struct DDPixelFormat struct
100 unsigned dwSize_;
101 unsigned dwFlags_;
102 unsigned dwFourCC_;
104 {
114 {
123 {
135 {
142 {
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Ddx.hpp464 ddpf DDPixelFormat; member