Searched refs:ResFogData (Results 1 – 3 of 3) sorted by relevance
40 struct ResFogData : public ResTransformNodeData struct161 { return (ref().m_Flags & ResFogData::FLAG_ZFLIP_ENABLED) != 0; } in IsZFlip()169 { return (ref().m_Flags & ResFogData::FLAG_ATTENUATE_DISTANCE_ENABLED) != 0; } in IsAttenuateDistance()
183 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void>208 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr;260 static ResFogData* CreateResFog(os::IAllocator* allocator, const char* name = NULL);268 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);
104 /* static*/ ResFogData*109 ResFogData* resFog = in CreateResFog()110 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()162 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()