Lines Matching refs:NULL
77 std::fill(this->m_Cameras.begin(), this->m_Cameras.end(), static_cast<nw::gfx::Camera*>(NULL)); in ClearSettings()
78 std::fill(this->m_Fogs.begin(), this->m_Fogs.end(), static_cast<nw::gfx::Fog*>(NULL)); in ClearSettings()
79 …d::fill(this->m_LightSets.begin(), this->m_LightSets.end(), static_cast<nw::gfx::LightSet*>(NULL)); in ClearSettings()
95 m_Camera = NULL; in Reset()
105 m_FragmentLights[i] = NULL; in ResetFragmentLights()
117 m_VertexLights[i] = NULL; in ResetVertexLights()
127 m_HemiSphereLight = NULL; in ResetHemiSphereLight()
135 m_AmbientLight = NULL; in ResetAmbientLight()
143 m_Fog = NULL; in ResetFog()
163 if ((lightSet != NULL) && (m_LightSetIndex != index)) in SetActiveLightSet()
171 …m_AmbientLight = (ambientLight != NULL && ambientLight->GetResAmbientLight().IsLightEnabled()) ? a… in SetActiveLightSet()
178 …ereLight = (hemiSphereLight != NULL && hemiSphereLight->GetResHemiSphereLight().IsLightEnabled()) … in SetActiveLightSet()