Home
last modified time | relevance | path

Searched refs:SafeCleanup (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResFragmentShader.cpp221 ut::SafeCleanup(this->GetFragmentLightingTable()); in Cleanup()
228 ut::SafeCleanup(this->GetReflectanceRSampler()); in Cleanup()
229 ut::SafeCleanup(this->GetReflectanceGSampler()); in Cleanup()
230 ut::SafeCleanup(this->GetReflectanceBSampler()); in Cleanup()
231 ut::SafeCleanup(this->GetDistribution0Sampler()); in Cleanup()
232 ut::SafeCleanup(this->GetDistribution1Sampler()); in Cleanup()
233 ut::SafeCleanup(this->GetFresnelSampler()); in Cleanup()
Dgfx_ResLight.cpp89 ut::SafeCleanup(fragment.GetDistanceSampler()); in Cleanup()
90 ut::SafeCleanup(fragment.GetAngleSampler()); in Cleanup()
Dgfx_ResTexture.cpp421 ut::SafeCleanup(noise.GetNoiseTable()); in ResProceduralTexture_Cleanup()
425 ut::SafeCleanup(mapping.GetMappingTable()); in ResProceduralTexture_Cleanup()
426 ut::SafeCleanup(mapping.GetAlphaMappingTable()); in ResProceduralTexture_Cleanup()
429 ut::SafeCleanup(color.GetColorTables(0)); in ResProceduralTexture_Cleanup()
430 ut::SafeCleanup(color.GetColorTables(1)); in ResProceduralTexture_Cleanup()
431 ut::SafeCleanup(color.GetColorTables(2)); in ResProceduralTexture_Cleanup()
432 ut::SafeCleanup(color.GetColorTables(3)); in ResProceduralTexture_Cleanup()
Dgfx_ResFog.cpp53 ut::SafeCleanup(this->GetFogSampler()); in Cleanup()
Dgfx_ResMaterial.cpp92 ut::SafeCleanup(resShader); in Cleanup()
94 ut::SafeCleanup(this->GetFragmentShader()); in Cleanup()
Dgfx_ResTextureMapper.cpp155 ut::SafeCleanup(resTexture); in ResPixelBasedTextureMapper_Cleanup()
167 ut::SafeCleanup(resTexture); in ResProceduralTextureMapper_Cleanup()
/NW4C-1.2.23/include/nw/ut/
Dut_ResUtil.h353 SafeCleanup( in SafeCleanup() function
374 SafeCleanup(res); in operator()
/NW4C-1.2.23/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp500 nw::ut::SafeCleanup(s_TextureResource.resource); in TerminateScenes()
501 nw::ut::SafeCleanup(s_LutResource.resource); in TerminateScenes()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h665 nw::ut::SafeCleanup(it->resource); in SafeCleanupResources()
/NW4C-1.2.23/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp425 nw::ut::SafeCleanup(s_ShaderResource->resource); in TerminateScenes()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResFragmentShader.h438 ut::SafeCleanup(this->GetSampler()); in Cleanup()