/external/grub/util/ |
mkbimage | 29 image_type= 219 image_type="$1";; 233 if [ ! "$image_type" ]; then 234 image_type=hd; 235 elif [ "$image_type" != "1.20" ] && [ "$image_type" != "1.44" ] \ 236 && [ "$image_type" != "1.60" ] && [ "$image_type" != "1.68" ] \ 237 && [ "$image_type" != "2.88" ] && [ "$image_type" != "1.74" ] [all...] |
/external/quake/quake/src/QW/client/ |
gl_warp.c | 452 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader 499 targa_header.image_type = fgetc(fin); 511 if (targa_header.image_type!=2 512 && targa_header.image_type!=10) 528 if (targa_header.image_type==2) { // Uncompressed, RGB images 558 else if (targa_header.image_type==10) { // Runlength encoded RGB images
|
gl_screen.c | 612 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
|
/external/quake/quake/src/WinQuake/ |
gl_warp.cpp | 501 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader 548 targa_header.image_type = fgetc(fin); 560 if (targa_header.image_type!=2 561 && targa_header.image_type!=10) 577 if (targa_header.image_type==2) { // Uncompressed, RGB images 607 else if (targa_header.image_type==10) { // Runlength encoded RGB images
|
gl_screen.cpp | 579 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
|
/external/opencv/cxcore/src/ |
cxpersistence.cpp | [all...] |