Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
GXCpu2Efb.h File Reference

Go to the source code of this file.

Functions

void GXPokeAlphaMode (GXCompare func, u8 threshold)
 
void GXPokeAlphaRead (GXAlphaReadMode mode)
 
void GXPokeAlphaUpdate (GXBool update_enable)
 
void GXPokeBlendMode (GXBlendMode type, GXBlendFactor src_factor, GXBlendFactor dst_factor, GXLogicOp op)
 
void GXPokeColorUpdate (GXBool update_enable)
 
void GXPokeDstAlpha (GXBool enable, u8 alpha)
 
void GXPokeDither (GXBool dither)
 
void GXPokeZMode (GXBool compare_enable, GXCompare func, GXBool update_enable)
 
void GXPeekARGB (u16 x, u16 y, u32 *color)
 
void GXPokeARGB (u16 x, u16 y, u32 color)
 
void GXPeekZ (u16 x, u16 y, u32 *z)
 
void GXPokeZ (u16 x, u16 y, u32 z)
 
u32 GXCompressZ16 (u32 z24, GXZFmt16 zfmt)
 
u32 GXDecompressZ16 (u32 z16, GXZFmt16 zfmt)
 

Function Documentation

◆ GXCompressZ16()

u32 GXCompressZ16 ( u32 z24,
GXZFmt16 zfmt )

◆ GXDecompressZ16()

u32 GXDecompressZ16 ( u32 z16,
GXZFmt16 zfmt )

◆ GXPeekARGB()

void GXPeekARGB ( u16 x,
u16 y,
u32 * color )

◆ GXPeekZ()

void GXPeekZ ( u16 x,
u16 y,
u32 * z )

◆ GXPokeAlphaMode()

void GXPokeAlphaMode ( GXCompare func,
u8 threshold )

◆ GXPokeAlphaRead()

void GXPokeAlphaRead ( GXAlphaReadMode mode)

◆ GXPokeAlphaUpdate()

void GXPokeAlphaUpdate ( GXBool update_enable)

◆ GXPokeARGB()

void GXPokeARGB ( u16 x,
u16 y,
u32 color )

◆ GXPokeBlendMode()

void GXPokeBlendMode ( GXBlendMode type,
GXBlendFactor src_factor,
GXBlendFactor dst_factor,
GXLogicOp op )

◆ GXPokeColorUpdate()

void GXPokeColorUpdate ( GXBool update_enable)

◆ GXPokeDither()

void GXPokeDither ( GXBool dither)

◆ GXPokeDstAlpha()

void GXPokeDstAlpha ( GXBool enable,
u8 alpha )

◆ GXPokeZ()

void GXPokeZ ( u16 x,
u16 y,
u32 z )

◆ GXPokeZMode()

void GXPokeZMode ( GXBool compare_enable,
GXCompare func,
GXBool update_enable )