Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/carddemo/tpl/
Dicon.tcs11 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
Dbannerc.tcs4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
Dbanner.tcs4 image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0
Diconc.tcs4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
/RvlSDK-3.1/build/tools/TexConv/sample/
Dsample.tcs80 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/
DGDLight.h171 #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) | \
DGDPixel.h76 void GDSetDstAlpha( GXBool enable, u8 alpha );
DGDTev.h91 GXTevColorChan alpha );
/RvlSDK-3.1/build/libraries/gd/src/
DGDPixel.c260 void GDSetDstAlpha( GXBool enable, u8 alpha ) in GDSetDstAlpha() argument
262 GDWriteBPCmd( PE_CMODE1( alpha, enable, PE_CMODE1_ID )); in GDSetDstAlpha()
DGDTev.c345 GXTevColorChan alpha ) in GDSetTevSwapModeTable() argument
352 GDWriteBPCmd( TEV_KSEL( blue, alpha, 0, 0, 0, 0, in GDSetTevSwapModeTable()
/RvlSDK-3.1/build/demos/gxdemo/
Dmakefile83 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/
DGXPixel.h114 void GXSetDstAlpha( GXBool enable, u8 alpha );
DGXCpu2Efb.h57 void GXPokeDstAlpha ( GXBool enable, u8 alpha );
DGXTev.h145 GXTevColorChan alpha );