| /CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/ |
| D | demo_Models.cpp | 148 void CubeModel::Initialize(u8 flag, f32 r, f32 g, f32 b, f32 alpha) in Initialize() argument 183 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, in Initialize() 184 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, in Initialize() 185 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, in Initialize() 186 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, in Initialize() 187 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, in Initialize() 188 r, g, b, alpha, r, g, b, alpha, r, g, b, alpha, r, g, b, alpha in Initialize()
|
| D | demo_Models.h | 107 void Initialize(u8 flag, f32 r = 1.0f, f32 g = 1.0f, f32 b = 1.0f, f32 alpha = 1.0f);
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/ |
| D | s.h | 51 static void _tToVTBN( float *v, float *t, float *b, float *n, float *st, float r ) in _tToVTBN() argument 55 float y = - r * cos( theta ); in _tToVTBN() 56 float z = r * sin( theta ) * cos( phai ); in _tToVTBN() 57 float x = r * sin( theta ) * sin( phai ); in _tToVTBN() 58 float dxdt = r * cos( theta ) * sin( phai ); in _tToVTBN() 59 float dzdt = r * cos( theta ) * cos( phai ); in _tToVTBN() 60 float dydt = r * sin( theta ); in _tToVTBN() 107 float r, g, b, a; member 178 sphere( unsigned int i, unsigned int j, float r ); 187 sphere::sphere( unsigned int ni, unsigned int nj, float r ) in sphere() argument [all …]
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/ |
| D | Util.cpp | 132 float z_schlick(float r, float t, bool normalize) in z_schlick() argument 135 ret = 1.f + (r - 1.f) * t * t ; in z_schlick() 140 ret = r * r / ret ; in z_schlick() 142 ret = r / ret ; in z_schlick()
|
| D | Util.h | 19 float z_schlick(float r, float t, bool normalize);
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiLabel.cpp | 80 pRenderSystem->SetColor(color.r, color.g, color.b, color.a); in OnDraw() 96 pTextWriter->SetTextColor(color.r, color.g, color.b); in OnDraw()
|
| D | GuiButton.cpp | 84 pRenderSystem->SetColor(color.r, color.g, color.b, color.a); in OnDraw() 100 pTextWriter->SetTextColor(color.r, color.g, color.b); in OnDraw()
|
| /CTR-SDK-4.2.7-SampleDemos/fs/Simple/ |
| D | FsSampleArchive.cpp | 160 bool r = FsSampleUnmount(archiveNameRom); in FsSampleUnmountRom() local 162 if(r && workingMemory) in FsSampleUnmountRom() 168 return r; in FsSampleUnmountRom()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/ |
| D | Child.cpp | 306 AppletWakeupState r = nn::applet::WaitForStarting(); DLP_DEBUG_POINT; in nnMain() local 307 NN_UNUSED_VAR(r); in nnMain() 326 AppletWakeupState r = nn::applet::WaitForStarting(); DLP_DEBUG_POINT; in nnMain() local 327 NN_UNUSED_VAR(r); in nnMain()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | demo1.cpp | 269 bool r = nn::applet::GetStartupArgument( dBuf ); in nnMain() local 270 if ( r ) in nnMain()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ResFont/ |
| D | main.cpp | 291 f32 r = static_cast<f32>(height); in SetupTextCamera() local 292 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/PackedFont/ |
| D | main.cpp | 372 f32 r = static_cast<f32>(width); in SetupTextCamera() local 373 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|
| /CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/ |
| D | main.cpp | 426 f32 r = static_cast<f32>(width); in SetupTextCamera() local 427 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
|