Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h392 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
393 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
394 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
586 std::swap( m_pObj, other.m_pObj ); in SwapObjPtr()
587 std::swap( m_pCnt, other.m_pCnt ); in SwapObjPtr()
588 std::swap( m_pAllocator, other.m_pAllocator ); in SwapObjPtr()
Dut_MoveArray.h264 rhs.swap(*this);
403 void swap(MoveArray<TElement>& other);
446 clone.swap(*this); in ShrinkToFit()
569 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
786 void swap(MoveArray<TElement>& array);
949 MoveArray<TElement>::swap( in swap() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h378 void SetBufferSide(bool swap) in SetBufferSide() argument
380 this->m_BufferSide = swap; in SetBufferSide()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp126 m_GpuProfilingEntries.swap( m_GpuProfilingResults ); in RunAsync()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetRenderPriority.mel372 // swap priority
385 // swap button name & command
394 // swap field command
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1495 f32 swap = minValue; in InitializeParticles() local
1497 maxValue = swap; in InitializeParticles()