Lines Matching refs:this
213 if (this->m_ActiveFragmentLightCount == LIGHT_COUNT) in SetFragmentLight()
226 return this->m_ActiveFragmentLightCount; in GetFragmentLightCount()
236 NW_MINMAXLT_ASSERT(index, 0, this->m_ActiveFragmentLightCount); in GetFragmentLight()
237 return this->m_FragmentLights[ index ]; in GetFragmentLight()
259 this->m_VertexLights[m_ActiveVertexLightCount] = light; in SetVertexLight()
270 NW_MINMAXLT_ASSERT(index, 0, this->m_ActiveVertexLightCount); in GetVertexLight()
271 return this->m_VertexLights[ index ]; in GetVertexLight()
278 return this->m_ActiveVertexLightCount; in GetVertexLightCount()
287 this->m_AmbientLight = ambientLight; in SetAmbientLight()
295 return this->m_AmbientLight; in GetAmbientLight()
304 this->m_HemiSphereLight = hemiSphereLight; in SetHemiSphereLight()
313 return this->m_HemiSphereLight; in GetHemiSphereLight()
339 if (this->m_Fog != fog) in SetActiveFog()
341 this->m_Fog = fog; in SetActiveFog()
342 this->m_FogDirty = true; in SetActiveFog()
352 return this->m_Fog; in GetActiveFog()
361 return this->m_Fog; in GetActiveFog()
384 if (this->m_Camera != camera) in NW_DEPRECATED_FUNCTION()
386 this->m_Camera = camera; in NW_DEPRECATED_FUNCTION()
387 this->m_CameraDirty = true; in NW_DEPRECATED_FUNCTION()
399 return this->m_Camera; in NW_DEPRECATED_FUNCTION()
407 return this->m_Camera; in NW_DEPRECATED_FUNCTION()
415 return this->m_CameraIndex; in NW_DEPRECATED_FUNCTION()