Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/AlphaTest/
Ddemo_Models.cpp148 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()
Ddemo_Models.h107 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/
Ds.h51 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/
DUtil.cpp132 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()
DUtil.h19 float z_schlick(float r, float t, bool normalize);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiLabel.cpp80 pRenderSystem->SetColor(color.r, color.g, color.b, color.a); in OnDraw()
96 pTextWriter->SetTextColor(color.r, color.g, color.b); in OnDraw()
DGuiButton.cpp84 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/
DFsSampleArchive.cpp160 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/
DChild.cpp306 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/
Ddemo1.cpp269 bool r = nn::applet::GetStartupArgument( dBuf ); in nnMain() local
270 if ( r ) in nnMain()
/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp291 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/
Dmain.cpp372 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/
Dmain.cpp426 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()