Home
last modified time | relevance | path

Searched refs:DDSCAPS2_VOLUME (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dddsimage.c247 ((header->m_caps.m_caps2 & DDSCAPS2_VOLUME) == DDSCAPS2_VOLUME)) in validate_header()
255 ((header->m_caps.m_caps2 & DDSCAPS2_VOLUME) != DDSCAPS2_VOLUME)) in validate_header()
269 if (((header->m_caps.m_caps2 & DDSCAPS2_VOLUME) == DDSCAPS2_VOLUME) && in validate_header()
285 ((header->m_caps.m_caps2 & DDSCAPS2_VOLUME) != DDSCAPS2_VOLUME) in validate_header()
H A Ddds.h101 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderMain/
H A DDDS.h52 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dimage_DXT.h121 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dimage_DXT.h121 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dimage_DXT.h121 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/plugins/
H A Drfx_dds.h105 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/devel/py-types-Pillow/types-Pillow-8.3.11/PIL-stubs/
H A DDdsImagePlugin.pyi24 DDSCAPS2_VOLUME: int
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Pillow/PIL/
H A DDdsImagePlugin.pyi24 DDSCAPS2_VOLUME: int
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ddsutils/
H A Dddsutils.h67 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/Src/
H A DDDSHeader.h37 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/core/
H A Dload_dds.inl20 DDSCAPS2_VOLUME = 0x00200000 enumerator
138 …ON_TEXTURE3D || Header.Flags & detail::DDSD_DEPTH || Header.CubemapFlags & detail::DDSCAPS2_VOLUME)
285 if(Header.CubemapFlags & detail::DDSCAPS2_VOLUME)
H A Dsave_dds.inl98 Header.CubemapFlags |= detail::DDSCAPS2_VOLUME;
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-dds/
H A Ddds.h142 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Ddds.py78 DDSCAPS2_VOLUME = 0x00200000 variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Ddds.py78 DDSCAPS2_VOLUME = 0x00200000 variable
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreDDSCodec.cpp147 const uint32 DDSCAPS2_VOLUME = 0x00200000; variable
334 ddsHeaderCaps2 = DDSCAPS2_VOLUME; in encodeToFile()
802 else if (header.caps.caps2 & DDSCAPS2_VOLUME) in decode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreDDSCodec.cpp157 const uint32 DDSCAPS2_VOLUME = 0x00200000; variable
322 ddsHeaderCaps2 = DDSCAPS2_VOLUME; in encodeToFile()
658 else if (header.caps.caps2 & DDSCAPS2_VOLUME) in decode()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/nvtt/nvimage/
H A DDirectDrawSurface.cpp111 static const uint DDSCAPS2_VOLUME = 0x00200000U; variable
606 this->caps.caps2 = DDSCAPS2_VOLUME; in setTexture3D()
906 return (header.caps.caps2 & DDSCAPS2_VOLUME) != 0; in isTexture3D()
1284 if (header.caps.caps2 & DDSCAPS2_VOLUME) printf("\t\tDDSCAPS2_VOLUME\n"); in printInfo()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvimage/
H A DDirectDrawSurface.cpp111 static const uint DDSCAPS2_VOLUME = 0x00200000U; variable
606 this->caps.caps2 = DDSCAPS2_VOLUME; in setTexture3D()
906 return (header.caps.caps2 & DDSCAPS2_VOLUME) != 0; in isTexture3D()
1284 if (header.caps.caps2 & DDSCAPS2_VOLUME) printf("\t\tDDSCAPS2_VOLUME\n"); in printInfo()
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/src/nvimage/
H A DDirectDrawSurface.cpp111 static const uint DDSCAPS2_VOLUME = 0x00200000U; variable
606 this->caps.caps2 = DDSCAPS2_VOLUME; in setTexture3D()
906 return (header.caps.caps2 & DDSCAPS2_VOLUME) != 0; in isTexture3D()
1284 if (header.caps.caps2 & DDSCAPS2_VOLUME) printf("\t\tDDSCAPS2_VOLUME\n"); in printInfo()
/dports/games/pioneer/pioneer-20210723/contrib/PicoDDS/
H A DPicoDDS.h203 const int32_t DDSCAPS2_VOLUME = 0x00200000; variable
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ddsutils/
H A Dddsutils.h69 #define DDSCAPS2_VOLUME 0x00200000 macro
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/dds/
H A DDirectDrawSurface.cpp145 static const uint DDSCAPS2_VOLUME = 0x00200000U; variable
640 this->caps.caps2 = DDSCAPS2_VOLUME; in setTexture3D()
1055 return (header.caps.caps2 & DDSCAPS2_VOLUME) != 0; in isTexture3D()
1515 if (header.caps.caps2 & DDSCAPS2_VOLUME) { in printInfo()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_image_dds.c76 #define DDSCAPS2_VOLUME 0x200000 macro

123