Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h38 #define DISPLAY_HEIGHT (nn::gx::DISPLAY0_HEIGHT) macro
42 #define GAS_ACC_HEIGHT (DISPLAY_HEIGHT)
DGasColorSimple.cpp281 …ive(&proj, 45.0f, static_cast<f32>(DISPLAY_WIDTH) / static_cast<f32>(DISPLAY_HEIGHT), 1.0f, 200.f); in DrawFrame()
DGas.cpp40 #define SHADING_HEIGHT DISPLAY_HEIGHT
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.h38 #define DISPLAY_HEIGHT (nn::gx::DISPLAY0_HEIGHT) macro
DGasColorOptimal.cpp265 …ive(&proj, 45.0f, static_cast<f32>(DISPLAY_WIDTH) / static_cast<f32>(DISPLAY_HEIGHT), 1.0f, 200.f); in DrawFrame()