Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMeshSerializer.cpp41 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
159 if (headerID != HEADER_CHUNK_ID) in importMesh()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMeshSerializer.cpp47 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
172 if (headerID != HEADER_CHUNK_ID) in importMesh()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ogre/
H A DOgreBinarySerializer.cpp65 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
177 if (id != HEADER_CHUNK_ID) in ReadHeader()
208 if (id != HEADER_CHUNK_ID) { in ImportMesh()
918 if (id != HEADER_CHUNK_ID) { in ReadSkeleton()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ogre/
H A DOgreBinarySerializer.cpp62 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
157 if (id != HEADER_CHUNK_ID) { in ReadHeader()
183 if (id != HEADER_CHUNK_ID) { in ImportMesh()
799 if (id != HEADER_CHUNK_ID) { in ReadSkeleton()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DOgreBinarySerializer.cpp63 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
175 if (id != HEADER_CHUNK_ID) in ReadHeader()
206 if (id != HEADER_CHUNK_ID) { in ImportMesh()
916 if (id != HEADER_CHUNK_ID) { in ReadSkeleton()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DOgreBinarySerializer.cpp63 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
175 if (id != HEADER_CHUNK_ID) in ReadHeader()
206 if (id != HEADER_CHUNK_ID) { in ImportMesh()
914 if (id != HEADER_CHUNK_ID) { in ReadSkeleton()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DOgreBinarySerializer.cpp64 const unsigned short HEADER_CHUNK_ID = 0x1000; variable
176 if (id != HEADER_CHUNK_ID) in ReadHeader()
207 if (id != HEADER_CHUNK_ID) { in ImportMesh()
915 if (id != HEADER_CHUNK_ID) { in ReadSkeleton()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dmidifile.c28 #define HEADER_CHUNK_ID "MThd" macro
542 if (!CheckChunkHeader(&file->header.chunk_header, HEADER_CHUNK_ID) in ReadFileHeader()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dmidifile.c28 #define HEADER_CHUNK_ID "MThd" macro
542 if (!CheckChunkHeader(&file->header.chunk_header, HEADER_CHUNK_ID) in ReadFileHeader()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dmidifile.c38 #define HEADER_CHUNK_ID "MThd" macro
589 if (!CheckChunkHeader(&file->header.chunk_header, HEADER_CHUNK_ID) in ReadFileHeader()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Dmidifile.c42 #define HEADER_CHUNK_ID "MThd" macro
603 if (!CheckChunkHeader(&file->header.chunk_header, HEADER_CHUNK_ID) in ReadFileHeader()