Lines Matching refs:VertexLight
34 class VertexLight : public Light
37 NW_DISALLOW_COPY_AND_ASSIGN(VertexLight);
128 VertexLight* Create(os::IAllocator* allocator);
139 VertexLight::Description m_Description;
151 static VertexLight* Create(
154 const VertexLight::Description& description,
242 VertexLight( in VertexLight() function
245 const VertexLight::Description& description) in VertexLight()
254 VertexLight( in VertexLight() function
257 const VertexLight::Description& description) in VertexLight()
268 virtual ~VertexLight() in ~VertexLight()