Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_SharedPtr.h390 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
391 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
392 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
546 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
547 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
548 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
Dut_MoveArray.h262 rhs.swap(*this);
401 void swap(MoveArray<TElement>& other);
444 clone.swap(*this); in ShrinkToFit()
567 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
784 void swap(MoveArray<TElement>& array);
947 MoveArray<TElement>::swap( in swap() function
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleShape.h376 void SetBufferSide(bool swap) in SetBufferSide() argument
378 this->m_BufferSide = swap; in SetBufferSide()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp112 m_GpuProfilingEntries.swap( m_GpuProfilingResults ); in RunAsync()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetRenderPriority.mel373 // swap priority
386 // swap button name & command
395 // swap field command
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1481 f32 swap = minValue; in InitializeParticles() local
1483 maxValue = swap; in InitializeParticles()