Searched refs:ResFogData (Results 1 – 3 of 3) sorted by relevance
70 size += sizeof(ResFogData); in GetMemorySize()90 size += sizeof(ResFogData); in GetMemorySize()140 /* static*/ ResFogData*145 ResFogData* resFog = in CreateResFog()146 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()199 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()462 void* buffer = allocator->Alloc(sizeof(ResFogData)); in CreateOriginalValue()466 ResFogData* originalValue = new(buffer) ResFogData(GetResFog().ref()); in CreateOriginalValue()544 size += sizeof(ResFogData); in GetMemorySizeInternal()
42 struct ResFogData : public ResTransformNodeData struct163 { return (ref().m_Flags & ResFogData::FLAG_ZFLIP_ENABLED) != 0; } in IsZFlip()171 { return (ref().m_Flags & ResFogData::FLAG_ATTENUATE_DISTANCE_ENABLED) != 0; } in IsAttenuateDistance()
239 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void>264 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr;337 static ResFogData* CreateResFog(os::IAllocator* allocator, const char* name = NULL);345 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);