Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_CommandUtil.h45 static void SetAllocator(nw::os::IAllocator* allocator) { s_Allocator = allocator; } in SetAllocator()
52 static nw::os::IAllocator* GetAllocator() { return s_Allocator; } in GetAllocator()
63 NW_NULL_ASSERT( s_Allocator ); in Allocate()
64 return s_Allocator->Alloc(size, 4); in Allocate()
74 if (s_Allocator != NULL ) in Free()
76 s_Allocator->Free(buffer); in Free()
85 static nw::os::IAllocator* s_Allocator;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp29 nw::os::IAllocator* CommandCacheManager::s_Allocator = NULL; member in nw::gfx::CommandCacheManager