|
void | GXSetDispCopySrc (u16 left, u16 top, u16 width, u16 height) |
|
void | GXSetTexCopySrc (u16 left, u16 top, u16 width, u16 height) |
|
void | GXSetDispCopyDst (u16 arg0, u16 arg1) |
|
void | GXSetTexCopyDst (u16 width, u16 height, GXTexFmt format, GXBool useMIPmap) |
|
void | GXSetDispCopyFrame2Field (GXCopyMode arg0) |
|
void | GXSetCopyClamp (GXFBClamp clamp) |
|
static u32 | __GXGetNumXfbLines (u32 height, u32 scale) |
|
u16 | GXGetNumXfbLines (const u16 efbHeight, f32 yScale) |
|
f32 | GXGetYScaleFactor (u16 efbHeight, u16 xfbHeight) |
|
u32 | GXSetDispCopyYScale (f32 vertScale) |
|
void | GXSetCopyClear (GXColor color, u32 clear_z) |
|
void | GXSetCopyFilter (GXBool useAA, u8 samplePattern[12][2], GXBool doVertFilt, u8 vFilt[7]) |
|
void | GXSetDispCopyGamma (GXGamma gamma) |
|
void | GXCopyDisp (void *dest, GXBool doClear) |
|
void | GXCopyTex (void *dest, GXBool doClear) |
|
void | GXClearBoundingBox (void) |
|