Lines Matching defs:info
175 static inline void G3CS_Nop(GXDLInfo *info) in G3CS_Nop()
192 static inline void G3CS_MtxMode(GXDLInfo *info, GXMtxMode mode) in G3CS_MtxMode()
211 static inline void G3CS_PushMtx(GXDLInfo *info) in G3CS_PushMtx()
229 static inline void G3CS_PopMtx(GXDLInfo *info, int num) in G3CS_PopMtx()
249 static inline void G3CS_StoreMtx(GXDLInfo *info, int num) in G3CS_StoreMtx()
269 static inline void G3CS_RestoreMtx(GXDLInfo *info, int num) in G3CS_RestoreMtx()
288 static inline void G3CS_Identity(GXDLInfo *info) in G3CS_Identity()
307 static inline void G3CS_Scale(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3CS_Scale()
326 static inline void G3CS_Translate(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3CS_Translate()
342 static inline void G3CS_Color(GXDLInfo *info, GXRgb rgb) in G3CS_Color()
362 static inline void G3CS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Normal()
383 static inline void G3CS_TexCoord(GXDLInfo *info, fx32 s, fx32 t) in G3CS_TexCoord()
404 static inline void G3CS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx()
422 static inline void G3CS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx10()
440 static inline void G3CS_VtxXY(GXDLInfo *info, fx16 x, fx16 y) in G3CS_VtxXY()
458 static inline void G3CS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3CS_VtxXZ()
476 static inline void G3CS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3CS_VtxYZ()
495 static inline void G3CS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_VtxDiff()
520 static inline void G3CS_PolygonAttr(GXDLInfo *info, int light, GXPolygonMode polyMode, GXCull cullM… in G3CS_PolygonAttr()
553 static inline void G3CS_TexImageParam(GXDLInfo *info, in G3CS_TexImageParam()
588 static inline void G3CS_TexPlttBase(GXDLInfo *info, u32 addr, GXTexFmt texfmt) in G3CS_TexPlttBase()
609 static inline void G3CS_MaterialColorDiffAmb(GXDLInfo *info, in G3CS_MaterialColorDiffAmb()
632 static inline void G3CS_MaterialColorSpecEmi(GXDLInfo *info, in G3CS_MaterialColorSpecEmi()
655 static inline void G3CS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3CS_LightVector()
677 static inline void G3CS_LightColor(GXDLInfo *info, GXLightId lightID, GXRgb rgb) in G3CS_LightColor()
696 static inline void G3CS_Shininess(GXDLInfo *info, const u32 *table) in G3CS_Shininess()
712 static inline void G3CS_Begin(GXDLInfo *info, GXBegin primitive) in G3CS_Begin()
729 static inline void G3CS_End(GXDLInfo *info) in G3CS_End()
747 static inline void G3CS_SwapBuffers(GXDLInfo *info, GXSortMode am, GXBufferMode zw) in G3CS_SwapBuffers()
769 static inline void G3CS_ViewPort(GXDLInfo *info, int x1, int y1, int x2, int y2) in G3CS_ViewPort()
788 static inline void G3CS_BoxTest(GXDLInfo *info, const GXBoxTestParam *box) in G3CS_BoxTest()
807 static inline void G3CS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_PositionTest()
826 static inline void G3CS_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_VectorTest()