Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_LightSet.cpp44 …lightSet->m_VertexLights = VertexLightArray(memoryArray, m_Description.maxVertexLights, allocator); in Create()
48 lightSet->m_VertexLights = VertexLightArray(allocator); in Create()
78 … lightSet->m_VertexLights = VertexLightArray(memoryArray, description.maxVertexLights, allocator); in Create()
82 lightSet->m_VertexLights = VertexLightArray(allocator); in Create()
Dgfx_SceneContext.cpp38 VertexLightArray vertexLights(allocator); in Create()
55 vertexLights = VertexLightArray(this->m_MaxVertexLights, allocator); in Create()
Dgfx_SceneEnvironment.cpp181 VertexLightArray::iterator vertexLightEnd = lightSet->GetVertexLightEnd(); in SetActiveLightSet()
182 for (VertexLightArray::iterator iter = lightSet->GetVertexLightBegin(); in SetActiveLightSet()
Dgfx_SceneEnvironmentSetting.cpp182 VertexLightArray::const_iterator foundVertex = in ResolveReference()
Dgfx_RenderContext.cpp108 description.vertexLights = VertexLightArray(m_MaxVertexLights, allocator); in Create()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_LightSet.h210 VertexLightArray::iterator GetVertexLightBegin() in GetVertexLightBegin()
219 VertexLightArray::const_iterator GetVertexLightBegin() const in GetVertexLightBegin()
228 VertexLightArray::iterator GetVertexLightEnd() in GetVertexLightEnd()
237 VertexLightArray::const_iterator GetVertexLightEnd() const in GetVertexLightEnd()
345 VertexLightArray m_VertexLights;
Dgfx_SceneContext.h57 typedef ut::MoveArray<VertexLight*> VertexLightArray; typedef
107 typedef VertexLightArray VertexLightArray; typedef
624 VertexLightArray::iterator GetVertexLightsBegin() in GetVertexLightsBegin()
633 VertexLightArray::const_iterator GetVertexLightsBegin() const in GetVertexLightsBegin()
642 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd()
651 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd()
1178 VertexLightArray vertexLights, in SceneContext()
1210 VertexLightArray m_VertexLights;
Dgfx_SceneEnvironment.h50 VertexLightArray vertexLights;
489 VertexLightArray m_VertexLights;