Lines Matching refs:VertexLight
33 NW_UT_RUNTIME_TYPEINFO_DEFINITION(VertexLight, Light);
36 VertexLight*
37 VertexLight::DynamicBuilder::Create( in Create()
50 void* memory = allocator->Alloc(sizeof(VertexLight)); in Create()
52 VertexLight* light = new(memory) VertexLight( in Create()
65 VertexLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
74 size += sizeof(VertexLight); in GetMemorySize()
92 VertexLight*
93 VertexLight::Create( in Create()
96 const VertexLight::Description& description, in Create()
106 void* memory = allocator->Alloc(sizeof(VertexLight)); in Create()
109 VertexLight* light = new(memory) VertexLight( in Create()
128 VertexLight::UpdateDirection() in UpdateDirection()
144 VertexLight::Accept( in Accept()
155 VertexLight::CreateResVertexLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResVertexLight()
196 VertexLight::DestroyResVertexLight(os::IAllocator* allocator, ResVertexLightData* resVertexLight) in DestroyResVertexLight()
211 VertexLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
229 VertexLight::Initialize(os::IAllocator* allocator) in Initialize()
247 VertexLight::
258 size += sizeof(VertexLight); in GetMemorySizeInternal()