Go to the source code of this file.
|
void | GXPixModeSync (void) |
|
void | GXWaitDrawDone (void) |
|
void | GXSetDrawDone (void) |
|
void | GXSetMisc (s32, u32) |
|
void | GXPokeAlphaMode (GXCompare func, u8 threshold) |
|
void | GXPokeAlphaRead (s32 mode) |
|
void | GXPokeAlphaUpdate (bool update_enable) |
|
void | GXPokeColorUpdate (bool update_enable) |
|
void | GXPokeDstAlpha (bool enable, u8 alpha) |
|
void | GXPokeDither (s32 dither) |
|
void | GXPokeZMode (bool compare_enable, GXCompare func, bool update_enable) |
|
void | GXTokenInterruptHandler (__OSInterrupt _, OSContext *current_ctx) |
|
GXDrawDoneCallback | GXSetDrawDoneCallback (GXDrawDoneCallback cb) |
|
void | GXFinishInterruptHandler (__OSInterrupt _, OSContext *current_ctx) |
|
void | __GXPEInit (void) |
|
void | GXPokeBlendMode (GXBlendMode type, GXBlendFactor src_factor, GXBlendFactor dst_factor, GXLogicOp op) |
|
◆ GXPixModeSync()
void GXPixModeSync |
( |
void |
| ) |
|
◆ GXWaitDrawDone()
void GXWaitDrawDone |
( |
void |
| ) |
|
◆ GXSetDrawDone()
void GXSetDrawDone |
( |
void |
| ) |
|
◆ GXSetMisc()
void GXSetMisc |
( |
s32 |
arg0, |
|
|
u32 |
arg1 |
|
) |
| |
◆ GXPokeAlphaMode()
◆ GXPokeAlphaRead()
void GXPokeAlphaRead |
( |
s32 |
mode | ) |
|
◆ GXPokeAlphaUpdate()
void GXPokeAlphaUpdate |
( |
bool |
update_enable | ) |
|
◆ GXPokeColorUpdate()
void GXPokeColorUpdate |
( |
bool |
update_enable | ) |
|
◆ GXPokeDstAlpha()
void GXPokeDstAlpha |
( |
bool |
enable, |
|
|
u8 |
alpha |
|
) |
| |
◆ GXPokeDither()
void GXPokeDither |
( |
s32 |
dither | ) |
|
◆ GXPokeZMode()
◆ GXTokenInterruptHandler()
◆ GXSetDrawDoneCallback()
◆ GXFinishInterruptHandler()
◆ __GXPEInit()
◆ GXPokeBlendMode()