Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_CommandUtil.h47 static void SetAllocator(nw::os::IAllocator* allocator) { s_Allocator = allocator; } in SetAllocator()
54 static nw::os::IAllocator* GetAllocator() { return s_Allocator; } in GetAllocator()
65 NW_NULL_ASSERT( s_Allocator ); in Allocate()
66 return s_Allocator->Alloc(size, 4); in Allocate()
76 if (s_Allocator != NULL ) in Free()
78 s_Allocator->Free(buffer); in Free()
87 static nw::os::IAllocator* s_Allocator;
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp31 nw::os::IAllocator* CommandCacheManager::s_Allocator = NULL; member in nw::gfx::CommandCacheManager