Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.h37 #define DISPLAY_WIDTH (nn::gx::DISPLAY0_WIDTH) macro
41 #define GAS_ACC_WIDTH (DISPLAY_WIDTH)
DGasColorSimple.cpp281 …nn::math::MTX44Perspective(&proj, 45.0f, static_cast<f32>(DISPLAY_WIDTH) / static_cast<f32>(DISPLA… in DrawFrame()
DGas.cpp39 #define SHADING_WIDTH DISPLAY_WIDTH
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.h37 #define DISPLAY_WIDTH (nn::gx::DISPLAY0_WIDTH) macro
DGasColorOptimal.cpp265 …nn::math::MTX44Perspective(&proj, 45.0f, static_cast<f32>(DISPLAY_WIDTH) / static_cast<f32>(DISPLA… in DrawFrame()