Home
last modified time | relevance | path

Searched refs:b (Results 1 – 12 of 12) 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.h33 static void _store_array( int idx, float *v, float *n, float *t, float *b, float *st, float *c, in _store_array() argument
41 b_array[idx*3+i] = b[i]; in _store_array()
51 static void _tToVTBN( float *v, float *t, float *b, float *n, float *st, float r ) in _tToVTBN() argument
71 b[0] = dxdt; in _tToVTBN()
72 b[1] = dydt; in _tToVTBN()
73 b[2] = dzdt; in _tToVTBN()
74 _norm_vec( b ); in _tToVTBN()
75 _outp_vec( n, t, b ); in _tToVTBN()
79 static void _tToVTBN2( float *v, float *t, float *b, float *n, float *st, float l ) in _tToVTBN2() argument
90 b[0] = 0.f; in _tToVTBN2()
[all …]
/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/documents/css/
Dcontents.css65 �C���f�b�N�X�\��
86 �C���f�b�N�X�\��
/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp289 f32 b = static_cast<f32>(width); 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.cpp370 f32 b = static_cast<f32>(height); 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.cpp424 f32 b = static_cast<f32>(height); in SetupTextCamera() local
427 nn::math::MTX44OrthoPivot(&proj, l, r, b, t, znear, zfar, nn::math::PIVOT_UPSIDE_TO_TOP); in SetupTextCamera()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Common/
DCommon.vsh106 mad r5, -TEMP_TANG.yzx, TEMP_NORM.zxy, r5 // b*|n|^2 is in r5
194 mad r5, -TEMP_TANG.yzx, TEMP_NORM.zxy, r5 // b*|n|^2 is in r5
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/shaders/
DVShader.vsh54 … mad r5, -TEMP_TANG.yzx, TEMP_NORM.zxy, r5 // b*|n|^2 is in r5
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/shaders/
DVShader.vsh51 … mad r5, -TEMP_TANG.yzx, TEMP_NORM.zxy, r5 // b*|n|^2 is in r5