Home
last modified time | relevance | path

Searched refs:FLAG_HAS_BEEN_SETUP (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResModel.cpp47 if (!ut::CheckFlag(this->GetShapes(i).GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)) in Setup()
56 … if (!ut::CheckFlag(this->GetMaterials( i ).GetFlags(), ResMaterialData::FLAG_HAS_BEEN_SETUP)) in Setup()
71 if (!ut::CheckFlag(mesh.GetFlags(), ResMesh::FLAG_HAS_BEEN_SETUP)) in Setup()
89 if (ut::CheckFlag(this->GetShapes(i).GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)) in Cleanup()
Dgfx_ResShape.cpp146 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
152 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup()
328 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
334 this->SetFlags(ut::DisableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Cleanup()
Dgfx_ResMesh.cpp201 this->EnableFlags(ResMesh::FLAG_HAS_BEEN_SETUP); in Setup()
212 this->DisableFlags(ResMesh::FLAG_HAS_BEEN_SETUP); in Cleanup()
Dgfx_ResMaterial.cpp74 this->EnableFlags(ResMaterialData::FLAG_HAS_BEEN_SETUP); in Setup()
84 this->DisableFlags(ResMaterialData::FLAG_HAS_BEEN_SETUP); in Cleanup()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMesh.h65 FLAG_HAS_BEEN_SETUP = 0x1 << 3 enumerator
Dgfx_ResShape.h266 FLAG_HAS_BEEN_SETUP = 0x1 << 0 //!< 既にセットアップ済みであることを示すフラグ enumerator
Dgfx_ResMaterial.h176 FLAG_HAS_BEEN_SETUP = 0x1 << 6, enumerator