| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_ResMetaData.h | 77 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL() 95 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 114 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 140 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | ut_ResPrimitive.h | 65 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleUtil.cpp | 136 if (resUpdater.GetTypeInfo() == ResParticleChildUpdater::TYPE_INFO) in ResolveParticleObject() 202 switch (src->GetTypeInfo()) in GetMemorySizeForDuplicateResParticleInitializerInternal() 265 switch (src->GetTypeInfo()) in DuplicateResParticleInitializer() 332 switch (src->GetTypeInfo()) in DuplicateResParticleInitializer() 368 switch (src->GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 401 switch (form.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 431 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 501 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 552 switch (src->GetTypeInfo()) in DuplicateResParticleUpdater() 585 switch (form.GetTypeInfo()) in DuplicateResParticleUpdater() [all …]
|
| D | gfx_OffScreenBuffer.cpp | 59 switch (resTexture.GetTypeInfo()) in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 94 switch (texture.GetTypeInfo()) in CreateOffScreenBuffer()
|
| D | gfx_ParticleAnimationOption.cpp | 80 switch (this->GetTypeInfo()) in EvaluateAnimationFrame()
|
| D | gfx_ParticleCollection.cpp | 181 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal() 317 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal() 420 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create() 634 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
|
| D | gfx_Camera.cpp | 205 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in Create() 220 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in Create() 299 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in GetMemorySize() 321 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
|
| D | gfx_ParticleEmitter.cpp | 53 switch(resForm.GetTypeInfo()) in GetMemorySizeInternal() 121 switch(resForm.GetTypeInfo()) in Create() 469 switch(resForm.GetTypeInfo()) in Emission()
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResParticleCollection.h | 53 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL() 104 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
|
| D | gfx_ResParticleAnimation.h | 65 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_CLASS_DECL()
|
| D | gfx_ResParticleShapeBuilder.h | 59 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResParticleAnimationOption.h | 54 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResCamera.h | 224 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR() 263 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResShape.h | 304 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in NW_RES_CTOR_INHERIT() 312 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in GetOrientedBoundingBox()
|
| D | gfx_ResSceneObject.h | 117 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
|
| D | gfx_ResLookupTable.h | 79 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| D | gfx_ResParticleUpdater.h | 100 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL() 497 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| D | gfx_ResTextureMapper.h | 268 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 570 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResParticleForm.h | 55 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResParticleInitializer.h | 60 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResVertex.h | 135 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResGraphicsFile.h | 911 ut::ResTypeInfo resTypeInfo = resModel.GetTypeInfo(); in operator() 931 ut::ResTypeInfo resTypeInfo = resModel.GetTypeInfo(); in operator()
|
| /NW4C-1.3.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 371 switch(viewUpdater.GetTypeInfo()) in SetValue() 455 switch(projectionUpdater.GetTypeInfo()) in SetValue()
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 158 switch ( shape.GetTypeInfo() ) in Setup()
|