Lines Matching refs:this
90 return *this; in IsFixedSizeMemory()
97 return *this; in MaxVertexLights()
135 this->m_AmbientLight = light; in SetAmbientLight()
144 return this->m_AmbientLight; in GetAmbientLight()
153 return this->m_AmbientLight; in GetAmbientLight()
162 this->m_HemiSphereLight = light; in SetHemiSphereLight()
171 return this->m_HemiSphereLight; in GetHemiSphereLight()
180 return this->m_HemiSphereLight; in GetHemiSphereLight()
189 this->m_VertexLights.push_back(light); in SetVertexLight()
243 this->m_FragmentLights.push_back(light); in SetFragmentLight()
294 this->m_AmbientLight = NULL; in ClearAll()
295 this->m_HemiSphereLight = NULL; in ClearAll()
296 this->m_VertexLights.clear(); in ClearAll()
297 this->m_FragmentLights.clear(); in ClearAll()