Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Combiner.cpp41 stage[ 1 ].rgb.bufferInput, stage[ 1 ].alpha.bufferInput, in MakeCombinerBufferCommand()
42 stage[ 2 ].rgb.bufferInput, stage[ 2 ].alpha.bufferInput, in MakeCombinerBufferCommand()
43 stage[ 3 ].rgb.bufferInput, stage[ 3 ].alpha.bufferInput, in MakeCombinerBufferCommand()
44 stage[ 4 ].rgb.bufferInput, stage[ 4 ].alpha.bufferInput ); in MakeCombinerBufferCommand()
63 alpha.source[0], alpha.source[1], alpha.source[2] ); in MakeCommand()
71 alpha.operand[0], alpha.operand[1], alpha.operand[2] ); in MakeCommand()
75 alpha.combine ); in MakeCommand()
83 alpha.scale ); in MakeCommand()
102 alpha.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in SetupPrimary()
103 alpha.operand[0] = PICA_DATA_OPE_ALPHA_SRC_ALPHA; in SetupPrimary()
[all …]
/CTR-SDK-0.13.2/include/nn/util/
Dutil_Color.h77 /* ctor */ /*implicit*/ Color8(s32 red, s32 green, s32 blue, s32 alpha) in Color8()
81 a(static_cast<u8>(alpha)) in Color8()
457 s32 alpha = ALPHA_OPACITY )
462 a = static_cast<u8>(alpha);
623 /* ctor */ FloatColor(f32 red, f32 green, f32 blue, f32 alpha) in FloatColor()
624 : r(red), g(green), b(blue), a(alpha) in FloatColor()
949 f32 alpha = ALPHA_OPACITY )
954 a = alpha;
970 s32 alpha = Color8::ALPHA_OPACITY )
975 a = static_cast<f32>( alpha ) / 255.f;;
[all …]
/CTR-SDK-0.13.2/include/nn/font/CTR/
Dfont_RectDrawerCommand.h249 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
251 red, green, blue, alpha, depthMask ), \
Dfont_CharWriter.h162 void SetAlpha(u8 alpha) in SetAlpha() argument
164 m_Alpha = alpha; in SetAlpha()
/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Combiner.h196 CombineFunction alpha; variable
/CTR-SDK-0.13.2/include/nn/y2r/CTR/
Dy2r_Types.h147 s16 alpha; //!< SetAlpha で指定する値 member
Dy2r_Api.h73 void SetAlpha( s16 alpha );
495 inline void SetAlpha( s16 alpha ) in SetAlpha() argument
497 detail::SetAlpha(alpha); in SetAlpha()
Dy2r_Y2r.h129 static nn::Result SetAlpha( s16 alpha );
/CTR-SDK-0.13.2/include/nn/gx/CTR/
Dgx_MacroMisc.h401 red, green, blue, alpha, depthMask ) \ argument
407 ((alpha) ? 0x800 : 0) | \
/CTR-SDK-0.13.2/include/gles2/
Dgl2.h514 …void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
523 …oid GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
526 … GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);