Searched refs:GetScale (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_MaterialState.cpp | 129 … 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()
|
| D | gfx_ParticleEmitter.cpp | 591 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()
|
| D | gfx_Material.cpp | 696 lightingLookupTable->m_Scale = resLightingLookupTable.GetScale(); in CopyResLightingLookupTable()
|
| D | gfx_RenderContext.cpp | 690 …raphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_SP, resLight.GetAngleSampler().GetScale() ); in ActivateFragmentLight()
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 116 f32 scale = vertexStream.GetScale(); in ResSeparateDataShape_SetupVertexIrScale()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Pane.h | 299 const math::VEC2& GetScale() const in GetScale() function
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 607 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/ |
| D | gfx_ResMaterial.h | 1161 const nw::math::VEC2& GetScale() const in NW_RES_CTOR()
|