Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 190) sorted by relevance

12345678

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneBuilder.cpp115 SceneNode* node = SceneNode::Create( in BuildSceneObject()
144 TransformNode* node = TransformNode::Create( in BuildSceneObject()
179 Model* node = Model::Create( in BuildSceneObject()
213 SkeletalModel* node = builder.Create(parent, resource, allocator); in BuildSceneObject()
249 ParticleModel* node = ParticleModel::Create( in BuildSceneObject()
281 ParticleEmitter* node = ParticleEmitter::Create( in BuildSceneObject()
313 FragmentLight* node = FragmentLight::Create( in BuildSceneObject()
346 VertexLight* node = VertexLight::Create( in BuildSceneObject()
378 AmbientLight* node = AmbientLight::Create( in BuildSceneObject()
410 HemiSphereLight* node = HemiSphereLight::Create( in BuildSceneObject()
[all …]
Dgfx_SceneUpdater.cpp38 SceneUpdater::Builder::Create(os::IAllocator* allocator) in Create() function in nw::gfx::SceneUpdater::Builder
45 .Create(allocator)); in Create()
51 .Create(allocator)); in Create()
56 this->m_BillboardUpdater.Reset(BillboardUpdater::Create(allocator)); in Create()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp69 .MaxSceneNodes( 128 ).MaxModels(128).Create( m_Allocator ); in SmSceneCtrl()
72 .Create( m_Allocator ); in SmSceneCtrl()
75 .Create( m_Allocator ); in SmSceneCtrl()
78 .Create( m_Allocator ); in SmSceneCtrl()
83 .Create( m_Allocator ); in SmSceneCtrl()
89 .Create(m_Allocator); in SmSceneCtrl()
93 .Create( m_Allocator ); in SmSceneCtrl()
103 .Create( m_Allocator ); in SmSceneCtrl()
111 m_MeshRenderer = nw::gfx::MeshRenderer::Create( m_Allocator ); in SmSceneCtrl()
/NW4C-1.3.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp89 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
106 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
145 .Create(&s_DeviceAllocator); in BuildRootNodes()
151 .Create(&s_DeviceAllocator); in BuildRootNodes()
158 .Create(&s_DeviceAllocator); in BuildRootNodes()
165 .Create(&s_DeviceAllocator); in BuildRootNodes()
172 .Create(&s_DeviceAllocator); in BuildRootNodes()
179 .Create(&s_DeviceAllocator)); in BuildRootNodes()
225 .Create(&s_DeviceAllocator); in BuildLights()
234 .Create(&s_DeviceAllocator); in BuildLights()
[all …]
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp98 nw::gfx::LookAtTargetViewUpdater::Create(allocator); in CreateCamera()
108 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateCamera()
126 .Create(allocator); in CreateCamera()
152 nw::gfx::AimTargetViewUpdater::Create(allocator); in CreateAimCamera()
162 nw::gfx::PerspectiveProjectionUpdater::Create(allocator); in CreateAimCamera()
180 .Create(allocator); in CreateAimCamera()
207 nw::gfx::LookAtTargetViewUpdater::Create(allocator); in CreateFrustumCamera()
217 nw::gfx::FrustumProjectionUpdater::Create(allocator); in CreateFrustumCamera()
238 .Create(allocator); in CreateFrustumCamera()
265 nw::gfx::LookAtTargetViewUpdater::Create(allocator); in CreateOrthoCamera()
[all …]
Ddemo_GraphicsSystem.cpp103 RenderSystem::Create( in Create() function in nw::demo::RenderSystem
112 .Create(allocator); in Create()
132 .Create(allocator); in Create()
140 renderSystem->m_MeshRenderer = gfx::MeshRenderer::Create(allocator); in Create()
158 nw::demo::CommandListSwapper::Create(allocator, swapperDescription); in Create()
171 .Create(allocator); in Create()
176 .Create(allocator); in Create()
191 .Create(allocator); in Create()
973 SceneSystem::Create( in Create() function in nw::demo::SceneSystem
996 .Create(allocator); in Create()
[all …]
Ddemo_SimpleApp.cpp44 m_pRenderSystem = nw::demo::RenderSystem::Create( in Initialize()
52 .Create(&m_DeviceAllocator); in Initialize()
59 .Create(&m_DeviceAllocator); in Initialize()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp176 .Create(&s_DeviceAllocator); in InitializeGraphics()
198 .Create(&s_DeviceAllocator); in InitializeGraphics()
202 .Create(&s_DeviceAllocator); in InitializeGraphics()
213 nw::demo::CommandListSwapper::Create(&s_DeviceAllocator, commandListSwapperDescription); in InitializeGraphics()
224 .Create(&s_DeviceAllocator); in InitializeGraphics()
232 s_MeshRenderer = nw::gfx::MeshRenderer::Create(&s_DeviceAllocator); in InitializeGraphics()
241 .Create(&s_DeviceAllocator); in InitializeGraphics()
246 .Create(&s_DeviceAllocator); in InitializeGraphics()
401 = nw::gfx::LookAtTargetViewUpdater::Create(&s_DeviceAllocator); in BuildCameras()
410 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
[all …]
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp197 .Create(&s_DeviceAllocator); in InitializeGraphics()
201 .Create(&s_DeviceAllocator); in InitializeGraphics()
212 nw::demo::CommandListSwapper::Create(&s_DeviceAllocator, commandListSwapperDescription); in InitializeGraphics()
223 .Create(&s_DeviceAllocator); in InitializeGraphics()
231 s_MeshRenderer = nw::gfx::MeshRenderer::Create(&s_DeviceAllocator); in InitializeGraphics()
240 .Create(&s_DeviceAllocator); in InitializeGraphics()
245 .Create(&s_DeviceAllocator); in InitializeGraphics()
250 .Create(&s_DeviceAllocator); in InitializeGraphics()
253 s_BillboardUpdater = nw::gfx::BillboardUpdater::Create(&s_DeviceAllocator); in InitializeGraphics()
383 = nw::gfx::LookAtTargetViewUpdater::Create(&s_DeviceAllocator); in BuildCameras()
[all …]
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp186 .Create(&s_DeviceAllocator); in InitializeGraphics()
190 .Create(&s_DeviceAllocator); in InitializeGraphics()
201 nw::demo::CommandListSwapper::Create(&s_DeviceAllocator, commandListSwapperDescription); in InitializeGraphics()
212 .Create(&s_DeviceAllocator); in InitializeGraphics()
220 s_MeshRenderer = nw::gfx::MeshRenderer::Create(&s_DeviceAllocator); in InitializeGraphics()
229 .Create(&s_DeviceAllocator); in InitializeGraphics()
234 .Create(&s_DeviceAllocator); in InitializeGraphics()
360 = nw::gfx::LookAtTargetViewUpdater::Create(&s_DeviceAllocator); in BuildCameras()
369 = nw::gfx::PerspectiveProjectionUpdater::Create(&s_DeviceAllocator); in BuildCameras()
388 .Create(&s_DeviceAllocator); in BuildCameras()
[all …]
/NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/
DParticleCtrlEmissionDemo.cpp92 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
109 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
112 .Create(&s_DeviceAllocator); in InitializeGraphics()
115 .Create(&s_DeviceAllocator); in InitializeGraphics()
158 .Create(&s_DeviceAllocator); in BuildRootNodes()
313 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleCtrlEmissionDemo()
499 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleRecycleDemo/sources/
DParticleRecycleDemo.cpp89 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
106 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
109 .Create(&s_DeviceAllocator); in InitializeGraphics()
112 .Create(&s_DeviceAllocator); in InitializeGraphics()
155 .Create(&s_DeviceAllocator); in BuildRootNodes()
313 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleRecycleDemo()
469 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_RenderElement.h423 static PriorMaterialRenderKeyFactory* Create(os::IAllocator* allocator) in Create() function
519 static PriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create() function
616 static TopPriorDepthRenderKeyFactory* Create(os::IAllocator* allocator) in Create() function
702 return PriorMaterialRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorMaterialRenderKeyFactory()
718 RenderKeyType, RenderElement::ReverseDepth24bitQuantizer>::Create(allocator); in CreatePriorMaterialReverseDepthRenderKeyFactory()
734 RenderKeyType, RenderElement::ZeroQuantizer>::Create(allocator); in CreatePriorMaterialAndZeroDepthRenderKeyFactory()
749 return PriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreatePriorDepthRenderKeyFactory()
765 RenderKeyType, RenderElement::ReverseDepth24bitQuantizer>::Create(allocator); in CreatePriorDepthReverseDepthRenderKeyFactory()
780 return TopPriorDepthRenderKeyFactory<RenderKeyType>::Create(allocator); in CreateTopPriorDepthRenderKeyFactory()
796 RenderKeyType, RenderElement::ReverseDepth24bitQuantizer>::Create(allocator); in CreateTopPriorDepthReverseDepthRenderKeyFactory()
Dgfx_PerspectiveProjectionUpdater.h53 static PerspectiveProjectionUpdater* Create(os::IAllocator* allocator);
63 static PerspectiveProjectionUpdater* Create(
Dgfx_FrustumProjectionUpdater.h53 static FrustumProjectionUpdater* Create(os::IAllocator* allocator);
63 static FrustumProjectionUpdater* Create(
Dgfx_OrthoProjectionUpdater.h53 static OrthoProjectionUpdater* Create(os::IAllocator* allocator);
63 static OrthoProjectionUpdater* Create(
Dgfx_LookAtTargetViewUpdater.h53 static LookAtTargetViewUpdater* Create(os::IAllocator* allocator);
63 static LookAtTargetViewUpdater* Create(
Dgfx_AimTargetViewUpdater.h53 static AimTargetViewUpdater* Create(os::IAllocator* allocator);
63 static AimTargetViewUpdater* Create(
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_MmlSequenceTrackAllocator.cpp69 unsigned long MmlSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create() function in nw::snd::internal::driver::MmlSequenceTrackAllocator
71 return m_TrackPool.Create( buffer, size ); in Create()
Dsnd_MidiSequenceTrackAllocator.cpp108 unsigned long MidiSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create() function in nw::snd::internal::driver::MidiSequenceTrackAllocator
110 return MidiSequenceTrackPool::GetInstance().Create( buffer, size ); in Create()
/NW4C-1.3.3/demos/gfx/ParticleApplicationDemo/sources/
DParticleApplicationDemo.cpp92 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
110 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
113 .Create(&s_DeviceAllocator); in InitializeGraphics()
116 .Create(&s_DeviceAllocator); in InitializeGraphics()
160 .Create(&s_DeviceAllocator); in BuildRootNodes()
166 .Create(&s_DeviceAllocator); in BuildRootNodes()
330 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleApplicationDemo()
557 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/
DParticleChokeDemo.cpp100 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
117 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
120 .Create(&s_DeviceAllocator); in InitializeGraphics()
123 .Create(&s_DeviceAllocator); in InitializeGraphics()
167 .Create(&s_DeviceAllocator); in BuildRootNodes()
328 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleChokeDemo()
519 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/include/nw/dev/
Ddev_Screenshot.h115 static Screenshot* Create(
180 static ScreenshotManager* Create(
281 …static Screenshot* Create(DisplayDescription, nw::os::IAllocator*, void*, void*, size_t) { return …
296 static ScreenshotManager* Create(nw::os::IAllocator*, int, int) { return NULL; }
/NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp89 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
106 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
109 .Create(&s_DeviceAllocator); in InitializeGraphics()
112 .Create(&s_DeviceAllocator); in InitializeGraphics()
155 .Create(&s_DeviceAllocator); in BuildRootNodes()
323 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleScaleDemo()
566 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()
/NW4C-1.3.3/demos/gfx/ParticleCombinationNodeDemo/sources/
DParticleCombinationNodeDemo.cpp89 s_RenderSystem = nw::demo::RenderSystem::Create(&s_DeviceAllocator, renderDescription); in InitializeGraphics()
106 s_SceneSystem = nw::demo::SceneSystem::Create(&s_DeviceAllocator, sceneDescription); in InitializeGraphics()
110 .Create(&s_DeviceAllocator); in InitializeGraphics()
113 .Create(&s_DeviceAllocator); in InitializeGraphics()
156 .Create(&s_DeviceAllocator); in BuildRootNodes()
343 …s_ParticleEffect = nw::demo::ParticleEffect::Create(&s_DeviceAllocator, &s_DeviceAllocator, false,… in InitializeParticleNodeCombinationDemo()
621 s_FlushCache = nw::demo::FlushCache::Create(&s_DeviceAllocator); in nnMain()

12345678