Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/tools/ds_tests/matrixStack/source/
H A Dmain.cpp29 s32 POPstep = 0; variable
48 POPstep=0; in main()
63 glPopMatrix(POPstep); in main()
75 if (POPstep < 31) POPstep += 1; in main()
79 if (POPstep > -30) POPstep -= 1; in main()
90 iprintf("POP step = %i\n", POPstep); in main()