|
| void | J3DGDSetGenMode (u8 nTexGens, u8 nChans, u8 nTevs, u8 nInds, GXCullMode cm) |
| |
| void | J3DGDSetGenMode_3Param (u8 nTexGens, u8 nTevs, u8 nInds) |
| |
| void | J3DGDSetLightAttn (GXLightID light, f32 a0, f32 a1, f32 a2, f32 k0, f32 k1, f32 k2) |
| |
| void | J3DGDSetLightColor (GXLightID light, GXColor color) |
| |
| void | J3DGDSetLightPos (GXLightID light, f32 x, f32 y, f32 z) |
| |
| void | J3DGDSetLightDir (GXLightID light, f32 nx, f32 ny, f32 nz) |
| |
| void | J3DGDSetVtxAttrFmtv (GXVtxFmt vtxfmt, const GXVtxAttrFmtList *list, bool param_2) |
| |
| void | J3DGDSetTexCoordGen (GXTexGenType func, GXTexGenSrc src_param) |
| |
| void | J3DGDSetTexCoordScale2 (GXTexCoordID coord, u16 s_scale, u8 s_bias, u8 s_wrap, u16 t_scale, u8 t_bias, u8 t_wrap) |
| |
| void | J3DGDSetTexLookupMode (GXTexMapID id, GXTexWrapMode wrap_s, GXTexWrapMode wrap_t, GXTexFilter min_filt, GXTexFilter mag_filt, f32 min_lod, f32 max_lod, f32 lod_bias, u8 bias_clamp, u8 do_edge_lod, GXAnisotropy max_aniso) |
| |
| void | J3DGDSetTexImgAttr (GXTexMapID id, u16 width, u16 height, GXTexFmt format) |
| |
| void | J3DGDSetTexImgPtr (GXTexMapID id, void *image_ptr) |
| |
| void | J3DGDSetTexImgPtrRaw (GXTexMapID id, u32 image_ptr_raw) |
| |
| void | J3DGDSetTexTlut (GXTexMapID id, u32 tmem_addr, GXTlutFmt format) |
| |
| void | J3DGDLoadTlut (void *tlut_ptr, u32 tmem_addr, GXTlutSize size) |
| |
| void | J3DGDSetIndTexMtx (GXIndTexMtxID mtx_id, f32 offset[2][3], s8 scale_exp) |
| |
| void | J3DGDSetIndTexCoordScale (GXIndTexStageID indStageEven, GXIndTexScale scaleS0, GXIndTexScale scaleT0, GXIndTexScale scaleS1, GXIndTexScale scaleT1) |
| |
| void | J3DGDSetIndTexOrder (u32 count, GXTexCoordID texCoord0, GXTexMapID texMap0, GXTexCoordID texCoord1, GXTexMapID texMap1, GXTexCoordID texCoord2, GXTexMapID texMap2, GXTexCoordID texCoord3, GXTexMapID texMap3) |
| |
| void | J3DGDSetTevOrder (GXTevStageID evenStage, GXTexCoordID coord0, GXTexMapID map0, GXChannelID color0, GXTexCoordID coord1, GXTexMapID map1, GXChannelID color1) |
| |
| void | J3DGDSetTevKColor (GXTevKColorID reg, GXColor color) |
| |
| void | J3DGDSetTevColorS10 (GXTevRegID reg, GXColorS10 color) |
| |
| void | J3DGDSetFog (GXFogType type, f32 startz, f32 endz, f32 nearz, f32 farz, GXColor color) |
| |
| void | J3DGDSetFogRangeAdj (GXBool enable, u16 center, GXFogAdjTable *table) |
| |
| void | J3DFifoLoadPosMtxImm (MtxP mtx, u32 id) |
| |
| void | J3DFifoLoadNrmMtxImm (MtxP mtx, u32 id) |
| |
| void | J3DFifoLoadNrmMtxImm3x3 (Mtx3P mtx, u32 id) |
| |
| void | J3DFifoLoadNrmMtxToTexMtx (MtxP mtx, u32 id) |
| |
| void | J3DFifoLoadNrmMtxToTexMtx3x3 (Mtx3P mtx, u32 id) |
| |
| void | J3DFifoLoadTexCached (GXTexMapID id, u32 tmem_even, GXTexCacheSize size_even, u32 tmem_odd, GXTexCacheSize size_odd) |
| |