Lines Matching refs:VertexLight
34 class VertexLight : public Light
37 NW_DISALLOW_COPY_AND_ASSIGN(VertexLight);
128 VertexLight* Create(os::IAllocator* allocator);
131 VertexLight::Description m_Description;
143 static VertexLight* Create(
146 const VertexLight::Description& description,
210 VertexLight( in VertexLight() function
213 const VertexLight::Description& description) in VertexLight()
222 VertexLight( in VertexLight() function
225 const VertexLight::Description& description) in VertexLight()
236 virtual ~VertexLight() in ~VertexLight()