Home
last modified time | relevance | path

Searched refs:mView (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/
Dtex-tlut32.c343 Mtx mView; in SetUpRegisters() local
348 MTXLookAt(mView, // Mtx mView in SetUpRegisters()
353 GXLoadPosMtxImm(mView, // Mtx mView in SetUpRegisters()
/RvlSDK-3.1.4/build/libraries/G2D/src/
DG2D.c867 Mtx mView; in G2DSetCamera() local
892 MTXLookAt(mView, &vPos, &vUp, &vAt); in G2DSetCamera()
893 GXLoadPosMtxImm(mView, GX_PNMTX0); in G2DSetCamera()