Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_StandardSkeleton.h88 …size.Add(sizeof(Skeleton::TransformPose::Transform) * resource.GetBonesCount(), Skeleton::Transfor… in GetMemorySizeInternal()
89 …size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal()
90 …size.Add(sizeof(math::MTX34) * resource.GetBonesCount(), Skeleton::TransformPose::TransformArray::… in GetMemorySizeInternal()
Dgfx_SkeletalModel.h213 size.Add( in GetMemorySizeInternal()
Dgfx_SceneNode.h482 size.Add(sizeof(SceneNode*) * description.maxChildren, CHILDREN_MEMORY_ALIGNMENT); in GetMemorySizeForInitialize()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp721 cmdCache.Add(command200, sizeof(command200)); in AddVertexAttributeArrayCommand()
746 cmdCache.Add(command206, sizeof(command206)); in AddVertexAttributeArrayCommand()
1088 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
1108 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
1109 m_CmdCacheDrawBegin.Add(&progCodes[totalCnt + 1], sizeof(u32) * (writeCnt - 1)); in InitializeCMD()
1121 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
1142 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
1146 m_CmdCacheDrawBegin.Add(&swDatas[totalCnt + i].value, sizeof(u32)); in InitializeCMD()
1181 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
1211 m_CmdCacheDrawBegin.Add(commands, sizeof(commands)); in InitializeCMD()
[all …]
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp250 size.Add(baseSize, 4); in GetMemorySizeForDuplicateResParticleInitializerInternal()
527 size.Add(baseSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
528 size.Add(animationSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
529 size.Add(enabledSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
530 size.Add(dataSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
531 size.Add(animationOptionSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
532 size.Add(childStrSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
533 size.Add(childFormSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
534 size.Add(childOptionSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
Dgfx_ParticleShape.cpp393 size.Add(nodeMemorySize, 32); in GetMemorySizeInternal()
419 size.Add(deviceMemorySize, 32); in GetDeviceMemorySizeInternal()
Dgfx_ParticleCollection.cpp292 size.Add(collectionMemorySize, 32); in GetMemorySizeInternal()
348 size.Add(deviceMemorySize, 32); in GetDeviceMemorySizeInternal()
Dgfx_ParticleSet.cpp318 size.Add(sizeof(ParticleSet), 4); in GetMemorySizeInternal()
319 size.Add(sizeof(Initializer) * initializerCapacity, 4); in GetMemorySizeInternal()
320 size.Add(sizeof(Updater) * updaterCapacity, 4); in GetMemorySizeInternal()
/NW4C-1.2.23/include/nw/ut/
Dut_CmdCache.h40 void Add(
/NW4C-1.2.23/sources/libraries/ut/
Dut_CmdCache.cpp444 CmdCache::Add( in Add() function in nw::ut::internal::CmdCache
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetMaterialAttr.mel230 -en "Auto=0:Opaque=1:Alpha Test=2:Translucent=3:Add=4:Sub=5:Multiply=6" -dv 0 -h 1 $node;
462 4 : -1; // Add
622 menuItem -l "Add";
664 -la3 "Add" "Sub" "Multiply"
DNW4C_SetUserData.mel975 button -l "Add..." -h 24
DNW4C_SetAnimRange.mel3539 menuItem -l ("Add Key to Hierarchy from \"nw4c_AnimRange" + $i + "\"")
3542 menuItem -l ("Add Key to Hierarchy from Enabled Anim Ranges")
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_mtl.ms.inc19 items:#("Auto", "Opaque", "Alpha Test", "Translucent", "Add", "Sub", "Multiply")
43 checkbox chkBM_Add "Add" pos:[234,454] width:60 height:16
167 4: "Add"
752 dialogItem.setTitle "Add Attribute"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_mtl.ms.inc19 items:#("Auto", "Opaque", "Alpha Test", "Translucent", "Add", "Sub", "Multiply")
43 checkbox chkBM_Add "Add" pos:[234,454] width:60 height:16
167 4: "Add"
752 dialogItem.setTitle "Add Attribute"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_mtl.ms.inc19 items:#("Auto", "Opaque", "Alpha Test", "Translucent", "Add", "Sub", "Multiply")
43 checkbox chkBM_Add "Add" pos:[234,454] width:60 height:16
167 4: "Add"
752 dialogItem.setTitle "Add Attribute"
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_mtl.ms.inc19 items:#("Auto", "Opaque", "Alpha Test", "Translucent", "Add", "Sub", "Multiply")
43 checkbox chkBM_Add "Add" pos:[234,454] width:60 height:16
167 4: "Add"
752 dialogItem.setTitle "Add Attribute"
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h391 void Add(size_t size, size_t immediateAlignment) in Add() function