Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsMemoryAllocator.cpp71 void* resultAddr = NULL; in Allocate() local
104 resultAddr = m_DeviceMemoryAllocator->Alloc(size, addrAlign); in Allocate()
113 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramA); in Allocate()
124 resultAddr = reinterpret_cast<void*>(m_CurrentAddrVramB); in Allocate()
134 NW_NULL_ASSERT(resultAddr); in Allocate()
136 return resultAddr; in Allocate()