| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_ResMetaData.h | 79 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL() 97 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 116 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 142 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | ut_ResPrimitive.h | 67 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| D | ut_ResUtil.h | 81 if ((res.GetTypeInfo() & TDown::TYPE_INFO) == TDown::TYPE_INFO) in ResDynamicCast()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleUtil.cpp | 138 if (resUpdater.GetTypeInfo() == ResParticleChildUpdater::TYPE_INFO) in ResolveParticleObject() 204 switch (src->GetTypeInfo()) in GetMemorySizeForDuplicateResParticleInitializerInternal() 267 switch (src->GetTypeInfo()) in DuplicateResParticleInitializer() 334 switch (src->GetTypeInfo()) in DuplicateResParticleInitializer() 370 switch (src->GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 403 switch (form.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 433 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 503 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 554 switch (src->GetTypeInfo()) in DuplicateResParticleUpdater() 587 switch (form.GetTypeInfo()) in DuplicateResParticleUpdater() [all …]
|
| D | gfx_OffScreenBuffer.cpp | 61 switch (resTexture.GetTypeInfo()) in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 96 switch (texture.GetTypeInfo()) in CreateOffScreenBuffer()
|
| D | gfx_ParticleAnimationOption.cpp | 82 switch (this->GetTypeInfo()) in EvaluateAnimationFrame()
|
| D | gfx_ParticleCollection.cpp | 180 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal() 316 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal() 419 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create() 633 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
|
| D | gfx_Camera.cpp | 208 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in Create() 223 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in Create() 302 switch (this->m_ViewUpdater->GetResource().GetTypeInfo()) in GetMemorySize() 324 switch (this->m_ProjectionUpdater->GetResource().GetTypeInfo()) in GetMemorySize()
|
| D | gfx_ParticleEmitter.cpp | 55 switch(resForm.GetTypeInfo()) in GetMemorySizeInternal() 123 switch(resForm.GetTypeInfo()) in Create() 471 switch(resForm.GetTypeInfo()) in Emission()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResParticleCollection.h | 55 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL() 106 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
|
| D | gfx_ResParticleAnimation.h | 67 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_CLASS_DECL()
|
| D | gfx_ResParticleAnimationOption.h | 56 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResParticleShapeBuilder.h | 61 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResCamera.h | 226 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR() 265 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResShape.h | 306 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in NW_RES_CTOR_INHERIT() 314 …NW_ASSERT( resOBB.IsValid() || (resOBB.GetTypeInfo() == nw::ut::ResOrientedBoundingBox::TYPE_INFO)… in GetOrientedBoundingBox()
|
| D | gfx_ResSceneObject.h | 119 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
|
| D | gfx_ResLookupTable.h | 81 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| D | gfx_ResParticleUpdater.h | 104 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL() 501 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
|
| D | gfx_ResTextureMapper.h | 270 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function 572 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResParticleForm.h | 57 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| D | gfx_ResVertex.h | 142 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo() function
|
| D | gfx_ResParticleInitializer.h | 62 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
|
| /NW4C-2.0.3/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 373 switch(viewUpdater.GetTypeInfo()) in SetValue() 457 switch(projectionUpdater.GetTypeInfo()) in SetValue()
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 160 switch ( shape.GetTypeInfo() ) in Setup()
|