Home
last modified time | relevance | path

Searched refs:ResFogData (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Fog.cpp70 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()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResFog.h42 struct ResFogData : public ResTransformNodeData struct
163 { return (ref().m_Flags & ResFogData::FLAG_ZFLIP_ENABLED) != 0; } in IsZFlip()
171 { return (ref().m_Flags & ResFogData::FLAG_ATTENUATE_DISTANCE_ENABLED) != 0; } in IsAttenuateDistance()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Fog.h239 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);