Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_MaterialState.cpp129 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RR, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
145 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RG, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
161 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_RB, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
177 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_D0, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
193 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_D1, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
209 … GraphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_FR, lightingLookupTable.GetScale() ); in ActivateFragmentLightingTable()
323 coordinator.GetScale().x, in ActivateTextureCoordinators()
324 coordinator.GetScale().y, in ActivateTextureCoordinators()
585 coordinator.GetScale().x, in ActivateParticleTextureCoordinators()
586 coordinator.GetScale().y, in ActivateParticleTextureCoordinators()
Dgfx_ParticleEmitter.cpp591 nw::math::VEC3 cookedScale(cubeForm.GetScale()); in CalcCubeForm()
750 nw::math::VEC3 cookedScale(cylinderForm.GetScale()); in CalcCylinderForm()
864 nw::math::VEC2 cookedScale(discForm.GetScale()); in CalcDiscForm()
1004 nw::math::VEC3 cookedScale(sphereForm.GetScale()); in CalcSphereForm()
1102 nw::math::VEC2 cookedScale(rectangleForm.GetScale()); in CalcRectangleForm()
Dgfx_Material.cpp696 lightingLookupTable->m_Scale = resLightingLookupTable.GetScale(); in CopyResLightingLookupTable()
Dgfx_RenderContext.cpp690 …raphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_SP, resLight.GetAngleSampler().GetScale() ); in ActivateFragmentLight()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp116 f32 scale = vertexStream.GetScale(); in ResSeparateDataShape_SetupVertexIrScale()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Pane.h299 const math::VEC2& GetScale() const in GetScale() function
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Pane.cpp607 register f32 sx = this->GetScale().x; in CalculateMtx()
608 register f32 sy = this->GetScale().y; in CalculateMtx()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResMaterial.h1161 const nw::math::VEC2& GetScale() const in NW_RES_CTOR()