| /RvlSDK-3.1/build/demos/thpdemo/src/THPPlayer/ |
| D | THPDraw.c | 85 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/ |
| D | THPDraw.c | 85 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/ |
| D | THPDraw.c | 85 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/ |
| D | ind-bump-st.c | 373 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()
|
| D | ind-bump-xyz.c | 438 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()
|
| D | ind-pseudo-3d.c | 357 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/ |
| D | DEMOPuts.c | 267 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()
|