Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheSimple/
Dgx_CommandCacheSimple.cpp64 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
129 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
207 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()
321 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in MakeDisplay0CommandCache()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/Draw3d/
Dgx_Draw3d.cpp42 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
103 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
196 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformFrame/
Dgx_CommandCacheVSUniformFrame.cpp65 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
147 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
283 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in SetDisplay0ProjectionMatrix()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandCacheVSUniformModel/
Dgx_CommandCacheVSUniformModel.cpp74 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
157 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
348 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in SetDisplay0ProjectionMatrix()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/RenderToTexture/
Dgx_RenderToTexture.cpp42 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
134 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
351 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandListDouble/
Dgx_CommandListDouble.cpp47 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
357 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
560 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/VertexBuffer/
Dgx_VertexBuffer.cpp81 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
184 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
784 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/FragmentLightingSimple/
Dgx_FragmentLightingSimple.cpp43 nn::math::Matrix44 s_Display0ProjectionMatrix; variable
124 nn::math::MTX44PerspectivePivotDeg(&s_Display0ProjectionMatrix, 45.0f, in InitializeGraphics()
383 1, GL_TRUE, static_cast<f32*>(s_Display0ProjectionMatrix)); in DrawDisplay0()