Searched refs:red (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/ |
| D | gr_FrameBuffer.cpp | 177 u8 red = FloatToUnsignedByte( colorBuffer.clearColor[ 0 ] ); in MakeClearRequest() local 188 clearColor = ( red << 24 ) | in MakeClearRequest() 199 clearColor = ( ( ( red >> 3 ) & 0x1f ) << 11 ) | in MakeClearRequest() 208 clearColor = ( ( ( red >> 3 ) & 0x1f ) << 11 ) | in MakeClearRequest() 218 clearColor = ( ( ( red >> 4 ) & 0xf ) << 12 ) | in MakeClearRequest() 284 u8 red = FloatToUnsignedByte( colorBuffer.clearColor[ 0 ] ); in MakeClearRequestRaw() local 295 clearColor = ( red << 24 ) | in MakeClearRequestRaw() 306 clearColor = ( ( ( red >> 3 ) & 0x1f ) << 11 ) | in MakeClearRequestRaw() 315 clearColor = ( ( ( red >> 3 ) & 0x1f ) << 11 ) | in MakeClearRequestRaw() 325 clearColor = ( ( ( red >> 4 ) & 0xf ) << 12 ) | in MakeClearRequestRaw()
|
| /CTR-SDK-4.2.8-20130828/include/nn/util/ |
| D | util_Color.h | 77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8() 78 : r(static_cast<u8>(red)), in Color8() 454 s32 red, 459 r = static_cast<u8>(red); 623 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor() 624 : r(red), g(green), b(blue), a(alpha) in FloatColor() 946 f32 red, 951 r = red; 967 s32 red, 972 r = static_cast<f32>( red ) / 255.f; [all …]
|
| /CTR-SDK-4.2.8-20130828/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument 259 red, green, blue, alpha, depthMask ), \
|
| /CTR-SDK-4.2.8-20130828/include/nn/gx/CTR/ |
| D | gx_MacroMisc.h | 503 red, green, blue, alpha, depthMask ) \ argument 506 ((red) ? 0x100 : 0) | \
|
| /CTR-SDK-4.2.8-20130828/documents/shader/Reference/css/ |
| D | page.css | 212 color : red; 214 border : solid 2px red;
|
| D | manpage.css | 210 color : red; 212 border : solid 2px red;
|
| /CTR-SDK-4.2.8-20130828/documents/css/ |
| D | manpage.css | 223 color : red; 225 border : solid 2px red;
|
| /CTR-SDK-4.2.8-20130828/include/gles2/ |
| D | gl2.h | 514 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLcla… 523 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 526 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GL…
|
| /CTR-SDK-4.2.8-20130828/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 848 …ing to ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and a… 955 …ing to ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and a… 1021 …ing to ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and a… 2651 0x103,[7:0],glBlendColor red,"[glBlendColor] 2652 Clamp the set value for the red argument between 0 and 1 and sets an integer that is mapped between… 2752 0x107,[8:8],glColorMask red,"[glColorMask] 2753 Regarding the red argument
|