Lines Matching refs:this
90 return *this; in IsFixedSizeMemory()
97 return *this; in MaxVertexLights()
149 this->m_AmbientLight = light; in SetAmbientLight()
158 return this->m_AmbientLight; in GetAmbientLight()
167 return this->m_AmbientLight; in GetAmbientLight()
176 this->m_HemiSphereLight = light; in SetHemiSphereLight()
185 return this->m_HemiSphereLight; in GetHemiSphereLight()
194 return this->m_HemiSphereLight; in GetHemiSphereLight()
203 this->m_VertexLights.push_back(light); in SetVertexLight()
257 this->m_FragmentLights.push_back(light); in SetFragmentLight()
308 this->m_AmbientLight = NULL; in ClearAll()
309 this->m_HemiSphereLight = NULL; in ClearAll()
310 this->m_VertexLights.clear(); in ClearAll()
311 this->m_FragmentLights.clear(); in ClearAll()