Home
last modified time | relevance | path

Searched refs:isPushed (Results 1 – 12 of 12) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h280 bool isPushed = m_SceneNodes.push_back(node); in PushSceneNode() local
281 NW_ASSERT(isPushed); in PushSceneNode()
351 bool isPushed = m_Models.push_back(model); in PushModel() local
352 NW_ASSERT(isPushed); in PushModel()
397 bool isPushed = m_SkeletalModels.push_back(skeletalModel); in PushSkeletalModel() local
398 NW_ASSERT(isPushed); in PushSkeletalModel()
450 bool isPushed = m_Lights.push_back(light); in PushLight() local
451 NW_ASSERT(isPushed); in PushLight()
496 bool isPushed = m_FragmentLights.push_back(light); in PushFragmentLight() local
497 NW_ASSERT(isPushed); in PushFragmentLight()
[all …]
Dgfx_RelativeHashMaterialIdGenerator.h127 bool isPushed = m_Materials.push_back(material); in Accept() local
128 NW_ASSERT(isPushed); in Accept()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DGfxCtrl.cpp193 bool isPushed; in CreateModel() local
194 NW_UNUSED_VARIABLE(isPushed); in CreateModel()
267 isPushed = m_AnimationArray.push_back( evaluator ); in CreateModel()
268 NW_ASSERT(isPushed); in CreateModel()
302 isPushed = m_AnimationArray.push_back( matAnimEvaluator ); in CreateModel()
303 NW_ASSERT(isPushed); in CreateModel()
310 isPushed = m_ResourcesArray.push_back( resSet ); in CreateModel()
311 NW_ASSERT(isPushed); in CreateModel()
314 isPushed = m_SmModelInstArray.push_back( pModel ); in CreateModel()
315 NW_ASSERT(isPushed); in CreateModel()
[all …]
DLytCtrl.cpp149 bool isPushed = false; in CreateSmLayoutResource() local
150 NW_UNUSED_VARIABLE(isPushed); in CreateSmLayoutResource()
189 isPushed = m_SmLytResourceArray.push_back( smLytResource ); in CreateSmLayoutResource()
190 NW_ASSERT(isPushed); in CreateSmLayoutResource()
192 isPushed = m_ResourcesArray.push_back( resSet ); in CreateSmLayoutResource()
193 NW_ASSERT(isPushed); in CreateSmLayoutResource()
212 bool isPushed = m_SmLytInstanceArray.push_back( smLyt ); in CreateSmLayout() local
213 NW_ASSERT(isPushed); in CreateSmLayout()
DSmParticle.cpp48 bool isPushed = m_ParticleModelInstArray.push_back( particleModel ); in AddParticleModel() local
49 NW_ASSERT(isPushed); in AddParticleModel()
57 bool isPushed = m_ParticleEmitterInstArray.push_back( particleEmitter ); in AddParticleEmitter() local
58 NW_ASSERT(isPushed); in AddParticleEmitter()
DSmPerf.cpp48 bool isPushed = m_CostArray[m_CostArrayFlip].push_back( addCost ); in Begin() local
49 NW_ASSERT(isPushed); in Begin()
120 bool isPushed = m_CostArray[m_CostArrayFlip].push_back( addCost ); in Begin() local
121 NW_ASSERT(isPushed); in Begin()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SortingMaterialIdGenerator.cpp108 bool isPushed = m_Materials.push_back(materialKeyValue); in Accept() local
109 NW_ASSERT(isPushed); in Accept()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp288 bool isPushed = s_Resources.push_back(resourceSet); in LoadResources() local
290 NW_ASSERT(isPushed); in LoadResources()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Utility.cpp53 bool isPushed = resourceArray.push_back(resourceSet); in LoadResources() local
55 NW_ASSERT(isPushed); in LoadResources()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp302 bool isPushed = s_Resources.push_back(resourceSet); in LoadResources() local
304 NW_ASSERT(isPushed); in LoadResources()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp310 bool isPushed = s_Resources.push_back(resourceSet); in LoadResources() local
312 NW_ASSERT(isPushed); in LoadResources()
/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp430 bool isPushed = s_ParticleModels.push_back(*iter); in LoopAnimation() local
431 NW_ASSERT(isPushed); in LoopAnimation()