Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/
H A Dvidgcd.c2211 COLOR gouraudD; variable
2224 gouraudD.value = T1ReadWord(Vdp1Ram,gouraudTableAddress+6); in gouraudTable()
2270 { colors[0] = gouraudA; colors[1] = gouraudD; colors[2] = gouraudB; colors[3] = gouraudC; } in drawQuad()
2538 gouraudLineSetup(&redstep,&greenstep,&bluestep,length, gouraudD, gouraudC); in VIDGCDVdp1PolylineDraw()
2542 gouraudLineSetup(&redstep,&greenstep,&bluestep,length, gouraudA,gouraudD); in VIDGCDVdp1PolylineDraw()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dvidsoft.c3005 COLOR gouraudD; variable
3018 gouraudD.value = T1ReadWord(ram, gouraudTableAddress + 6); in gouraudTable()
3118 { colors[0] = gouraudA; colors[1] = gouraudD; colors[2] = gouraudB; colors[3] = gouraudC; } in drawQuad()
3390 …gouraudLineSetup(&redstep, &greenstep, &bluestep, length, gouraudD, gouraudC, ram, regs, &cmd, bac… in VIDSoftVdp1PolylineDraw()
3394 …gouraudLineSetup(&redstep, &greenstep, &bluestep, length, gouraudA, gouraudD, ram, regs, &cmd, bac… in VIDSoftVdp1PolylineDraw()