| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_MoveArray.h | 89 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/ |
| D | gfx_SceneContext.h | 42 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 …]
|
| D | gfx_ParticleSet.h | 233 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;
|
| D | gfx_AnimObject.h | 359 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 …]
|
| D | gfx_ParticleContext.h | 40 typedef ut::MoveArray<nw::math::VEC3> VEC3Array; 43 typedef ut::MoveArray<f32> F32Array; 46 typedef ut::MoveArray<u16> U16Array;
|
| D | gfx_ParticleSceneUpdater.h | 45 typedef ut::MoveArray<SceneNode*> SceneNodeArray; 48 typedef ut::MoveArray<ParticleSet*> ParticleSetArray;
|
| D | gfx_ParticleUtil.h | 48 ut::MoveArray<SceneNode*>* sceneNodeArray, 54 static void ResolveParticleObject(ut::MoveArray<SceneNode*>* sceneNodeArray);
|
| D | gfx_SceneEnvironmentSetting.h | 79 typedef ut::MoveArray<LightSetBinder> LightSetBinderArray; 80 typedef ut::MoveArray<CameraBinder> CameraBinderArray; 81 typedef ut::MoveArray<FogBinder> FogBinderArray;
|
| D | gfx_ParticleModel.h | 379 ut::MoveArray<ParticleSet*> m_ParticleSets; 382 ut::MoveArray<ParticleShape*> m_ParticleShapes;
|
| D | gfx_Material.h | 372 typedef ut::MoveArray<ResMaterial> ResMaterialArray; 397 typedef ut::MoveArray<Material*> MaterialArray;
|
| D | gfx_SortingMaterialIdGenerator.h | 52 typedef ut::MoveArray<internal::MaterialKeyValue> MaterialKeyValueArray;
|
| D | gfx_TransformAnim.h | 778 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
|
| D | gfx_Skeleton.h | 69 typedef ut::MoveArray<Transform> TransformArray; 142 typedef ut::MoveArray<math::MTX34> MatrixArray;
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Profile.h | 146 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;
|
| D | dev_Screenshot.h | 202 typedef ut::MoveArray<Screenshot*> ScreenshotArray; 302 typedef ut::MoveArray<Screenshot*> ScreenshotArray;
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_CommandListSwapper.h | 309 typedef ut::MoveArray<GLuint> CommandListArray; 316 typedef ut::MoveArray<GpuProfilingEntry> GpuProfilingEntryArray;
|
| D | demo_Particle.h | 507 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;
|
| D | demo_CameraController.h | 160 nw::ut::MoveArray<CameraEntry*> m_CameraEntries;
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleUtil.cpp | 29 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()
|
| D | gfx_SceneEnvironmentSetting.cpp | 64 …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()
|
| D | gfx_ParticleModel.cpp | 269 m_ParticleSets = ut::MoveArray<ParticleSet*>(memory, m_MaximumParticleSet, allocator); in Initialize() 286 m_ParticleShapes = ut::MoveArray<ParticleShape*>(memory, m_MaximumParticleSet, allocator); in Initialize()
|
| D | gfx_AnimObject.cpp | 179 … 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/ |
| D | ParticleUpdaterDemo.cpp | 293 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/ |
| D | GfxCtrl.h | 44 nw::ut::MoveArray<u8> buffer;
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_AutoTester.cpp | 84 m_Scenario = nw::ut::MoveArray<TestEvent>(testInfoHeader.eventCount, m_Allocator); in Initialize() 109 m_Scenario = nw::ut::MoveArray<TestEvent>(2, m_Allocator); in Initialize()
|