Lines Matching refs:Fog

29 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Fog, TransformNode);
30 const float Fog::FOG_DENSITY = 0.0f;
31 const ResFogUpdater::FogUpdaterType Fog::FOG_UPDATER_TYPE = ResFogUpdater::FOG_UPDATER_TYPE_NONE;
32 const float Fog::FOG_MAX_DEPTH = 0.0f;
33 const float Fog::FOG_MIN_DEPTH = 0.0f;
36 Fog*
37 Fog::DynamicBuilder::Create( in Create()
47 void* memory = allocator->Alloc(sizeof(Fog)); in Create()
49 Fog* fog = new(memory) Fog( in Create()
61 Fog::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
73 size += sizeof(Fog); in GetMemorySize()
95 Fog::Accept( in Accept()
104 /* static */ Fog*
105 Fog::Create( in Create()
108 const Fog::Description& description, in Create()
118 void* memory = allocator->Alloc(sizeof(Fog)); in Create()
121 Fog* fog = new(memory) Fog( in Create()
139 Fog::CreateResFog(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFog()
197 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()
227 Fog::CreateResFogUpdater(os::IAllocator* allocator) in CreateResFogUpdater()
239 Fog::DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater) in DestroyResFogUpdater()
250 Fog::Update(const Camera* camera) in Update()
295 Fog::SetupFogSampler( in SetupFogSampler()
384 Fog::Initialize(os::IAllocator* allocator) in Initialize()
415 Fog::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup()
456 Fog::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
472 Fog::BindAnim(AnimGroup* animGroup) in BindAnim()
511 Fog::GetMemorySizeInternal( in GetMemorySizeInternal()
521 size += sizeof(Fog); in GetMemorySizeInternal()