| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_SizedEnum.h | 63 SizedEnum(EnumT e) { Set(e); } in SizedEnum() 82 Self& operator =(EnumT e) { Set(e); return *this; } 92 void Set(EnumT e) { m_EnumValue = static_cast<EnumT>(e); } in Set() function
|
| D | util_Color.h | 453 void Set( 470 void Set(SelfType color) in Set() function 648 this->Set( 665 this->Set( vec.x, vec.y, vec.z, vec.w ); 945 void Set( 966 void Set( 983 void Set(const SelfType& color) { operator =(color); } in Set() function
|
| D | util_FlagsEnum.h | 137 void Set(EnumT e) { m_FlagsValue |= e; } in Set() function
|
| /CTR-SDK-4.2.5/include/nn/font/ |
| D | font_CharStrmReader.h | 66 void Set(const char* stream) in Set() function 79 void Set(const wchar_t* stream) in Set() function
|
| D | font_Font.h | 54 void Set( 64 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Viewport.h | 82 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
|
| D | gr_Scissor.h | 114 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_Rasterizer.h | 120 void Set(u32 x, u32 y, u32 width, u32 height){ in Set() function
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector3.h | 404 void Set(f32 fx, f32 fy, f32 fz) { x = fx; y = fy; z = fz; } in Set() function 407 void Set(const self_type& value) { x = value.x; y = value.y; z = value.z; } in Set() function
|
| D | math_Vector4.h | 396 void Set(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in Set() function
|
| D | math_Vector2.h | 370 void Set(f32 fx, f32 fy) { x = fx; y = fy; } in Set() function
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 1 …ng a value of 0x12345678 causes a P3D (PICA 3D Module) interrupt to occur. Set this command when s… 23 0x47,[31:8],,Set a byte enable of 0 to ensure no access. 754 0x61,[31:8],,Set a byte enable of 0 to ensure no access. 760 0x62,[31:8],,Set a byte enable of 0 to ensure no access. 763 Set when GL_EARLY_DEPTH_BUFFER_BIT_DMP is cleared." 788 0x6a,[31:24],,Set a byte enable of 0 to ensure no access. 797 0x6e,[24:24],,Set 1. 825 0x80,[3:3],,Set 0. 836 0x80,[12:12],,Set 1. 844 0x80,[23:17],,"Set 0 when writing to bit [16:16] of the same register to clear the texture cache. O… [all …]
|