Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Fog.cpp68 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()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResFog.h40 struct ResFogData : public ResTransformNodeData struct
161 { return (ref().m_Flags & ResFogData::FLAG_ZFLIP_ENABLED) != 0; } in IsZFlip()
169 { return (ref().m_Flags & ResFogData::FLAG_ATTENUATE_DISTANCE_ENABLED) != 0; } in IsAttenuateDistance()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Fog.h237 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);