Go to the source code of this file.
|
| void | __GXCalculateVLim () |
| |
| void | GXSetVtxDesc (GXAttr attr, GXAttrType type) |
| |
| void | GXSetVtxDescv (const GXVtxDescList *attrPtr) |
| |
| void | GXClearVtxDesc (void) |
| |
| void | GXSetVtxAttrFmt (GXVtxFmt vtxfmt, GXAttr attr, GXCompCnt cnt, GXCompType type, u8 frac) |
| |
| void | GXSetVtxAttrFmtv (GXVtxFmt vtxfmt, const GXVtxAttrFmtList *list) |
| |
| void | GXSetArray (GXAttr attr, void *base_ptr, u8 stride) |
| |
| void | GXInvalidateVtxCache (void) |
| |
| void | GXSetTexCoordGen2 (GXTexCoordID dst_coord, GXTexGenType func, GXTexGenSrc src_param, u32 mtx, GXBool normalize, u32 pt_texmtx) |
| |
| void | GXSetNumTexGens (u8 nTexGens) |
| |
| static void | GXSetTexCoordGen (GXTexCoordID dst_coord, GXTexGenType func, GXTexGenSrc src_param, u32 mtx) |
| |
| void | GXBegin (GXPrimitive type, GXVtxFmt vtxfmt, u16 nverts) |
| |
| static void | GXEnd (void) |
| |
| void | GXSetLineWidth (u8 width, GXTexOffset texOffsets) |
| |
| void | GXSetPointSize (u8 pointSize, GXTexOffset texOffsets) |
| |
| void | GXEnableTexOffsets (GXTexCoordID coord, u8 line_enable, u8 point_enable) |
| |
◆ __GXCalculateVLim()
| void __GXCalculateVLim |
( |
| ) |
|
◆ GXBegin()
◆ GXClearVtxDesc()
| void GXClearVtxDesc |
( |
void | | ) |
|
◆ GXEnableTexOffsets()
◆ GXEnd()
| static void GXEnd |
( |
void | | ) |
|
|
inlinestatic |
◆ GXInvalidateVtxCache()
| void GXInvalidateVtxCache |
( |
void | | ) |
|
◆ GXSetArray()
| void GXSetArray |
( |
GXAttr | attr, |
|
|
void * | base_ptr, |
|
|
u8 | stride ) |
◆ GXSetLineWidth()
◆ GXSetNumTexGens()
| void GXSetNumTexGens |
( |
u8 | nTexGens | ) |
|
◆ GXSetPointSize()
◆ GXSetTexCoordGen()
◆ GXSetTexCoordGen2()
◆ GXSetVtxAttrFmt()
◆ GXSetVtxAttrFmtv()
◆ GXSetVtxDesc()
◆ GXSetVtxDescv()