Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp810 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
812 if (resPixelBasedImage.IsValid()) in DynamicDestroy()
815 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
817 allocator->Free(resPixelBasedImage.ptr()->toImageDataTable.to_ptr()); in DynamicDestroy()
818 resPixelBasedImage.ptr()->toImageDataTable.set_ptr(NULL); in DynamicDestroy()
822 allocator->Free(resPixelBasedImage.ptr()); in DynamicDestroy()
825 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
842 ResPixelBasedImage resPixelBasedImage = this->GetImage(); in DynamicDestroy() local
844 if(resPixelBasedImage.IsValid()) in DynamicDestroy()
847 if (resPixelBasedImage.ptr()->toImageDataTable.to_ptr() != NULL) in DynamicDestroy()
[all …]