Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 81) sorted by relevance

1234

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResGraphicsFile.cpp35 ResGraphicsFile::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResGraphicsFile
45 result |= this->GetLutSets( i ).Setup(allocator, graphicsFile); in Setup()
51 result |= this->GetLights( i ).Setup(allocator, graphicsFile); in Setup()
57 result |= this->GetFogs( i ).Setup(allocator, graphicsFile); in Setup()
63 result |= this->GetShaders( i ).Setup(allocator, graphicsFile); in Setup()
69 result |= this->GetTextures( i ).Setup(allocator, graphicsFile); in Setup()
75 result |= this->GetSkeletalAnims( i ).Setup(allocator, graphicsFile); in Setup()
81 result |= this->GetMaterialAnims( i ).Setup(allocator, graphicsFile); in Setup()
87 result |= this->GetVisibilityAnims( i ).Setup(allocator, graphicsFile); in Setup()
93 result |= this->GetCameraAnims( i ).Setup(allocator, graphicsFile); in Setup()
[all …]
Dgfx_ResVertex.cpp102 ResVertexAttribute::Setup() in Setup() function in nw::gfx::res::ResVertexAttribute
108 ResStaticCast<ResVertexParamAttribute>( *this ).Setup(); in Setup()
112 ResStaticCast<ResInterleavedVertexStream>( *this ).Setup(); in Setup()
116 ResStaticCast<ResVertexStream>( *this ).Setup(); in Setup()
142 ResVertexParamAttribute::Setup() in Setup() function in nw::gfx::res::ResVertexParamAttribute
154 ResVertexStream::Setup() in Setup() function in nw::gfx::res::ResVertexStream
203 ResInterleavedVertexStream::Setup() in Setup() function in nw::gfx::res::ResInterleavedVertexStream
Dgfx_ResFragmentShader.cpp28 ResFragmentShader::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResFragmentShader
35 result |= resFragmentLightingTable.Setup(allocator, graphicsFile); in Setup()
48 ResFragmentLightingTable::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResFragmentLightingTable
64 result |= this->GetDistribution0Sampler().GetSampler().Setup(); in Setup()
79 result |= this->GetDistribution1Sampler().GetSampler().Setup(); in Setup()
94 result |= this->GetReflectanceRSampler().GetSampler().Setup(); in Setup()
109 result |= this->GetReflectanceGSampler().GetSampler().Setup(); in Setup()
124 result |= this->GetReflectanceBSampler().GetSampler().Setup(); in Setup()
139 result |= this->GetFresnelSampler().GetSampler().Setup(); in Setup()
Dgfx_ResModel.cpp35 ResModel::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResModel
47 result |= this->GetShapes( i ).Setup(); in Setup()
54 result |= this->GetMaterials( i ).Setup(allocator, graphicsFile); in Setup()
66 mesh.Setup( *this, allocator, graphicsFile ); in Setup()
Dgfx_ResLight.cpp28 ResLight::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResLight
47 result |= fragment.GetDistanceSampler().Setup(); in Setup()
66 result |= resLut.Setup(); in Setup()
Dgfx_ResParticleModel.cpp35 ResParticleModel::Setup() in Setup() function in nw::gfx::res::ResParticleModel
47 particleSet.Setup(); in Setup()
Dgfx_ResShape.cpp136 ResShape::Setup() in Setup() function in nw::gfx::res::ResShape
177 resShape.GetPrimitiveSets( i ).Setup(); in ResShape_Setup()
201 resSeparateShape.GetVertexAttributes( i ).Setup(); in ResSeparateDataShape_Setup()
230 ResPrimitiveSet::Setup() in Setup() function in nw::gfx::res::ResPrimitiveSet
238 (*it).Setup(); in Setup()
251 ResPrimitive::Setup() in Setup() function in nw::gfx::res::ResPrimitive
Dgfx_ResFog.cpp28 ResFog::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResFog
41 result |= this->GetFogSampler().Setup(); in Setup()
Dgfx_ResLookupTable.cpp89 ResLookupTable::Setup() in Setup() function in nw::gfx::res::ResLookupTable
141 ResLookupTableSet::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResLookupTableSet
152 result |= this->GetSamplers( i ).Setup(); in Setup()
Dgfx_ResMaterial.cpp31 ResMaterial::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResMaterial
60 result |= resFragmentShader.Setup(allocator, graphicsFile); in Setup()
121 result |= resTextureMapper.Setup(allocator, graphicsFile); in SetupTextures()
190 result |= resMaterial.GetProceduralTextureMapper().Setup(allocator, graphicsFile); in SetupTextures()
339 result |= setupShader.Setup(allocator, graphicsFile); in SetupShader()
Dgfx_ResParticleSet.cpp39 ResParticleSet::Setup() in Setup() function in nw::gfx::res::ResParticleSet
Dgfx_ResShader.cpp99 ResShader::Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile) in Setup() function in nw::gfx::res::ResShader
197 resBinaryShader.GetDescriptions(i).Setup(allocator); in ResBinaryShader_Setup()
262 ResShaderProgramDescription::Setup(os::IAllocator* allocator) in Setup() function in nw::gfx::res::ResShaderProgramDescription
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleShapeBuilder.h52 void Setup();
79 void Setup();
99 void Setup();
119 void Setup();
139 void Setup();
Dgfx_ResParticleForm.h56 void Setup();
84 void Setup();
120 void Setup();
156 void Setup();
176 void Setup();
204 void Setup();
240 void Setup();
Dgfx_ResVertex.h114 void Setup();
193 void Setup();
369 void Setup();
405 void Setup();
Dgfx_ResLookupTable.h92 Result Setup();
209 Result Setup(os::IAllocator* allocator, ResGraphicsFile graphicsFile);
Dgfx_ResParticleShape.h49 void Setup();
Dgfx_ResParticleModel.h53 void Setup();
Dgfx_ResShape.h139 void Setup();
210 void Setup();
344 Result Setup();
Dgfx_ResMesh.h159 Result Setup(ResModel owner, os::IAllocator* allocator, ResGraphicsFile graphicsFile);
/NW4C-1.2.23/tools/SoundPlayer/
DReadme.txt9 - Setup Method
28 Setup Method
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnim.cpp217 ResTextureAnim::Setup(os::IAllocator* allocator, gfx::ResGraphicsFile graphicsFile) in Setup() function in nw::anim::res::ResTextureAnim
375 ResMemberAnim::Setup(os::IAllocator* allocator, gfx::ResGraphicsFile graphicsFile) in Setup() function in nw::anim::res::ResMemberAnim
380 return static_cast<ResTextureAnim&>(*this).Setup(allocator, graphicsFile); in Setup()
492 ResAnim::Setup(os::IAllocator* allocator, gfx::ResGraphicsFile graphicsFile) in Setup() function in nw::anim::res::ResAnim
499 result |= member.Setup(allocator, graphicsFile); in Setup()
/NW4C-1.2.23/tools/LayoutViewer/
DReadme.txt9 - Setup Method
29 Setup Method
/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamSound.h51 void Setup(
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_CalculatedTransform.cpp28 CalculatedTransform::Setup(const ResBone bone) in Setup() function in nw::gfx::CalculatedTransform

1234