Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.21/sources/libraries/gr/CTR/
Dgr_FrameBuffer.cpp165 u8 blue = FloatToUnsignedByte( colorBuffer.clearColor[ 2 ] ); in MakeClearRequest() local
176 ( blue << 8 ) | in MakeClearRequest()
187 ( ( ( blue >> 3 ) & 0x1f ) << 1 ) | in MakeClearRequest()
196 ( ( ( blue >> 3 ) & 0x1f ) << 0 ); in MakeClearRequest()
206 ( ( ( blue >> 4 ) & 0xf ) << 4 ) | in MakeClearRequest()
/CTR-SDK-0.14.21/include/nn/util/
Dutil_Color.h77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8()
80 b(static_cast<u8>(blue)), in Color8()
456 s32 blue,
461 b = static_cast<u8>(blue);
623 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor()
624 : r(red), g(green), b(blue), a(alpha) in FloatColor()
948 f32 blue,
953 b = blue;
969 s32 blue,
974 b = static_cast<f32>( blue ) / 255.f;;
[all …]
/CTR-SDK-0.14.21/include/nn/font/CTR/
Dfont_RectDrawerCommand.h257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
259 red, green, blue, alpha, depthMask ), \
/CTR-SDK-0.14.21/include/nn/gx/CTR/
Dgx_MacroMisc.h502 red, green, blue, alpha, depthMask ) \ argument
507 ((blue) ? 0x400 : 0) | \
/CTR-SDK-0.14.21/include/gles2/
Dgl2.h514 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…