Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp324 nn::math::Matrix44 tmp2(mv2); in DrawObjects() local
325 …lUniformMatrix4fv(glGetUniformLocation(s_PgID, "uModelView"), 1, GL_TRUE, static_cast<f32*>(tmp2)); in DrawObjects()
333 nn::math::Matrix44 tmp2(mv2); in DrawObjects() local
334 …lUniformMatrix4fv(glGetUniformLocation(s_PgID, "uModelView"), 1, GL_TRUE, static_cast<f32*>(tmp2)); in DrawObjects()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp264 nn::math::Matrix44 tmp2(mv2); in DrawFrame() local
265 …lUniformMatrix4fv(glGetUniformLocation(s_PgID, "uModelView"), 1, GL_TRUE, static_cast<f32*>(tmp2)); in DrawFrame()