Home
last modified time | relevance | path

Searched refs:fScaleS (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRender.cpp477 bool CRender::TexRect(int nX0, int nY0, int nX1, int nY1, float fS0, float fT0, float fScaleS, floa… in TexRect() argument
532 else if( gRDP.otherMode.cycle_type == G_CYC_1CYCLE && fScaleS == 1 && fScaleT == 1 && in TexRect()
572 t0u1 = t0u0 + (fScaleS * (nX1 - nX0 - 1))*tile0->fShiftScaleS; in TexRect()
574 t0u1 = t0u0 + (fScaleS * (nX1 - nX0))*tile0->fShiftScaleS; in TexRect()
655 t0u1 = t0u0 + (fScaleS * (nX1 - nX0 - 1))*tile1->fShiftScaleS; in TexRect()
660 t0u1 = t0u0 + (fScaleS * (nX1 - nX0))*tile1->fShiftScaleS; in TexRect()
709 else if( fScaleS >= 1 && fScaleT >= 1 && options.forceTextureFilter == FORCE_DEFAULT_FILTER ) in TexRect()
H A DRender.h174 …bool TexRect(int nX0, int nY0, int nX1, int nY1, float fS0, float fT0, float fScaleS, float fScale…