Home
last modified time | relevance | path

Searched refs:GDSetChanMatColor (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-light-create.c120 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()
Dgd-init-create.c219 GDSetChanMatColor(GX_COLOR0A0, white); in CreateDLs()
231 GDSetChanMatColor(GX_COLOR1A1, white); in CreateDLs()
/RvlSDK-3.2.2/include/revolution/gd/
DGDLight.h105 void GDSetChanMatColor ( GXChannelID chan, GXColor mat_color );
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDLight.c399 void GDSetChanMatColor ( GXChannelID chan, GXColor color ) in GDSetChanMatColor() function