Home
last modified time | relevance | path

Searched defs:polygonID (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Edge_Marking/src/
Dmain.c95 static void drawCube(int polygonID, u16 Rotate) in drawCube()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3x.c502 void G3X_SetClearColor(GXRgb rgb, int alpha, int depth, int polygonID, BOOL fog) in G3X_SetClearColor()
Dg3b.c898 …r(GXDLInfo *info, int light, GXPolygonMode polyMode, GXCull cullMode, int polygonID, int alpha, in… in G3B_PolygonAttr()
Dg3c.c1061 …r(GXDLInfo *info, int light, GXPolygonMode polyMode, GXCull cullMode, int polygonID, int alpha, in… in G3C_PolygonAttr()
/TwlSDK-5.1.0/include/nitro/gx/
Dg3imm.h482 static inline void G3_PolygonAttr(int light, GXPolygonMode polyMode, GXCull cullMode, int polygonID in G3_PolygonAttr()
Dg3c.h520 …r(GXDLInfo *info, int light, GXPolygonMode polyMode, GXCull cullMode, int polygonID, int alpha, in… in G3CS_PolygonAttr()
Dg3b.h622 …r(GXDLInfo *info, int light, GXPolygonMode polyMode, GXCull cullMode, int polygonID, int alpha, in… in G3BS_PolygonAttr()
Dg3.h544 #define GX_PACK_POLYGONATTR_PARAM(light, polyMode, cullMode, polygonID, alpha, misc) \ argument