Lines Matching refs:tevc
79 static void DrawTexMapPanels ( MyTevCtrlObj tevc );
80 static void DrawTexCoordPanels ( MyTevCtrlObj tevc );
81 static void DrawColorChanPanels( MyTevCtrlObj tevc );
82 static void DrawResultPanels ( MyTevCtrlObj tevc );
518 static void DrawTexMapPanels( MyTevCtrlObj tevc ) in DrawTexMapPanels() argument
534 MapIDTbl[tevc[CTRL_TM][x]], in DrawTexMapPanels()
552 static void DrawTexCoordPanels( MyTevCtrlObj tevc ) in DrawTexCoordPanels() argument
566 CoordIDTbl[tevc[CTRL_TC][x]], in DrawTexCoordPanels()
567 MapIDTbl[tevc[CTRL_TM][x]], in DrawTexCoordPanels()
585 static void DrawColorChanPanels( MyTevCtrlObj tevc ) in DrawColorChanPanels() argument
601 ChannelIDTbl[tevc[CTRL_CH][x]] ); in DrawColorChanPanels()
618 static void DrawResultPanels( MyTevCtrlObj tevc ) in DrawResultPanels() argument
631 CoordIDTbl[tevc[CTRL_TC][x]], in DrawResultPanels()
632 MapIDTbl[tevc[CTRL_TM][x]], in DrawResultPanels()
633 ChannelIDTbl[tevc[CTRL_CH][x]] ); in DrawResultPanels()
634 GXSetTevOp(StageIDTbl[x], TevModeTbl[tevc[CTRL_MD][x]]); in DrawResultPanels()