Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp611 imageData->m_DynamicAllocator = allocator; in Create()
746 imageData->m_DynamicAllocator = allocator; in Create()
804 os::IAllocator* allocator = this->GetImage().ref().m_DynamicAllocator; in DynamicDestroy()
825 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
838 os::IAllocator* allocator = this->GetImage().ref().m_DynamicAllocator; in DynamicDestroy()
857 resPixelBasedImage.ptr()->m_DynamicAllocator = NULL; in DynamicDestroy()
Dgfx_ResTextureMapper.cpp348 resTextureMapper.ref().m_DynamicAllocator = allocator; in CloneDynamic()
384 if ( this->ref().m_DynamicAllocator == NULL ) { return; } in DestroyDynamic()
390 s_TextureMapperDestroyDynamicTable[0]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
395 s_TextureMapperDestroyDynamicTable[1]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
404 this->ref().m_DynamicAllocator = NULL; in DestroyDynamic()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h53 nw::os::IAllocator* m_DynamicAllocator; member
Dgfx_ResTexture.h74 nw::os::IAllocator* m_DynamicAllocator; member