Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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()
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 …]
Dgr_FrameBuffer.cpp183 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest() local
191 ( alpha << 0 ) ; in MakeClearRequest()
195 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest() local
202 ( ( ( alpha > 0x7f ) ? 0x1 : 0 ) << 0 ); in MakeClearRequest()
214 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest() local
221 ( ( ( alpha >> 4 ) & 0xf ) << 0 ); in MakeClearRequest()
290 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequestRaw() local
298 ( alpha << 0 ) ; in MakeClearRequestRaw()
302 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequestRaw() local
309 ( ( ( alpha > 0x7f ) ? 0x1 : 0 ) << 0 ); in MakeClearRequestRaw()
[all …]
/CTR-SDK-4.2.5/documents/TechnicalNotes/AppletGuide/SuperTables/javascripts/
DsuperTables.js3alpha,beta,touched,clean,cleanRow,i,j,k,m,n,p;this.sHeaderTable=this.sDataTable.cloneNode(false);i…
/CTR-SDK-4.2.5/documents/resources/Xllt/SuperTables/javascripts/
DsuperTables.js3alpha,beta,touched,clean,cleanRow,i,j,k,m,n,p;this.sHeaderTable=this.sDataTable.cloneNode(false);i…
/CTR-SDK-4.2.5/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-4.2.5/include/nn/font/CTR/
Dfont_RectDrawerCommand.h257 isDepthTestEnabled, depthFunc, depthMask, red, green, blue, alpha ) \ argument
259 red, green, blue, alpha, depthMask ), \
Dfont_CharWriter.h157 void SetAlpha(u8 alpha) in SetAlpha() argument
159 m_Alpha = alpha; in SetAlpha()
/CTR-SDK-4.2.5/include/nn/y2r/CTR/
Dy2r_Api.h73 void SetAlpha( s16 alpha );
497 inline void SetAlpha( s16 alpha ) in SetAlpha() argument
499 detail::SetAlpha(alpha); in SetAlpha()
Dy2r_Types.h147 s16 alpha; // member
Dy2r_Y2r.h130 static nn::Result SetAlpha( s16 alpha );
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Combiner.h128 CombineFunction alpha; variable
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroMisc.h503 red, green, blue, alpha, depthMask ) \ argument
509 ((alpha) ? 0x800 : 0) | \
/CTR-SDK-4.2.5/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);
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv848 …rom float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha components are set…
955 …rom float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha components are set…
1021 …rom float32 [0, 1] to unsigned int8,"" and then the red, green, blue, and alpha components are set…
2660 0x103,[31:24],glBlendColor alpha,"[glBlendColor]
2661 Clamps the set value for the alpha argument between 0 and 1 and sets an integer between 0 and 255 m…
2767 0x107,[11:11],glColorMask alpha,"[glColorMask]
2768 Regarding the alpha argument