| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/ |
| D | gx_CommandCacheVSUniformFrame.cpp | 334 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 336 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 338 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody() 434 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in UpdateDisplay0CommandCache() local 436 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in UpdateDisplay0CommandCache() 439 s_CommandCache.UpdateVSUniformMatrix(modelIndex, s_ModelViewArrayIndex, modelViewMatrix); in UpdateDisplay0CommandCache()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/ |
| D | gx_CommandCacheVSUniformModel.cpp | 353 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 355 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 357 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody() 426 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawDisplay0CommandCache() local 428 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawDisplay0CommandCache() 431 … s_CommandCacheArray[modelIndex].UpdateVSUniformMatrix(0, s_ModelViewArrayIndex, modelViewMatrix); in DrawDisplay0CommandCache()
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/ShaderProgram/ |
| D | demo_ProgramObject.cpp | 75 void ProgramObject::SetModelViewMatrix(const nn::math::MTX44& modelViewMatrix) in SetModelViewMatrix() argument 77 m_ModelViewMatrix = modelViewMatrix; in SetModelViewMatrix()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/ |
| D | gx_Draw3d.cpp | 278 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 280 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 282 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/ |
| D | gx_CommandCacheSimple.cpp | 278 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 280 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 282 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/demo/ShaderProgram/ |
| D | demo_ProgramObject.h | 130 virtual void SetModelViewMatrix(const nn::math::MTX44& modelViewMatrix);
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/ |
| D | gx_RenderToTexture.cpp | 465 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 467 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 469 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/ |
| D | gx_CommandListDouble.cpp | 585 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 587 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 589 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/ |
| D | gx_VertexBuffer.cpp | 894 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawCube() local 895 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &s_WorldMatrix); in DrawCube() 897 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawCube()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/ |
| D | gx_FragmentLightingSimple.cpp | 549 nn::math::MTX44 modelViewMatrix(s_ViewMatrix); in DrawBody() local 551 nn::math::MTX44Mult(&modelViewMatrix, &modelViewMatrix, &worldMatrix); in DrawBody() 553 1, GL_TRUE, static_cast<f32*>(modelViewMatrix)); in DrawBody()
|