Home
last modified time | relevance | path

Searched refs:s_Display1ProjectionMatrix (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp43 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
107 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
257 1, GL_TRUE, static_cast<f32*>(s_Display1ProjectionMatrix)); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp65 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
133 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp43 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
138 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
443 1, GL_TRUE, static_cast<f32*>(s_Display1ProjectionMatrix)); in DrawDisplay1()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp66 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
151 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp75 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
161 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp48 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
361 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/
Dgx_VertexBuffer.cpp82 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
188 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp44 nn::math::Matrix44 s_Display1ProjectionMatrix; variable
128 nn::math::MTX44PerspectivePivotDeg(&s_Display1ProjectionMatrix, 45.0f, in InitializeGraphics()