|
void | __GXSetMatrixIndex () |
|
static void | Copy6Floats (register f32 src[6], register f32 dst[6]) |
|
static void | WriteProjPS (const register f32 src[6], register volatile void *dst) |
|
void | GXProject (f32 model_x, f32 model_y, f32 model_z, Mtx model_mtx, f32 *proj_mtx, f32 *viewpoint, f32 *screen_x, f32 *screen_y, f32 *screen_z) |
|
void | __GXSetProjection (void) |
|
void | GXSetProjection (const Mtx44 proj, GXProjectionType type) |
|
void | GXSetProjectionv (f32 *proj) |
|
void | GXGetProjectionv (f32 *proj) |
|
static void | WriteMTXPS4x3 (register volatile void *dst, register const Mtx src) |
|
void | GXLoadPosMtxImm (Mtx mtx, u32 id) |
|
static void | WriteMTXPS3x3 (register volatile void *dst, register const Mtx src) |
|
void | GXLoadNrmMtxImm (Mtx mtx, u32 id) |
|
void | GXSetCurrentMtx (u32 id) |
|
static void | WriteMTXPS4x2 (register volatile void *dst, register const Mtx src) |
|
void | GXLoadTexMtxImm (const Mtx mtx, u32 id, GXTexMtxType type) |
|
void | __GXSetViewport (void) |
|
void | GXSetViewport (f32 left, f32 top, f32 width, f32 height, f32 nearZ, f32 farZ) |
|
void | GXGetViewportv (f32 *p) |
|
void | GXSetScissor (u32 left, u32 top, u32 width, u32 height) |
|
void | GXGetScissor (u32 *left, u32 *top, u32 *width, u32 *height) |
|
void | GXSetScissorBoxOffset (s32 x, s32 y) |
|
void | GXSetClipMode (GXClipMode mode) |
|
void | __GXSetMatrixIndex (GXAttr index) |
|