Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GfxObject.h208 void Reset(TTObject* object) { GfxPtr(object).Swap(*this); } in Reset()
220 GfxPtr(object, hasOwnership).Swap(*this); in Reset()
225 void Swap(GfxPtr& pointer) { m_MovePtr.Swap(pointer.m_MovePtr); } in Swap() function
/NW4C-1.2.23/include/nw/ut/
Dut_MovePtr.h335 rhs.Swap(*this);
393 MovePtr(object).Swap(*this); in Reset()
407 MovePtr(object, deleter).Swap(*this); in Reset()
420 MovePtr(object, TDeleter(allocator)).Swap(*this); in Reset()
435 void Swap(MovePtr& pointer) in Swap() function
Dut_MoveArray.h552 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap() function
/NW4C-1.2.23/include/nw/demo/
Ddemo_CommandListSwapper.h94 void Swap();
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp125 CommandListSwapper::Swap() in Swap() function in nw::demo::CommandListSwapper
Ddemo_GraphicsSystem.cpp725 m_CommandListSwapper->Swap(); in SwapCommandList()