Searched refs:resFog (Results 1 – 4 of 4) sorted by relevance
145 ResFogData* resFog = in CreateResFog() local150 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog()151 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()152 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog()154 resFog->m_UserDataDicCount = 0; in CreateResFog()155 resFog->toUserDataDic.set_ptr( NULL ); in CreateResFog()157 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()161 resFog->m_ChildrenTableCount = 0; in CreateResFog()162 resFog->toChildrenTable.set_ptr( NULL ); in CreateResFog()163 resFog->m_AnimGroupsDicCount = NULL; in CreateResFog()[all …]
532 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog() local534 ResImageLookupTable lut = resFog.GetFogSampler(); in ActivateFog()543 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()552 (resFog.IsZFlip() ? (0x1 << REG_FOG_ZFLIP_SHIFT) : 0x0), in ActivateFog()
293 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs() local295 resFog.SetColor(0.3f, 0.3f, 0.5f); in BuildFogs()297 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs()
345 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);