Home
last modified time | relevance | path

Searched refs:GetScale (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp131 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RR, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
147 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RG, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
163 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RB, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
179 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_D0, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
195 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_D1, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
211 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_FR, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
325 coordinator.GetScale().x, in ActivateTextureCoordinators()
326 coordinator.GetScale().y, in ActivateTextureCoordinators()
587 coordinator.GetScale().x, in ActivateParticleTextureCoordinators()
588 coordinator.GetScale().y, in ActivateParticleTextureCoordinators()
Dgfx_ParticleEmitter.cpp593 nw::math::VEC3 cookedScale(cubeForm.GetScale()); in CalcCubeForm()
752 nw::math::VEC3 cookedScale(cylinderForm.GetScale()); in CalcCylinderForm()
866 nw::math::VEC2 cookedScale(discForm.GetScale()); in CalcDiscForm()
1006 nw::math::VEC3 cookedScale(sphereForm.GetScale()); in CalcSphereForm()
1104 nw::math::VEC2 cookedScale(rectangleForm.GetScale()); in CalcRectangleForm()
Dgfx_FragmentLight.cpp366 angleSampler->m_Scale = srcAngleSampler.GetScale(); in CloneResFragmentLight()
Dgfx_RenderContext.cpp685 …raphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_SP, resLight.GetAngleSampler().GetScale() ); in ActivateFragmentLight()
Dgfx_Material.cpp730 lightingLookupTable->m_Scale = resLightingLookupTable.GetScale(); in CopyResLightingLookupTable()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp118 f32 scale = vertexStream.GetScale(); in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Pane.h301 const math::VEC2& GetScale() const in GetScale() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp609 register f32 sx = this->GetScale().x; in CalculateMtx()
610 register f32 sy = this->GetScale().y; in CalculateMtx()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1190 const nw::math::VEC2& GetScale() const in NW_RES_CTOR()