Lines Matching refs:Fog

31 NW_UT_RUNTIME_TYPEINFO_DEFINITION(Fog, TransformNode);
32 const float Fog::FOG_DENSITY = 0.0f;
33 const ResFogUpdater::FogUpdaterType Fog::FOG_UPDATER_TYPE = ResFogUpdater::FOG_UPDATER_TYPE_NONE;
34 const float Fog::FOG_MAX_DEPTH = 0.0f;
35 const float Fog::FOG_MIN_DEPTH = 0.0f;
38 Fog*
39 Fog::DynamicBuilder::Create( in Create()
49 void* memory = allocator->Alloc(sizeof(Fog)); in Create()
51 Fog* fog = new(memory) Fog( in Create()
63 Fog::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
75 size += sizeof(Fog); in GetMemorySize()
97 Fog::Accept( in Accept()
106 /* static */ Fog*
107 Fog::Create( in Create()
110 const Fog::Description& description, in Create()
120 void* memory = allocator->Alloc(sizeof(Fog)); in Create()
123 Fog* fog = new(memory) Fog( in Create()
141 Fog::CreateResFog(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFog()
199 Fog::DestroyResFog(os::IAllocator* allocator, ResFogData* resFog) in DestroyResFog()
229 Fog::CreateResFogUpdater(os::IAllocator* allocator) in CreateResFogUpdater()
241 Fog::DestroyResFogUpdater(os::IAllocator* allocator, ResFogUpdaterData* resFogUpdater) in DestroyResFogUpdater()
252 Fog::Update(const Camera* camera) in Update()
297 Fog::SetupFogSampler( in SetupFogSampler()
386 Fog::Initialize(os::IAllocator* allocator) in Initialize()
417 Fog::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup()
458 Fog::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
474 Fog::BindAnim(AnimGroup* animGroup) in BindAnim()
513 Fog::GetMemorySizeInternal( in GetMemorySizeInternal()
523 size += sizeof(Fog); in GetMemorySizeInternal()