| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_GraphicsDevice.cpp | 84 GraphicsDevice::ActivateLookupTable(ResImageLookupTable lookupTable, LutTarget target) in ActivateLookupTable() 103 for (int target = 0; target < LUT_TARGET_COUNT; ++target) in InvalidateLookupTable() local 116 for (int target = 0; target < LUT_TARGET_COUNT; ++target) in InvalidateAllLookupTables() local 129 for (int target = 0; target < LUT_TARGET_COUNT; ++target) in Report() local
|
| D | gfx_TransformAnim.cpp | 183 TransformAnimBlendOp::Apply(void* target, const anim::AnimResult* result) const in Apply() 727 void* target, in GetResult() 765 CalculatedTransform* target = in ResetNoAnimMember() local 806 TransformAnimEvaluator::GetResultFast(void* target, int memberIdx) const in GetResultFast() 813 TransformAnimEvaluator::GetResultCommon(void* target, int memberIdx, bool writeNoAnimMember) const in GetResultCommon() 920 void* target, in GetResult() 1221 void* target, in GetResult() 1331 void* target, in GetResult()
|
| D | gfx_AnimObject.cpp | 464 void* target, in GetResult() 555 void* target, in GetResult() 778 void* target, in GetResult() 868 void* target, in GetResult() 1047 …CalculatedTransform* target = static_cast<CalculatedTransform*>(animGroup->GetTargetPtr(memberIdx)… in EvaluateTransformMember() local 1070 …CalculatedTransform* target = static_cast<CalculatedTransform*>(animGroup->GetTargetPtr(memberIdx)… in EvaluateTransformMemberFast() local 1100 void* target = NULL; in EvaluateMember() local
|
| D | gfx_Light.cpp | 92 u8* target = static_cast<u8*>(object); in CreateAnimGroup() local
|
| D | gfx_Model.cpp | 158 u8* target = NULL; in BindVisibilityAnim() local 185 u8* target = reinterpret_cast<u8*>(GetResMeshes()[meshIndex].ptr()); in BindVisibilityAnim() local 203 … u8* target = reinterpret_cast<u8*>(GetResMeshNodeVisibilities(visibilityIndex).ptr()); in BindVisibilityAnim() local
|
| D | gfx_ParticleSet.cpp | 576 ParticleUsage target = resInitializer.GetTargetStream(); in Create() local 607 ParticleUsage target = resUpdater.GetTargetStream(); in Create() local 1550 ParticleUsage target = accelUpdater.GetTargetStream(); in ParticleAccelarationUpdater() local 1591 ParticleUsage target = floatUpdater.GetTargetStream(); in ParticleFloatImmediateUpdater() local 1671 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleFloatImmediate4KeyUpdater() local 1784 ParticleUsage target = spinUpdater.GetTargetStream(); in ParticleSpinUpdater() local 1832 ParticleUsage target = randomUpdater.GetTargetStream(); in ParticleRandomUpdater() local 1927 ParticleUsage target = vec2Updater.GetTargetStream(); in ParticleVector2ImmediateUpdater() local 2013 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3AdditiveUpdater() local 2135 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3ImmediateUpdater() local [all …]
|
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnim.cpp | 85 void* target, in ApplyCache() 133 void* target, in ApplyCache() 190 void* target, in ApplyCache() 269 void* target, in ApplyCache() 326 void* target, in ApplyCache() 453 void* target, in ApplyCacheForType()
|
| /NW4C-1.2.23/include/nw/anim/ |
| D | anim_AnimBlend.h | 366 virtual void Apply(void* target, const AnimResult* result) const in Apply() 420 virtual void Apply(void* target, const AnimResult* result) const in Apply() 478 virtual void Apply(void* target, const AnimResult* result) const in Apply() 544 virtual void Apply(void* target, const AnimResult* result) const in Apply() 607 virtual void Apply(void* target, const AnimResult* result) const in Apply() 704 virtual void Apply(void* target, const AnimResult* result) const in Apply()
|
| /NW4C-1.2.23/include/nw/config/ |
| D | macros.h | 50 #define NW_ADAPTIVE_HEADER(prefix, target) <NW_MACRO_CAT_(prefix, target)> argument 51 #define NW_ADAPTIVE_HEADER_LOCAL(prefix, target) NW_MACRO_STRING_(NW_MACRO_CAT_(prefix, target)) argument
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmCamera.h | 111 void SetTarget( nw::math::VEC3* target ) in SetTarget() 146 void SetPadCameraTarget( nw::math::VEC3* target ) in SetPadCameraTarget() 159 void GetTarget( nw::math::VEC3* target ) in GetTarget()
|
| /NW4C-1.2.23/demos/lyt/perspective/sources/ |
| D | main.cpp | 172 nw::math::VEC3 target(0.f, 0.f, 0.f); in SetupCamera() local 204 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Group.h | 44 Pane* target; member
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_DisplayBufferSwapper.cpp | 103 gfx::IRenderTarget* target, in MakeTransferBufferCommand()
|
| /NW4C-1.2.23/sources/libraries/anim/ |
| D | anim_AnimBlend.cpp | 136 AnimBlendOp::ApplyFloatVector(void* target, const AnimResult* result, int compCount) const in ApplyFloatVector() 240 AnimBlendOpRgbaColor::Apply(void* target, const AnimResult* result) const in Apply()
|
| /NW4C-1.2.23/demos/snd/sound3d/sources/ |
| D | Sound3dApp.cpp | 141 nw::math::VEC3 target = pos + direction; in CalcListenerMatrix() local
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | LytCtrl.cpp | 285 nw::math::VEC3 target(0, 0, 0); in setupCamera() local
|
| /NW4C-1.2.23/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 154 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/demos/lyt/multiArc/sources/ |
| D | main.cpp | 144 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 253 static void SetLutIsAbs(LutTarget target, bool isAbs) in SetLutIsAbs() 278 static void SetLutInput( LutTarget target, ResLightingLookupTable::Input input ) in SetLutInput() 298 static void SetLutScale( LutTarget target, ResLightingLookupTable::Scale scale ) in SetLutScale() 899 GraphicsDevice::ActivateLutLoadSetting(LutTarget target) in ActivateLutLoadSetting()
|
| /NW4C-1.2.23/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 168 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/demos/lyt/extUserData/sources/ |
| D | main.cpp | 141 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_PackedFont.cpp | 1042 OrderNode& target = GetNode(index); in Use() local 1063 OrderNode& target = GetNode(index); in Unuse() local 1084 OrderNode& target = GetNode(index); in Lock() local 1101 OrderNode& target = GetNode(index); in Unlock() local
|
| /NW4C-1.2.23/demos/lyt/simple/sources/ |
| D | main.cpp | 220 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/demos/lyt/simple2/sources/ |
| D | main.cpp | 138 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|
| /NW4C-1.2.23/demos/lyt/group/sources/ |
| D | main.cpp | 139 nw::math::VEC3 target(0, 0, 0); in SetupCamera() local
|