Home
last modified time | relevance | path

Searched refs:modelViewMatrix (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp334 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/
Dgx_CommandCacheVSUniformModel.cpp353 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/
Ddemo_ProgramObject.cpp75 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/
Dgx_Draw3d.cpp278 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/
Dgx_CommandCacheSimple.cpp278 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/
Ddemo_ProgramObject.h130 virtual void SetModelViewMatrix(const nn::math::MTX44& modelViewMatrix);
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp465 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/
Dgx_CommandListDouble.cpp585 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/
Dgx_VertexBuffer.cpp894 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/
Dgx_FragmentLightingSimple.cpp549 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()