| /CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/ |
| D | EarlyDepthTestSample.cpp | 175 nn::math::Matrix34 trans, vTmp; in DrawFrame() local 177 nn::math::MTX34Translate( &trans, &transVec ); in DrawFrame() 178 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame() 202 nn::math::Matrix34 trans, vTmp; in DrawFrame() local 204 nn::math::MTX34Translate( &trans, &transVec ); in DrawFrame() 205 nn::math::MTX34Mult(&vTmp, &s_ViewMtx, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | LightingDistanceAtte.cpp | 194 nn::math::Vector3 trans(x, 0.0f, z); in DrawFrame() local 196 nn::math::MTX34Translate(&tmp, &trans); in DrawFrame() 212 nn::math::Vector3 trans(lpos0.x, lpos0.y, lpos0.z); in DrawFrame() local 214 nn::math::MTX34Translate(&tmp[0], &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | gx_AlphaTest.cpp | 187 nn::math::Vector3 trans(ofs_x, ofs_y, 0.f); in DrawFrame() local 189 nn::math::MTX34MultTranslate(&mvtmp, &mv, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | GasColorSimple.cpp | 307 nn::math::Vector3 trans(static_cast<f32>(f - 20), 0.f, 0.f); in DrawFrame() local 309 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | GasColorOptimal.cpp | 293 nn::math::Vector3 trans(static_cast<f32>(f - 20), 0.f, 0.f); in DrawFrame() local 294 nn::math::MTX34MultTranslate(&mv_tr, &mv, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/ |
| D | LightingVertex.cpp | 259 nn::math::Vector3 trans(2.0f, 0.f, 0.f); in DrawFrame() local 261 nn::math::MTX34Translate(&arr[1], &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/ |
| D | CommandBufferJump.cpp | 482 nn::math::Matrix34 mv, rot, trans, scale; in DrawFrame() local 507 nn::math::MTX34Translate(&trans, &Trans); in DrawFrame() 508 nn::math::MTX34Mult(&mv, &mv, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | GasCessna.cpp | 387 nn::math::Vector3 trans(100.0f, 0.f, 0.f); in DrawFrame() local 388 nn::math::MTX34MultTranslate(&mv_rot, &mv_rot, &trans); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 316 nn::math::Vector3 trans(v_pos.x, posYforSphere, v_pos.z); in DrawObjects() local 318 nn::math::MTX34Translate(&arr[0], &trans); in DrawObjects()
|