Searched refs:ResFogData (Results 1 – 3 of 3) sorted by relevance
68 size += sizeof(ResFogData); in GetMemorySize()88 size += sizeof(ResFogData); in GetMemorySize()138 /* static*/ ResFogData*143 ResFogData* resFog = in CreateResFog()144 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()197 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()460 void* buffer = allocator->Alloc(sizeof(ResFogData)); in CreateOriginalValue()464 ResFogData* originalValue = new(buffer) ResFogData(GetResFog().ref()); in CreateOriginalValue()542 size += sizeof(ResFogData); in GetMemorySizeInternal()
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()
237 struct ResFogDataDestroyer : public std::unary_function<ResFogData*, void>262 typedef ut::MovePtr<ResFogData, ResFogDataDestroyer> ResPtr;335 static ResFogData* CreateResFog(os::IAllocator* allocator, const char* name = NULL);343 static void DestroyResFog(os::IAllocator* allocator, ResFogData* resFog);