Searched refs:alpha (Results 1 – 10 of 10) sorted by relevance
| /CTR-SDK-0.14.4/sources/libraries/gr/CTR/ |
| D | gr_Combiner.cpp | 41 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() 62 alpha.source[0], alpha.source[1], alpha.source[2] ); in MakeCommand() 70 alpha.operand[0], alpha.operand[1], alpha.operand[2] ); in MakeCommand() 74 alpha.combine ); in MakeCommand() 82 alpha.scale ); in MakeCommand() 101 alpha.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in SetupPrimary() 102 alpha.operand[0] = PICA_DATA_OPE_ALPHA_SRC_ALPHA; in SetupPrimary() [all …]
|
| /CTR-SDK-0.14.4/include/nn/util/ |
| D | util_Color.h | 77 /* 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.14.4/include/nn/gr/CTR/ |
| D | gr_Combiner.h | 196 CombineFunction alpha; variable
|
| /CTR-SDK-0.14.4/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument 259 red, green, blue, alpha, depthMask ), \
|
| D | font_CharWriter.h | 162 void SetAlpha(u8 alpha) in SetAlpha() argument 164 m_Alpha = alpha; in SetAlpha()
|
| /CTR-SDK-0.14.4/include/nn/y2r/CTR/ |
| D | y2r_Types.h | 147 s16 alpha; //!< SetAlpha で指定する値 member
|
| D | y2r_Api.h | 73 void SetAlpha( s16 alpha ); 495 inline void SetAlpha( s16 alpha ) in SetAlpha() argument 497 detail::SetAlpha(alpha); in SetAlpha()
|
| D | y2r_Y2r.h | 129 static nn::Result SetAlpha( s16 alpha );
|
| /CTR-SDK-0.14.4/include/nn/gx/CTR/ |
| D | gx_MacroMisc.h | 502 red, green, blue, alpha, depthMask ) \ argument 508 ((alpha) ? 0x800 : 0) | \
|
| /CTR-SDK-0.14.4/include/gles2/ |
| D | gl2.h | 514 …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);
|