Lines Matching refs:image

48 file 0 = dolphin_32.tga               ; this is a 32-bit rgba image
49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit …
50 file 2 = car_24.tga ; this is a 24-bit rgb image
67 ; image can have any dimensions.
69 ; if mipmapping: source image is considered to be LOD 0.
70 ; numbers indicate minLOD desired relative to source image,
71 ; maxLOD desired relative to source image, remapped minLOD.
76 ; image dimensions must be power of 2,
80 image 0 = 0, 0, RGBA8, 0, 7, 0 ; use color from file 0, alpha from file 0
86 image 1 = 0, 0, RGB5A3, 0, 7, 0
87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha.
89 image 3 = 1, x, CI8 ; when source format is CI8 (file 2) and dest. format is CI8,
90 ; image has no alpha, cannot be mipmapped.
91 ; 'x' indicates unused component ( no alpha for this image )
94 image 4 = 1, x, RGB565, 0, 7, 0 ; when source format is CI8 and dest. format is true color,
101 image 5 = 1, 0, RGBA8, 0, 7, 0 ; color and alpha info. come from different source files.
102 ; source image dimensions must be the same.
104 image 6 = 2, x, RGBA8, 0, 7, 0 ; image 6 has no alpha channel: destination image will have
107 image 7 = 2, x, RGB565, 0, 7, 0,
108 image 8 = 2, x, CMPR, 0, 7, 0
109 image 9 = 2, 0, RGB5A3, 0, 7, 0 ; color and alpha from different files.
111 image 10 = 0, x, I4, 0, 7, 0 ; color images are reduced to greyscale by averaging color va…
112 image 11 = 0, 0, IA4, 0, 7, 0
113 image 12 = 2, x, I8, 0, 7, 0
114 image 13 = 2, 0, IA8, 0, 7, 0
116 ; override default wrapS and wrapT mode in image 14 and 15
119 image 14 = 2, x, CMPR, GX_REPEAT, GX_CLAMP ; set wrapS to repeat and set wrapT to cla…
120 image 15 = 2, x, CMPR, 0, 7, 0, GX_CLAMP, GX_MIRROR ; set wrapS to clamp and set wrapT to mirr…
141 texture 0 = 0, x ; texture 0 uses image 0, no palette
144 texture 3 = 3, 0 ; texture 3 uses image 3, palette 0