Searched refs:R (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Utility.h | 118 template <typename T, typename U, typename R, typename S> 119 inline S Max(T a, U b, R c) in Max() 153 template <typename T, typename U, typename R, typename S> 154 inline S Min(T a, U b, R c) in Min()
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_GasFog.h | 219 static void SetFogColor(u8 R, u8 G, u8 B); 564 NN_FORCE_INLINE void FogStage::SetFogColor(u8 R, u8 G, u8 B) in SetFogColor() argument 566 internal::g_gasFogSettings.m_FogColor = R | (G << 8) | (B << 16); in SetFogColor()
|
| D | gd_Lighting.h | 198 void SetColorAmbient(u8 R, u8 G, u8 B); 221 void SetColorDiffuse(u8 R, u8 G, u8 B); 244 void SetColorSpecular0(u8 R, u8 G, u8 B); 267 void SetColorSpecular1(u8 R, u8 G, u8 B); 780 static void SetGlobalColorAmbient(u8 R, u8 G, u8 B);
|
| D | gd_OutputStage.h | 707 static void SetBlendColor(u8 R, u8 G, u8 B, u8 A);
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 56 0x08: Vertex color R 81 0x08: Vertex color R 106 0x08: Vertex color R 131 0x08: Vertex color R 156 0x08: Vertex color R 181 0x08: Vertex color R 206 0x08: Vertex color R 231 0x08: Vertex color R 256 0x08: Vertex color R 281 0x08: Vertex color R [all …]
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.func.om | 263 # Create the R portion of .ccl 264 # Return the path to the R portion of .ccl 531 ROMFS_DEPENDENCIES = $(ls -R, $(dir $(ROMFS_ROOT))) 540 MANUAL_DEPENDENCIES = $(ls -R, $(dir $(MANUAL_DIR)))
|