Home
last modified time | relevance | path

Searched refs:VertexLightArray (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_LightSet.h196 VertexLightArray::iterator GetVertexLightBegin() in GetVertexLightBegin()
205 VertexLightArray::const_iterator GetVertexLightBegin() const in GetVertexLightBegin()
214 VertexLightArray::iterator GetVertexLightEnd() in GetVertexLightEnd()
223 VertexLightArray::const_iterator GetVertexLightEnd() const in GetVertexLightEnd()
321 m_VertexLights = VertexLightArray(memory, description.maxVertexLights, allocator); in LightSet()
325 m_VertexLights = VertexLightArray(allocator); in LightSet()
339 VertexLightArray m_VertexLights;
Dgfx_SceneContext.h57 typedef ut::MoveArray<VertexLight*> VertexLightArray; typedef
107 typedef VertexLightArray VertexLightArray; typedef
550 VertexLightArray::iterator GetVertexLightsBegin() in GetVertexLightsBegin()
559 VertexLightArray::const_iterator GetVertexLightsBegin() const in GetVertexLightsBegin()
568 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd()
577 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd()
1002 VertexLightArray vertexLights, in SceneContext()
1034 VertexLightArray m_VertexLights;
Dgfx_SceneEnvironment.h50 VertexLightArray vertexLights;
548 VertexLightArray m_VertexLights;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneContext.cpp38 VertexLightArray vertexLights(allocator); in Create()
55 vertexLights = VertexLightArray(this->m_MaxVertexLights, allocator); in Create()
Dgfx_SceneEnvironment.cpp191 VertexLightArray::iterator vertexLightEnd = lightSet->GetVertexLightEnd(); in SetActiveLightSet()
192 for (VertexLightArray::iterator iter = lightSet->GetVertexLightBegin(); in SetActiveLightSet()
Dgfx_SceneEnvironmentSetting.cpp179 VertexLightArray::const_iterator foundVertex = in ResolveReference()
Dgfx_RenderContext.cpp101 description.vertexLights = VertexLightArray(m_MaxVertexLights, allocator); in Create()