Home
last modified time | relevance | path

Searched refs:GXTexMtxType (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/include/revolution/gx/
DGXTransform.h104 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
105 void GXLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
DGXEnum.h586 } GXTexMtxType; typedef
/RvlSDK-3.2/include/revolution/gd/
DGDTransform.h66 void GDLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
67 void GDLoadTexMtxIndx ( u16 mtx_indx, u32 id, GXTexMtxType type );
/RvlSDK-3.2/build/libraries/gd/src/
DGDTransform.c177 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()