Home
last modified time | relevance | path

Searched refs:nVPRightN (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRenderBase.h138 int nVPLeftN, nVPTopN, nVPRightN, nVPBottomN, nVPWidthN, nVPHeightN, maxZ; member
H A DRender.cpp975 gRSP.nVPRightN == nRight && gRSP.nVPBottomN == nBottom && in SetViewport()
988 gRSP.nVPRightN = nRight; in SetViewport()
1365 windowSetting.vpRightW = int(gRSP.nVPRightN* windowSetting.fMultX); in UpdateClipRectangle()
1367 windowSetting.vpWidthW = int((gRSP.nVPRightN - gRSP.nVPLeftN + 1) * windowSetting.fMultX); in UpdateClipRectangle()
H A DRiceDebugger.cpp197 gRSP.nVPLeftN, gRSP.nVPTopN , gRSP.nVPRightN, in DumpVIRegisters()
H A DRSP_Parser.cpp1144 gRSP.nVPRightN = 320; in DLParser_SetCImg()
H A DRSP_GBI_Others.h1103 int x1 = gRSP.nVPRightN; in DLParser_RDPHalf_1_0xb4_GoldenEye()
H A DRenderBase.cpp192 gRSP.nVPRightN = 640; in InitRenderBase()