Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp641 imageData->m_DynamicAllocator = allocator; in Create()
808 imageData[i].m_DynamicAllocator = (i == 0) ? allocator : NULL; in Create()
882 imageData->m_DynamicAllocator = allocator; in Create()
940 os::IAllocator* allocator = this->GetImage().ref().m_DynamicAllocator; in DynamicDestroy()
972 os::IAllocator* allocator = firstFace.ref().m_DynamicAllocator; in DynamicDestroy()
1002 os::IAllocator* allocator = this->GetImage().ref().m_DynamicAllocator; in DynamicDestroy()
Dgfx_ResTextureMapper.cpp382 resTextureMapper.ref().m_DynamicAllocator = allocator; in CloneDynamic()
418 if ( this->ref().m_DynamicAllocator == NULL ) { return; } in DestroyDynamic()
424 s_TextureMapperDestroyDynamicTable[0]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
429 s_TextureMapperDestroyDynamicTable[1]( *this, this->ref().m_DynamicAllocator ); in DestroyDynamic()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h55 nw::os::IAllocator* m_DynamicAllocator; member
Dgfx_ResTexture.h76 nw::os::IAllocator* m_DynamicAllocator; member