Searched refs:gouraudC (Results 1 – 2 of 2) sorted by relevance
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/ |
H A D | vidgcd.c | 2210 COLOR gouraudC; variable 2223 gouraudC.value = T1ReadWord(Vdp1Ram,gouraudTableAddress+4); in gouraudTable() 2270 { colors[0] = gouraudA; colors[1] = gouraudD; colors[2] = gouraudB; colors[3] = gouraudC; } in drawQuad() 2534 gouraudLineSetup(&redstep,&greenstep,&bluestep,length, gouraudB, gouraudC); in VIDGCDVdp1PolylineDraw() 2538 gouraudLineSetup(&redstep,&greenstep,&bluestep,length, gouraudD, gouraudC); in VIDGCDVdp1PolylineDraw()
|
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/ |
H A D | vidsoft.c | 3004 COLOR gouraudC; variable 3017 gouraudC.value = T1ReadWord(ram, gouraudTableAddress + 4); in gouraudTable() 3118 { colors[0] = gouraudA; colors[1] = gouraudD; colors[2] = gouraudB; colors[3] = gouraudC; } in drawQuad() 3386 …gouraudLineSetup(&redstep, &greenstep, &bluestep, length, gouraudB, gouraudC, ram, regs, &cmd, bac… in VIDSoftVdp1PolylineDraw() 3390 …gouraudLineSetup(&redstep, &greenstep, &bluestep, length, gouraudD, gouraudC, ram, regs, &cmd, bac… in VIDSoftVdp1PolylineDraw()
|