Home
last modified time | relevance | path

Searched refs:GDLoadPosMtxIndx (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-matrix-create.c101 GDLoadPosMtxIndx(0, GX_PNMTX0); // Load position mtx for this face in CreateDLs()
123 GDLoadPosMtxIndx(1, GX_PNMTX0); in CreateDLs()
145 GDLoadPosMtxIndx(2, GX_PNMTX0); in CreateDLs()
167 GDLoadPosMtxIndx(3, GX_PNMTX0); in CreateDLs()
189 GDLoadPosMtxIndx(4, GX_PNMTX0); in CreateDLs()
211 GDLoadPosMtxIndx(5, GX_PNMTX0); in CreateDLs()
/RvlSDK-3.2.2/include/revolution/gd/
DGDTransform.h62 void GDLoadPosMtxIndx ( u16 mtx_indx, u32 id );
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDTransform.c83 void GDLoadPosMtxIndx(u16 mtx_indx, u32 id) in GDLoadPosMtxIndx() function