Home
last modified time | relevance | path

Searched refs:CHUNK_VERSION (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Paging/src/
H A DOgrePagedWorld.cpp40 const uint16 PagedWorld::CHUNK_VERSION = 1; member in Ogre::PagedWorld
68 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "PagedWorld")) in load()
109 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePagedWorldSection.cpp42 const uint16 PagedWorldSection::CHUNK_VERSION = 1; member in Ogre::PagedWorldSection
118 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "PagedWorldSection")) in load()
157 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePage.cpp48 const uint16 Page::CHUNK_VERSION = 1; member in Ogre::Page
128 if (!stream.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Page")) in prepareImpl()
320 stream.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePageContentCollection.cpp38 const uint16 PageContentCollection::CHUNK_VERSION = 1; member in Ogre::PageContentCollection
H A DOgreGrid2DPageStrategy.cpp44 const uint16 Grid2DPageStrategyData::CHUNK_VERSION = 1; member in Ogre::Grid2DPageStrategyData
238 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Grid2DPageStrategyData")) in load()
264 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgreGrid3DPageStrategy.cpp45 const uint16 Grid3DPageStrategyData::CHUNK_VERSION = 1; member in Ogre::Grid3DPageStrategyData
195 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Grid3DPageStrategyData")) in load()
216 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Paging/src/
H A DOgrePagedWorld.cpp38 const uint16 PagedWorld::CHUNK_VERSION = 1; member in Ogre::PagedWorld
66 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "PagedWorld")) in load()
107 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePagedWorldSection.cpp41 const uint16 PagedWorldSection::CHUNK_VERSION = 1; member in Ogre::PagedWorldSection
117 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "PagedWorldSection")) in load()
156 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePage.cpp47 const uint16 Page::CHUNK_VERSION = 1; member in Ogre::Page
126 if (!stream.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Page")) in prepareImpl()
320 stream.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgrePageContentCollection.cpp37 const uint16 PageContentCollection::CHUNK_VERSION = 1; member in Ogre::PageContentCollection
H A DOgreGrid2DPageStrategy.cpp46 const uint16 Grid2DPageStrategyData::CHUNK_VERSION = 1; member in Ogre::Grid2DPageStrategyData
240 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Grid2DPageStrategyData")) in load()
266 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
H A DOgreGrid3DPageStrategy.cpp47 const uint16 Grid3DPageStrategyData::CHUNK_VERSION = 1; member in Ogre::Grid3DPageStrategyData
197 if (!ser.readChunkBegin(CHUNK_ID, CHUNK_VERSION, "Grid3DPageStrategyData")) in load()
218 ser.writeChunkBegin(CHUNK_ID, CHUNK_VERSION); in save()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A Dssg3ds.h31 static const int CHUNK_VERSION = 0x0002; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Paging/include/
H A DOgrePageContentCollection.h62 static const uint16 CHUNK_VERSION; variable
H A DOgrePagedWorld.h66 static const uint16 CHUNK_VERSION; variable
H A DOgreGrid3DPageStrategy.h126 static const uint16 CHUNK_VERSION; variable
H A DOgrePage.h99 static const uint16 CHUNK_VERSION; variable
/dports/graphics/ogre3d/ogre-1.11.6/Components/Paging/include/
H A DOgrePageContentCollection.h62 static const uint16 CHUNK_VERSION; variable
H A DOgrePagedWorld.h64 static const uint16 CHUNK_VERSION; variable
H A DOgreGrid3DPageStrategy.h126 static const uint16 CHUNK_VERSION; variable
H A DOgrePage.h99 static const uint16 CHUNK_VERSION; variable
H A DOgrePagedWorldSection.h90 static const uint16 CHUNK_VERSION; variable
H A DOgreGrid2DPageStrategy.h144 static const uint16 CHUNK_VERSION; variable
/dports/games/gtkradiant/GPL/GtkRadiant/libs/picomodel/
H A Dpm_3ds.c77 CHUNK_VERSION = 0x0002, enumerator
110 { CHUNK_VERSION , "CHUNK_VERSION" },
677 if (chunk->id == CHUNK_VERSION) in DoNextChunk()
/dports/games/netradiant/netradiant-20150621-src/libs/picomodel/
H A Dpm_3ds.c77 CHUNK_VERSION = 0x0002, enumerator
110 { CHUNK_VERSION, "CHUNK_VERSION" },
681 if ( chunk->id == CHUNK_VERSION ) { in DoNextChunk()

12