Lines Matching refs:VertexLight
31 NW_UT_RUNTIME_TYPEINFO_DEFINITION(VertexLight, Light);
34 VertexLight*
35 VertexLight::DynamicBuilder::Create( in Create()
48 void* memory = allocator->Alloc(sizeof(VertexLight)); in Create()
50 VertexLight* light = new(memory) VertexLight( in Create()
63 VertexLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
72 size += sizeof(VertexLight); in GetMemorySize()
90 VertexLight*
91 VertexLight::Create( in Create()
94 const VertexLight::Description& description, in Create()
104 void* memory = allocator->Alloc(sizeof(VertexLight)); in Create()
107 VertexLight* light = new(memory) VertexLight( in Create()
126 VertexLight::UpdateDirection() in UpdateDirection()
142 VertexLight::Accept( in Accept()
153 VertexLight::CreateResVertexLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResVertexLight()
194 VertexLight::DestroyResVertexLight(os::IAllocator* allocator, ResVertexLightData* resVertexLight) in DestroyResVertexLight()
209 VertexLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
227 VertexLight::Initialize(os::IAllocator* allocator) in Initialize()
245 VertexLight::
256 size += sizeof(VertexLight); in GetMemorySizeInternal()