Searched refs:green (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/ |
| D | gr_FrameBuffer.cpp | 178 u8 green = FloatToUnsignedByte( colorBuffer.clearColor[ 1 ] ); in MakeClearRequest() local 189 ( green << 16 ) | in MakeClearRequest() 200 ( ( ( green >> 3 ) & 0x1f ) << 6 ) | in MakeClearRequest() 209 ( ( ( green >> 2 ) & 0x3f ) << 5 ) | in MakeClearRequest() 219 ( ( ( green >> 4 ) & 0xf ) << 8 ) | in MakeClearRequest() 285 u8 green = FloatToUnsignedByte( colorBuffer.clearColor[ 1 ] ); in MakeClearRequestRaw() local 296 ( green << 16 ) | in MakeClearRequestRaw() 307 ( ( ( green >> 3 ) & 0x1f ) << 6 ) | in MakeClearRequestRaw() 316 ( ( ( green >> 2 ) & 0x3f ) << 5 ) | in MakeClearRequestRaw() 326 ( ( ( green >> 4 ) & 0xf ) << 8 ) | 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() 79 g(static_cast<u8>(green)), in Color8() 455 s32 green, 460 g = static_cast<u8>(green); 623 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor() 624 : r(red), g(green), b(blue), a(alpha) in FloatColor() 947 f32 green, 952 g = green; 968 s32 green, 973 g = static_cast<f32>( green ) / 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 507 ((green) ? 0x200 : 0) | \
|
| /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 … ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha c… 955 … ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha c… 1021 … ""conversion 2 from float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha c… 2654 0x103,[15:8],glBlendColor green,"[glBlendColor] 2655 Clamp the set value for the green argument between 0 and 1 and sets an integer that is mapped betwe… 2757 0x107,[9:9],glColorMask green,"[glColorMask] 2758 Regarding the green argument
|