| /RvlSDK-3.1/build/demos/carddemo/tpl/ |
| D | icon.tcs | 11 image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0 13 image 1 = 1, 1, RGB5A3 ; use color from file 0, alpha from file 0 15 image 2 = 2, 2, RGB5A3 ; use color from file 0, alpha from file 0 17 image 3 = 3, 3, RGB5A3 ; use color from file 0, alpha from file 0 19 image 4 = 4, 4, RGB5A3 ; use color from file 0, alpha from file 0 21 image 5 = 5, 5, RGB5A3 ; use color from file 0, alpha from file 0 23 image 6 = 6, 6, RGB5A3 ; use color from file 0, alpha from file 0 25 image 7 = 7, 7, RGB5A3 ; use color from file 0, alpha from file 0
|
| D | bannerc.tcs | 4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
|
| D | banner.tcs | 4 image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0
|
| D | iconc.tcs | 4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
|
| /RvlSDK-3.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 80 image 0 = 0, 0, RGBA8, 0, 7, 0 ; use color from file 0, alpha from file 0 87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha. 90 ; image has no alpha, cannot be mipmapped. 91 ; 'x' indicates unused component ( no alpha for this image ) 96 ; dest. images may have alpha and mipmaps. 101 image 5 = 1, 0, RGBA8, 0, 7, 0 ; color and alpha info. come from different source files. 104 image 6 = 2, x, RGBA8, 0, 7, 0 ; image 6 has no alpha channel: destination image will have 109 image 9 = 2, 0, RGB5A3, 0, 7, 0 ; color and alpha from different files. 127 ; if source palette lacks alpha and dest. is RGB5A3, 128 ; dest. alpha in CLUT will be set to maximum.
|
| /RvlSDK-3.1/include/revolution/gd/ |
| D | GDLight.h | 171 #define XF_AMBIENT0_F(alpha, blue, green, red) \ argument 172 ((((unsigned long)(alpha)) << XF_AMBIENT0_ALPHA_SHIFT) | \ 184 #define XF_MATERIAL0_F(alpha, blue, green, red) \ argument 185 ((((unsigned long)(alpha)) << XF_MATERIAL0_ALPHA_SHIFT) | \
|
| D | GDPixel.h | 76 void GDSetDstAlpha( GXBool enable, u8 alpha );
|
| D | GDTev.h | 91 GXTevColorChan alpha );
|
| /RvlSDK-3.1/build/libraries/gd/src/ |
| D | GDPixel.c | 260 void GDSetDstAlpha( GXBool enable, u8 alpha ) in GDSetDstAlpha() argument 262 GDWriteBPCmd( PE_CMODE1( alpha, enable, PE_CMODE1_ID )); in GDSetDstAlpha()
|
| D | GDTev.c | 345 GXTevColorChan alpha ) in GDSetTevSwapModeTable() argument 352 GDWriteBPCmd( TEV_KSEL( blue, alpha, 0, 0, 0, 0, in GDSetTevSwapModeTable()
|
| /RvlSDK-3.1/build/demos/gxdemo/ |
| D | makefile | 83 Lighting/lit-alpha.c Lighting/lit-spot.c \ 86 Lighting/lit-tx-alpha.c Lighting/lit-prelit.c \ 154 lit-basic lit-multi lit-alpha lit-spot \ 156 lit-tx-alpha lit-prelit lit-atn-func lit-specular \ 287 $(FULLBIN_ROOT)/lit-alpha$(BINSUFFIX): Lighting/lit-alpha.o \ 305 $(FULLBIN_ROOT)/lit-tx-alpha$(BINSUFFIX): Lighting/lit-tx-alpha.o \
|
| /RvlSDK-3.1/include/revolution/gx/ |
| D | GXPixel.h | 114 void GXSetDstAlpha( GXBool enable, u8 alpha );
|
| D | GXCpu2Efb.h | 57 void GXPokeDstAlpha ( GXBool enable, u8 alpha );
|
| D | GXTev.h | 145 GXTevColorChan alpha );
|