Home
last modified time | relevance | path

Searched refs:pMtx (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c85 Mtx44 pMtx; in THPGXYuv2RgbSetup() local
94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup()
95 GXSetProjection(pMtx, GX_ORTHOGRAPHIC); in THPGXYuv2RgbSetup()
/RvlSDK-3.1/build/demos/thpdemo/src/THPSimple/
DTHPDraw.c85 Mtx44 pMtx; in THPGXYuv2RgbSetup() local
94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup()
95 GXSetProjection(pMtx, GX_ORTHOGRAPHIC); in THPGXYuv2RgbSetup()
/RvlSDK-3.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c85 Mtx44 pMtx; in THPGXYuv2RgbSetup() local
94 MTXOrtho(pMtx, 0.0f, (f32)scrHeight, 0.0f, (f32)scrWidth, 0.0f, -1.0F); in THPGXYuv2RgbSetup()
95 GXSetProjection(pMtx, GX_ORTHOGRAPHIC); in THPGXYuv2RgbSetup()
/RvlSDK-3.1/build/demos/gxdemo/src/Indirect/
Dind-bump-st.c373 Mtx44 pMtx; in renderSetup1() local
380 MTXFrustum(pMtx, -1, 1, -1, 1, 1, 15); in renderSetup1()
381 GXSetProjection(pMtx, GX_PERSPECTIVE); in renderSetup1()
471 Mtx44 pMtx; in lightMapSetup() local
478 MTXOrtho(pMtx, -1, 1, -1, 1, 1, 15); in lightMapSetup()
479 GXSetProjection(pMtx, GX_ORTHOGRAPHIC); in lightMapSetup()
Dind-bump-xyz.c438 Mtx44 pMtx; in renderSetup1() local
445 MTXFrustum(pMtx, 1, -1, -1, 1, 1, 15); in renderSetup1()
446 GXSetProjection(pMtx, GX_PERSPECTIVE); in renderSetup1()
524 Mtx44 pMtx; in lightMapSetup() local
531 MTXOrtho(pMtx, 1, -1, -1, 1, 1, 15); in lightMapSetup()
532 GXSetProjection(pMtx, GX_ORTHOGRAPHIC); in lightMapSetup()
Dind-pseudo-3d.c357 Mtx44 pMtx; in renderSetup() local
364 MTXFrustum(pMtx, 1, -1, -1*asp, 1*asp, 1, 50); in renderSetup()
365 GXSetProjection(pMtx, GX_PERSPECTIVE); in renderSetup()
/RvlSDK-3.1/build/libraries/demo/src/
DDEMOPuts.c267 Mtx44 pMtx; in DEMOSetupScrnSpc() local
280 MTXOrtho( pMtx, top, (float)height, 0.0f, (float)width, 0.0f, -depth ); in DEMOSetupScrnSpc()
281 GXSetProjection( pMtx, GX_ORTHOGRAPHIC ); in DEMOSetupScrnSpc()