Searched refs:resFog (Results 1 – 4 of 4) sorted by relevance
109 ResFogData* resFog = in CreateResFog() local114 resFog->typeInfo = ResFog::TYPE_INFO; in CreateResFog()115 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()116 resFog->m_Header.signature = ResFog::SIGNATURE; in CreateResFog()118 resFog->m_UserDataDicCount = 0; in CreateResFog()119 resFog->toUserDataDic.set_ptr( NULL ); in CreateResFog()121 resFog->toName.set_ptr(AllocateAndCopyString(name, allocator, MAX_NAME_LENGTH)); in CreateResFog()125 resFog->m_ChildrenTableCount = 0; in CreateResFog()126 resFog->toChildrenTable.set_ptr( NULL ); in CreateResFog()127 resFog->m_AnimGroupsDicCount = NULL; in CreateResFog()[all …]
537 ResFog resFog = m_SceneEnvironment.GetActiveFog()->GetResFog(); in ActivateFog() local539 ResImageLookupTable lut = resFog.GetFogSampler(); in ActivateFog()548 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()557 (resFog.IsZFlip() ? (0x1 << REG_FOG_ZFLIP_SHIFT) : 0x0), in ActivateFog()
299 nw::gfx::ResFog resFog(fog->GetResFog()); in BuildFogs() local301 resFog.SetColor(0.3f, 0.3f, 0.5f); in BuildFogs()303 nw::gfx::ResFogUpdater resFogUpdater = resFog.GetFogUpdater(); in BuildFogs()
268 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);