Searched refs:alpha (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 120 u8 red, green, blue, alpha; in DecodeRLEImage() local 143 alpha = pTGAD->map[blue*4+3]; in DecodeRLEImage() 148 alpha = 0xff; in DecodeRLEImage() 157 alpha = 255; in DecodeRLEImage() 164 alpha = 0xff; in DecodeRLEImage() 171 alpha = fgetc(pFile); in DecodeRLEImage() 186 pImg[id + 3] = alpha; in DecodeRLEImage() 214 alpha = pTGAD->map[blue*4+3]; in DecodeRLEImage() 219 alpha = 0xff; in DecodeRLEImage() 228 alpha = 255; in DecodeRLEImage() [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Texture.h | 431 f32 red, f32 green, f32 blue, f32 alpha); 450 f32 red, f32 green, f32 blue, f32 alpha); 469 f32 red, f32 green, f32 blue, f32 alpha); 491 f32 red, f32 green, f32 blue, f32 alpha);
|
| D | gx2RenderState.h | 412 void GX2API GX2SetBlendConstantColor(f32 red, f32 green, f32 blue, f32 alpha);
|
| D | gx2RenderStateReg.h | 716 f32 red, f32 green, f32 blue, f32 alpha);
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utClear.cpp | 318 u32 red, green, blue, alpha; in PackClearColor() local 323 alpha = ConvertFP32ToUnorm(a, 8); in PackClearColor() 325 clearColor = (alpha << 24) | (blue << 16) | (green << 8) | red; in PackClearColor() 330 u32 red, green, blue, alpha; in PackClearColor() local 335 alpha = ConvertFP32ToUnorm(a, 2); in PackClearColor() 339 clearColor = (alpha << 30) | (blue << 20) | (green << 10) | red; in PackClearColor() 343 clearColor = (blue << 22) | (green << 12) | (red << 2) | alpha; in PackClearColor()
|