Searched refs:GXTexMtxType (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/include/revolution/gd/ |
| D | GDTransform.h | 66 void GDLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type ); 67 void GDLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXTransform.h | 105 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type ); 106 void GXLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
|
| D | GXEnum.h | 586 } GXTexMtxType; typedef
|
| /RvlSDK-2.1/build/libraries/gd/src/ |
| D | GDTransform.c | 177 void GDLoadTexMtxImm ( const f32 mtx[3][4], u32 id, GXTexMtxType type ) in GDLoadTexMtxImm() 226 void GDLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type ) in GDLoadTexMtxIndx()
|