Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/glide2gl/src/Glide64/
H A Ducode09rdp.h64 if (cmd == G_TEXRECT || cmd == G_TEXRECTFLIP) in uc9_rpdcmd()
H A Dturbo3D.h63 if (cmd == G_TEXRECT || cmd == G_TEXRECTFLIP) in t3dProcessRDP()
H A Dglide64_rdp.c760 if ( ((__RSP.w0 >> 24)&0xFF) == G_TEXRECTFLIP ) in rdp_texrect()
1021 if ( ((__RSP.w0 >> 24)&0xFF) == G_TEXRECTFLIP ) in rdp_texrect()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/Graphics/
H A DGBI.h366 #define G_TEXRECTFLIP 0xE5 /* -27 */ macro
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2n64/src/
H A DGBI.h305 #define G_TEXRECTFLIP 0xE5 /* -27 */ macro
H A DRDP.c444 GBI.cmd[G_TEXRECTFLIP] = RDP_TexRectFlip; in RDP_Init()
H A DgDP_gles2n64.c915 if (__RSP.cmd == G_TEXRECTFLIP) in gln64gDPTextureRectangle()
937 params.flip = (__RSP.cmd == G_TEXRECTFLIP); in gln64gDPTextureRectangle()
H A DTextures.c951 …reFilter.txFilterIgnoreBG == 0 || (RSP.cmd != G_TEXRECT && RSP.cmd != G_TEXRECTFLIP)) && TFH.isIni… in _load()