Home
last modified time | relevance | path

Searched refs:gpuIndexData (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/include/
H A DOgreTerrainQuadTreeNode.h136 IndexData* gpuIndexData; member
146 LodLevel() : batchSize(0), gpuIndexData(0), maxHeightDelta(0), calcMaxHeightDelta(0), in LodLevel()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/include/
H A DOgreTerrainQuadTreeNode.h141 IndexData* gpuIndexData; member
151 LodLevel() : batchSize(0), gpuIndexData(0), maxHeightDelta(0), calcMaxHeightDelta(0), in LodLevel()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp1096 if (!ll->gpuIndexData) in createGpuIndexData()
1099 ll->gpuIndexData = OGRE_NEW IndexData(); in createGpuIndexData()
1100 populateIndexData(ll->batchSize, ll->gpuIndexData); in createGpuIndexData()
1113 OGRE_DELETE ll->gpuIndexData; in destroyGpuIndexData()
1114 ll->gpuIndexData = 0; in destroyGpuIndexData()
1447 op.indexData = mLodLevels[mCurrentLod]->gpuIndexData; in getRenderOperation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Terrain/src/
H A DOgreTerrainQuadTreeNode.cpp1095 if (!ll->gpuIndexData) in createGpuIndexData()
1098 ll->gpuIndexData = OGRE_NEW IndexData(); in createGpuIndexData()
1099 populateIndexData(ll->batchSize, ll->gpuIndexData); in createGpuIndexData()
1112 OGRE_DELETE ll->gpuIndexData; in destroyGpuIndexData()
1113 ll->gpuIndexData = 0; in destroyGpuIndexData()
1448 op.indexData = mLodLevels[mCurrentLod]->gpuIndexData; in getRenderOperation()