Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_LightSet.cpp46 …lightSet->m_VertexLights = VertexLightArray(memoryArray, m_Description.maxVertexLights, allocator); in Create()
50 lightSet->m_VertexLights = VertexLightArray(allocator); in Create()
80 … lightSet->m_VertexLights = VertexLightArray(memoryArray, description.maxVertexLights, allocator); in Create()
84 lightSet->m_VertexLights = VertexLightArray(allocator); in Create()
Dgfx_SceneContext.cpp41 VertexLightArray vertexLights(allocator); in Create()
59 vertexLights = VertexLightArray(this->m_MaxVertexLights, allocator); in Create()
Dgfx_SceneEnvironment.cpp183 VertexLightArray::iterator vertexLightEnd = lightSet->GetVertexLightEnd(); in SetActiveLightSet()
184 for (VertexLightArray::iterator iter = lightSet->GetVertexLightBegin(); in SetActiveLightSet()
Dgfx_SceneEnvironmentSetting.cpp184 VertexLightArray::const_iterator foundVertex = in ResolveReference()
Dgfx_RenderContext.cpp110 description.vertexLights = VertexLightArray(m_MaxVertexLights, allocator); in Create()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_LightSet.h212 VertexLightArray::iterator GetVertexLightBegin() in GetVertexLightBegin()
221 VertexLightArray::const_iterator GetVertexLightBegin() const in GetVertexLightBegin()
230 VertexLightArray::iterator GetVertexLightEnd() in GetVertexLightEnd()
239 VertexLightArray::const_iterator GetVertexLightEnd() const in GetVertexLightEnd()
347 VertexLightArray m_VertexLights;
Dgfx_SceneContext.h63 typedef ut::MoveArray<VertexLight*> VertexLightArray; typedef
113 typedef VertexLightArray VertexLightArray; typedef
719 VertexLightArray::iterator GetVertexLightsBegin() in GetVertexLightsBegin()
728 VertexLightArray::const_iterator GetVertexLightsBegin() const in GetVertexLightsBegin()
737 VertexLightArray::iterator GetVertexLightsEnd() in GetVertexLightsEnd()
746 VertexLightArray::const_iterator GetVertexLightsEnd() const in GetVertexLightsEnd()
1274 VertexLightArray vertexLights, in SceneContext()
1308 VertexLightArray m_VertexLights;
Dgfx_SceneEnvironment.h52 VertexLightArray vertexLights;
491 VertexLightArray m_VertexLights;