Lines Matching refs:file
3 ; sample script file
5 ; this script is used by TexConv to build a sample .tpl file
14 ; view the sample.tpl file using texPrev2D.bin on your Mac.
29 ; then in file list, type full path + file name
44 … ; file types ( see tplConv.h for how to install this code in TexConv )
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
73 ; ( minLOD in .tpl file = minLOD + remapMinLOD )
74 ; ( maxLOD in .tpl file = maxLOD + remapMinLOD )
80 image 0 = 0, 0, RGBA8, 0, 7, 0 ; use color from file 0, alpha from file 0
89 image 3 = 1, x, CI8 ; when source format is CI8 (file 2) and dest. format is CI8,
97 ; note: if converting a C8 source file to true color format,
98 ; source file must contain both a color map and a palette.
131 palette 0 = 1, RGB565 ; palette 0 is created from file 1.