Home
last modified time | relevance | path

Searched refs:SGPassList (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/include/
H A DOgreShaderMaterialSerializerListener.h79 typedef vector<ShaderGenerator::SGPass*>::type SGPassList; typedef
80 typedef SGPassList::iterator SGPassListIterator;
81 typedef SGPassList::const_iterator SGPassListConstIterator;
90 void createSGPassList(Material* mat, SGPassList& passList);
101 SGPassList mSGPassList;
H A DOgreShaderGenerator.h483 typedef vector<SGPass*>::type SGPassList; typedef
484 typedef SGPassList::iterator SGPassIterator;
485 typedef SGPassList::const_iterator SGPassConstIterator;
623 SGPassList mPassEntries;
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/include/
H A DOgreShaderMaterialSerializerListener.h79 typedef std::vector<ShaderGenerator::SGPass*> SGPassList; typedef
80 typedef SGPassList::iterator SGPassListIterator;
81 typedef SGPassList::const_iterator SGPassListConstIterator;
90 void createSGPassList(Material* mat, SGPassList& passList);
101 SGPassList mSGPassList;
H A DOgreShaderGenerator.h449 typedef std::vector<SGPass*> SGPassList; typedef
450 typedef SGPassList::iterator SGPassIterator;
451 typedef SGPassList::const_iterator SGPassConstIterator;
615 SGPassList mPassEntries;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/
H A DOgreShaderMaterialSerializerListener.cpp122 void SGMaterialSerializerListener::createSGPassList(Material* mat, SGPassList& passList) in createSGPassList()
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderMaterialSerializerListener.cpp119 void SGMaterialSerializerListener::createSGPassList(Material* mat, SGPassList& passList) in createSGPassList()