Home
last modified time | relevance | path

Searched refs:MoveArray (Results 1 – 25 of 70) sorted by relevance

123

/NW4C-1.3.3/include/nw/ut/
Dut_MoveArray.h89 class MoveArray
120 MoveArray() in MoveArray() function
143 MoveArray(
171 MoveArray(
204 MoveArray(os::IAllocator* allocator) in MoveArray() function
220 MoveArray(const MoveArray& array) in MoveArray() function
226 const_cast<MoveArray&>(array).release(); in MoveArray()
230 ~MoveArray() in ~MoveArray()
260 MoveArray& operator=(MoveArray rhs)
379 void CopyFrom(const MoveArray<TElement>& source) in CopyFrom()
[all …]
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneContext.h42 typedef ut::MoveArray<SceneNode*> SceneNodeArray;
45 typedef ut::MoveArray<Model*> ModelArray;
48 typedef ut::MoveArray<SkeletalModel*> SkeletalModelArray;
51 typedef ut::MoveArray<Light*> LightArray;
54 typedef ut::MoveArray<FragmentLight*> FragmentLightArray;
57 typedef ut::MoveArray<VertexLight*> VertexLightArray;
60 typedef ut::MoveArray<HemiSphereLight*> HemiSphereLightArray;
63 typedef ut::MoveArray<AmbientLight*> AmbientLightArray;
66 typedef ut::MoveArray<Camera*> CameraArray;
69 typedef ut::MoveArray<Fog*> FogArray;
[all …]
Dgfx_ParticleSet.h233 ut::MoveArray<Initializer>* GetInitializers() in GetInitializers()
240 const ut::MoveArray<Initializer>* GetInitializers() const in GetInitializers()
247 ut::MoveArray<Updater>* GetUpdaters() in GetUpdaters()
254 const ut::MoveArray<Updater>* GetUpdaters() const in GetUpdaters()
401 ut::MoveArray<Initializer> m_Initializers;
402 ut::MoveArray<Updater> m_Updaters;
Dgfx_AnimObject.h359 ut::MoveArray<anim::AnimBlendOp*> m_BlendOperations; //!< ブレンドオペレーションです。
362 ut::MoveArray<int> m_TargetObjectIndicies; //!< メンバごとの対象オブジェクトのインデックスです。
363 ut::MoveArray<void*> m_TargetObjects; //!< メンバごとの対象オブジェクトのポインタです。
364 ut::MoveArray<void*> m_TargetPtrs; //!< メンバごとの対象のポインタです。
365 ut::MoveArray<const void*> m_OriginalValues; //!< メンバごとのオリジナル値です。
516 typedef ut::MoveArray<AnimGroup*> AnimGroupArray;
521 typedef ut::MoveArray<AnimObject*> AnimObjectArray;
1107 const ut::MoveArray<int>& BindIndexTable() const { return m_BindIndexTable; } in BindIndexTable()
1110 ut::MoveArray<int>& BindIndexTable() { return m_BindIndexTable; } in BindIndexTable()
1113 const ut::MoveArray<int>& ReverseBindIndexTable() const { return m_ReverseBindIndexTable; } in ReverseBindIndexTable()
[all …]
Dgfx_ParticleContext.h40 typedef ut::MoveArray<nw::math::VEC3> VEC3Array;
43 typedef ut::MoveArray<f32> F32Array;
46 typedef ut::MoveArray<u16> U16Array;
Dgfx_ParticleSceneUpdater.h45 typedef ut::MoveArray<SceneNode*> SceneNodeArray;
48 typedef ut::MoveArray<ParticleSet*> ParticleSetArray;
Dgfx_ParticleUtil.h48 ut::MoveArray<SceneNode*>* sceneNodeArray,
54 static void ResolveParticleObject(ut::MoveArray<SceneNode*>* sceneNodeArray);
Dgfx_SceneEnvironmentSetting.h79 typedef ut::MoveArray<LightSetBinder> LightSetBinderArray;
80 typedef ut::MoveArray<CameraBinder> CameraBinderArray;
81 typedef ut::MoveArray<FogBinder> FogBinderArray;
Dgfx_ParticleModel.h379 ut::MoveArray<ParticleSet*> m_ParticleSets;
382 ut::MoveArray<ParticleShape*> m_ParticleShapes;
Dgfx_Material.h372 typedef ut::MoveArray<ResMaterial> ResMaterialArray;
397 typedef ut::MoveArray<Material*> MaterialArray;
Dgfx_SortingMaterialIdGenerator.h52 typedef ut::MoveArray<internal::MaterialKeyValue> MaterialKeyValueArray;
Dgfx_TransformAnim.h778 m_CacheTransforms = ut::MoveArray<CalculatedTransform>(buf, maxCalculatedTransforms); in SetCacheBuffer()
785 m_CacheTransforms = ut::MoveArray<CalculatedTransform>(); in SetCacheBuffer()
834 … m_CacheTransforms = ut::MoveArray<CalculatedTransform>(memory, maxAnimMembers, &GetAllocator()); in Initialize()
845 ut::MoveArray<CalculatedTransform> m_CacheTransforms; //!< @details :private
Dgfx_Skeleton.h69 typedef ut::MoveArray<Transform> TransformArray;
142 typedef ut::MoveArray<math::MTX34> MatrixArray;
/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h146 typedef ut::MoveArray<Report> ReportArray;
196 ut::MoveArray<Report> reports);
201 ut::MoveArray<Report> m_Reports;
341 typedef ut::MoveArray<Report> ReportArray;
344 ut::MoveArray<Report>::iterator,
345 ut::MoveArray<Report>::iterator> ReportRange;
Ddev_Screenshot.h202 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
302 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
/NW4C-1.3.3/include/nw/demo/
Ddemo_CommandListSwapper.h309 typedef ut::MoveArray<GLuint> CommandListArray;
316 typedef ut::MoveArray<GpuProfilingEntry> GpuProfilingEntryArray;
Ddemo_Particle.h507 ut::MoveArray<nw::gfx::ParticleModel*> m_ModelInstances;
508 ut::MoveArray<nw::gfx::ParticleEmitter*> m_EmitterInstances;
768 ut::MoveArray<gfx::ResParticleModel> m_ResModels;
769 ut::MoveArray<gfx::ResParticleEmitter> m_ResEmitters;
771 ut::MoveArray<ParticleHandle*> m_FreeInstances;
772 ut::MoveArray<ParticleHandle*> m_ActiveInstances;
Ddemo_CameraController.h160 nw::ut::MoveArray<CameraEntry*> m_CameraEntries;
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp29 ut::MoveArray<SceneNode*>* sceneNodeArray in FindParticleSet()
32 for (ut::MoveArray<SceneNode*>::iterator i = sceneNodeArray->Begin(); in FindParticleSet()
58 ut::MoveArray<SceneNode*>* sceneNodeArray, in SetupParticleObject()
101 ut::MoveArray<SceneNode*>* sceneNodeArray in ResolveParticleObject()
123 ut::MoveArray<ParticleSet::Updater>* updaters = in ResolveParticleObject()
127 ut::MoveArray<ParticleSet::Updater>::iterator endIter = updaters->end(); in ResolveParticleObject()
128 for (ut::MoveArray<ParticleSet::Updater>::iterator iter = updaters->begin(); in ResolveParticleObject()
Dgfx_SceneEnvironmentSetting.cpp64 …m_LightSets = ut::MoveArray<LightSetBinder>(lightSetsMemory, resSetting.GetLightSetsCount(), alloc… in CreateEnvironmentArray()
84 … m_Cameras = ut::MoveArray<CameraBinder>(camerasMemory, resSetting.GetCamerasCount(), allocator); in CreateEnvironmentArray()
91 m_Fogs = ut::MoveArray<FogBinder>(fogsMemory, resSetting.GetFogsCount(), allocator); in CreateEnvironmentArray()
Dgfx_ParticleModel.cpp269 m_ParticleSets = ut::MoveArray<ParticleSet*>(memory, m_MaximumParticleSet, allocator); in Initialize()
286 m_ParticleShapes = ut::MoveArray<ParticleShape*>(memory, m_MaximumParticleSet, allocator); in Initialize()
Dgfx_AnimObject.cpp179 … m_BlendOperations = ut::MoveArray<anim::AnimBlendOp*>(memory, blendOpCount, &GetAllocator()); in Initialize()
198 m_TargetObjectIndicies = ut::MoveArray<int>(memory, memberCount, &GetAllocator()); in Initialize()
210 m_TargetObjects = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize()
222 m_TargetPtrs = ut::MoveArray<void*>(memory, memberCount, &GetAllocator()); in Initialize()
235 m_OriginalValues = ut::MoveArray<const void*>(memory, memberCount, &GetAllocator()); in Initialize()
437 m_CachePtrs = ut::MoveArray<anim::AnimResult*>(memory, maxAnimMembers, &GetAllocator()); in Initialize()
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp293 nw::ut::MoveArray<nw::gfx::SceneNode*> *sceneNodeArray in SetUserUpdater()
310 nw::ut::MoveArray<nw::gfx::ParticleSet::Updater>* updaters = in SetUserUpdater()
313 … nw::ut::MoveArray<nw::gfx::ParticleSet::Updater>::iterator endIter = updaters->end(); in SetUserUpdater()
314 … for (nw::ut::MoveArray<nw::gfx::ParticleSet::Updater>::iterator iter = updaters->begin(); in SetUserUpdater()
387 nw::ut::MoveArray<nw::gfx::SceneNode*> sceneNodeArray(&s_DeviceAllocator); in BuildResources()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DGfxCtrl.h44 nw::ut::MoveArray<u8> buffer;
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_AutoTester.cpp84 m_Scenario = nw::ut::MoveArray<TestEvent>(testInfoHeader.eventCount, m_Allocator); in Initialize()
109 m_Scenario = nw::ut::MoveArray<TestEvent>(2, m_Allocator); in Initialize()

123