|
s32 | GXGetTexBufferSize (u16 arg0, u16 arg1, u32 arg2, u8 arg3, u8 arg4) |
|
void | __GetImageTileCount (u32 arg0, s16 arg1, s16 arg2, s32 *arg3, s32 *arg4, s32 *arg5) |
|
void | GXInitTexObj (GXTexObj *obj, void *image_ptr, u16 width, u16 height, GXTexFmt format, GXTexWrapMode wrap_s, GXTexWrapMode wrap_t, GXBool mipmap) |
|
void | GXInitTexObjCI (GXTexObj *obj, void *image_ptr, u16 width, u16 height, GXCITexFmt format, GXTexWrapMode wrap_s, GXTexWrapMode wrap_t, GXBool mipmap, u32 tlut_name) |
|
void | GXInitTexObjLOD (GXTexObj *obj, GXTexFilter min_filt, GXTexFilter mag_filt, f32 min_lod, f32 max_lod, f32 lod_bias, GXBool bias_clamp, GXBool do_edge_lod, GXAnisotropy max_aniso) |
|
s32 | GXGetTexObjWidth (GXTexObj *tex_obj) |
|
s32 | GXGetTexObjHeight (GXTexObj *tex_obj) |
|
GXTexFmt | GXGetTexObjFmt (GXTexObj *tex_obj) |
|
void | GXLoadTexObjPreLoaded (const GXTexObj *arg0, UNK_T arg1, GXTexMapID arg2) |
|
void | GXLoadTexObj (const GXTexObj *arg0, GXTexMapID arg1) |
|
void | GXInitTlutObj (GXTlutObj *tlut_obj, void *lut, GXTlutFmt fmt, u16 n_entries) |
|
void | GXLoadTlut (GXTlutObj *arg0, s32 arg1) |
|
void | GXInitTexCacheRegion (UNK_T arg0, s8 arg1, u32 arg2, s32 arg3, u32 arg4, s32 arg5, s32 arg6) |
|
void | GXInitTlutRegion (s32 *arg0, s32 arg1, s32 arg2) |
|
void | GXInvalidateTexAll (void) |
|
GXTexRegionCallback | GXSetTexRegionCallback (GXTexRegionCallback arg0) |
|
GXTexRegionCallback | GXSetTlutRegionCallback (GXTexRegionCallback arg0) |
|
void | __SetSURegs (s32 arg0, s32 arg1) |
|
void | __GXSetSUTexSize (void) |
|
void | __GXSetTmemConfig (s32 arg0) |
|