Searched refs:GDSetChanMatColor (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-light-create.c | 120 GDSetChanMatColor(GX_COLOR0A0, MatColors[0]); in CreateModelDL() 121 GDSetChanMatColor(GX_COLOR1A1, MatColors[1]); in CreateModelDL() 127 GDSetChanMatColor(GX_COLOR0A0, MatColors[2]); in CreateModelDL() 128 GDSetChanMatColor(GX_COLOR1A1, MatColors[3]); in CreateModelDL() 134 GDSetChanMatColor(GX_COLOR0A0, MatColors[4]); in CreateModelDL() 135 GDSetChanMatColor(GX_COLOR1A1, MatColors[5]); in CreateModelDL() 141 GDSetChanMatColor(GX_COLOR0A0, MatColors[6]); in CreateModelDL() 142 GDSetChanMatColor(GX_COLOR1A1, MatColors[7]); in CreateModelDL()
|
| D | gd-init-create.c | 219 GDSetChanMatColor(GX_COLOR0A0, white); in CreateDLs() 231 GDSetChanMatColor(GX_COLOR1A1, white); in CreateDLs()
|
| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDLight.h | 105 void GDSetChanMatColor ( GXChannelID chan, GXColor mat_color );
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDLight.c | 399 void GDSetChanMatColor ( GXChannelID chan, GXColor color ) in GDSetChanMatColor() function
|