Searched refs:resFog (Results 1 – 4 of 4) sorted by relevance
143 ResFogData* resFog = in CreateResFog() local148 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog()149 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()150 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog()152 resFog->m_UserDataDicCount = 0; in CreateResFog()153 resFog->toUserDataDic.set_ptr( NULL ); in CreateResFog()155 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()159 resFog->m_ChildrenTableCount = 0; in CreateResFog()160 resFog->toChildrenTable.set_ptr( NULL ); in CreateResFog()161 resFog->m_AnimGroupsDicCount = NULL; in CreateResFog()[all …]
530 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog() local532 ResImageLookupTable lut = resFog.GetFogSampler(); in ActivateFog()541 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()550 (resFog.IsZFlip() ? (0x1 << REG_FOG_ZFLIP_SHIFT) : 0x0), in ActivateFog()
291 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs() local293 resFog.SetColor(0.3f, 0.3f, 0.5f); in BuildFogs()295 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs()
343 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);