Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/
DFog.cpp330 static const int step = 128; in DrawFrame() local
335 float dx = f * (1.0f / (float)(step - 1)); in DrawFrame()
348 if (f == step - 1) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp269 static const int step = 60; in DrawFrame() local
330 if (++f == step) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp252 static const int step = 60; in DrawFrame() local
318 if (++f == step) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp265 float step = 0.5f; in DrawFrame() local
286 nn::math::MTX34RotXYZDeg(&rot, 0.f, -step*f, 0.f); in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp351 static const int step = 60; in DrawFrame() local
431 if (++f == step) in DrawFrame()
/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp1760 f32 step = 0.004f * static_cast<f32>(s_OriginalWidth) / 640.0f; in SetCalibration() local
1790 step, in SetCalibration()