Lines Matching refs:this
92 return *this; in IsFixedSizeMemory()
99 return *this; in MaxVertexLights()
151 this->m_AmbientLight = light; in SetAmbientLight()
160 return this->m_AmbientLight; in GetAmbientLight()
169 return this->m_AmbientLight; in GetAmbientLight()
178 this->m_HemiSphereLight = light; in SetHemiSphereLight()
187 return this->m_HemiSphereLight; in GetHemiSphereLight()
196 return this->m_HemiSphereLight; in GetHemiSphereLight()
205 this->m_VertexLights.push_back(light); in SetVertexLight()
259 this->m_FragmentLights.push_back(light); in SetFragmentLight()
310 this->m_AmbientLight = NULL; in ClearAll()
311 this->m_HemiSphereLight = NULL; in ClearAll()
312 this->m_VertexLights.clear(); in ClearAll()
313 this->m_FragmentLights.clear(); in ClearAll()