Lines Matching refs:VertexLight
36 class VertexLight : public Light
39 NW_DISALLOW_COPY_AND_ASSIGN(VertexLight);
130 VertexLight* Create(os::IAllocator* allocator);
141 VertexLight::Description m_Description;
153 static VertexLight* Create(
156 const VertexLight::Description& description,
244 VertexLight( in VertexLight() function
247 const VertexLight::Description& description) in VertexLight()
256 VertexLight( in VertexLight() function
259 const VertexLight::Description& description) in VertexLight()
270 virtual ~VertexLight() in ~VertexLight()