Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_Signal.h39 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
42 while (first != last) in operator()
44 result = invoker(*first); in operator()
45 ++first; in operator()
58 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker)
60 while (first != last)
62 invoker(*first);
63 ++first;
Dut_MoveArray.h406 TIterator erase(TIterator first);
409 TIterator erase(TIterator first, TIterator last);
512 void destroy_range(iterator first, iterator last) in destroy_range() argument
516 for (; first != last; ++first) in destroy_range()
518 destroy(first); in destroy_range()
571 template <typename TIterator> TIterator Erase(TIterator first) { return this->erase( first ); } in Erase() argument
573 …ate <typename TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( fi… in Erase() argument
1041 TIterator first in erase() argument
1044 destroy_range(first, end()); in erase()
1045 m_End = first; in erase()
[all …]
Dut_Foreach.h182 return static_any_cast<std::pair<Type, Type> >(cur).first; in begin()
215 return static_any_cast<std::pair<Type*, Type*> >(cur).first; in begin()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h143 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMinFilter()
185 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetMagFilter()
201 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMagFilter()
220 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetSamplerType()
237 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetSamplerType()
306 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
324 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
343 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
367 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapS()
383 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapS()
[all …]
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneInitializer.cpp65 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel()
80 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
Dgfx_SkeletonUpdater.cpp81 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
126 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
170 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
234 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateView()
Dgfx_Material.cpp300 m_Buffers.PushBackFast(copyResult.first); in CreateBuffers()
304 DestroyResMaterial(allocator, copyResult.first); in CreateBuffers()
480 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
630 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
640 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
650 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
660 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
670 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
680 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
Dgfx_SortingMaterialIdGenerator.cpp189 for (MaterialKeyValueArray::iterator ptrIter = range.first; in Generate()
/NW4C-1.3.3/sources/libraries/font/
Dfont_ResFontBase.cpp352 const CMapScanEntry* first = &(scanInfo->GetEntries()[0]); in FindGlyphIndex() local
355 while( first <= last ) in FindGlyphIndex()
357 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()
361 first = mid + 1; in FindGlyphIndex()
Dfont_PackedFont.cpp1051 OrderNode& first = GetNode(root.nextIndex); in Use() local
1053 target.prevIndex = first.prevIndex; in Use()
1055 first.prevIndex = static_cast<u16>(index); in Use()
1109 OrderNode& first = GetNode(root.nextIndex); in Unlock() local
1111 target.prevIndex = first.prevIndex; in Unlock()
1113 first.prevIndex = static_cast<u16>(index); in Unlock()
/NW4C-1.3.3/documents/CreativeStudio/html/assets/
Dtreeview-skin.css35 /* first or middle sibling, no children */
42 /* first or middle sibling, collapsable */
49 /* first or middle sibling, collapsable, hover */
56 /* first or middle sibling, expandable */
63 /* first or middle sibling, expandable, hover */
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResUtil.cpp95 referenceTexture.ref().toTargetTexture.set_ptr(referenceResult.first.ptr()); in GetReferenceTextureTarget()
128 referenceShader.ref().toTargetShader.set_ptr(referenceResult.first.ptr()); in GetReferenceShaderTarget()
Dgfx_ResShader.cpp424 return uniformInfo.first; in GetVertexUniformIndex()
445 return uniformInfo.first; in GetGeometryUniformIndex()
Dgfx_ResMaterial.cpp357 setupShader = referenceResult.first; in SetupShader()
Dgfx_ResTextureMapper.cpp631 setupTexture = referenceResult.first; in SetupTexture()
/NW4C-1.3.3/tools/LayoutEditor/
DReadme.txt3 …Starting from NintendoWare for CTR 0.3.0, SetupViewer.bat is called automatically the first time L…
/NW4C-1.3.3/sources/libraries/dev/
Ddev_Screenshot.cpp214 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()
Ddev_Profile.cpp94 for(ReportArray::iterator it = range.first; it != range.second; ++it) in StoreReport()
202 for(ReportArray::iterator it = range.first; it != range.second; ++it) in DumpReports()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneHelper.h59 ResolveReference<TIterator>(range.first, range.second); in ResolveReference()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel989 $val = substitute("^\"", $val, ""); // cut first double quote
3155 get first file node
3292 if (!size(`ls -typ blendShape`)) // check blend shape exists in scene first
DNW4C_SetAnimRange.mel411 $ret[0] = `findKeyframe -w "first" ($animRange + "." + "nw4c_AnimRange" + $i)`;
2610 // the first item in the return string array is the node itself