Home
last modified time | relevance | path

Searched refs:GetOwnerModel (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Material.h113 Model* GetOwnerModel() in GetOwnerModel() function
122 const Model* GetOwnerModel() const in GetOwnerModel() function
Dgfx_RenderContext.h550 materialActivator = this->m_Material->GetOwnerModel()->GetMaterialActivator(); in ActivateMaterial()
Dgfx_RenderElement.h198 … ((reinterpret_cast<KeyType>(material->GetOwnerModel()) >> 2) & BIT64_MATERIAL_INSTANCE_ID_MASK) | in SetDetailedMaterialIdAndTranslucencyKind()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleMaterialActivator.cpp71 const Model* owner = material->GetOwnerModel(); in Activate()
Dgfx_DirectMaterialActivator.cpp54 const Model* owner = material->GetOwnerModel(); in Activate()
Dgfx_SimpleMaterialActivator.cpp73 const Model* owner = material->GetOwnerModel(); in Activate()
Dgfx_MaterialActivator.cpp54 const Model* owner = material->GetOwnerModel(); in Activate()
Dgfx_Material.cpp29 return nw::ut::CheckFlag(material->GetOwnerModel()->GetBufferOption(), bufferOption) in GetAvailableResMaterial()
252 bit32 option = this->GetOwnerModel()->GetBufferOption(); in CanUseBuffer()
Dgfx_RenderContext.cpp488 const Model* owner = this->m_Material->GetOwnerModel(); in ActivateSceneEnvironment()