Searched refs:GetScale (Results 1 – 9 of 9) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_MaterialState.cpp | 131 … 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()
|
| D | gfx_ParticleEmitter.cpp | 593 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()
|
| D | gfx_FragmentLight.cpp | 366 angleSampler->m_Scale = srcAngleSampler.GetScale(); in CloneResFragmentLight()
|
| D | gfx_RenderContext.cpp | 685 …raphicsDevice::SetLutScale( GraphicsDevice::LUT_TARGET_SP, resLight.GetAngleSampler().GetScale() ); in ActivateFragmentLight()
|
| D | gfx_Material.cpp | 730 lightingLookupTable->m_Scale = resLightingLookupTable.GetScale(); in CopyResLightingLookupTable()
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 118 f32 scale = vertexStream.GetScale(); in ResSeparateDataShape_SetupVertexIrScale()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Pane.h | 301 const math::VEC2& GetScale() const in GetScale() function
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 609 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/ |
| D | gfx_ResMaterial.h | 1190 const nw::math::VEC2& GetScale() const in NW_RES_CTOR()
|