Searched refs:image_type (Results 1 – 6 of 6) sorted by relevance
/external/grub/util/ |
D | 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" ] \ 238 && [ "$image_type" != "hd" ] && [ "$image_type" != "1.60" ] ; then 281 image=$dir/$image_type.image 292 case "$image_type" in [all …]
|
/external/quake/quake/src/QW/client/ |
D | gl_warp.c | 452 unsigned char id_length, colormap_type, image_type; member 499 targa_header.image_type = fgetc(fin); in LoadTGA() 511 if (targa_header.image_type!=2 in LoadTGA() 512 && targa_header.image_type!=10) in LoadTGA() 528 if (targa_header.image_type==2) { // Uncompressed, RGB images in LoadTGA() 558 else if (targa_header.image_type==10) { // Runlength encoded RGB images in LoadTGA()
|
D | gl_screen.c | 612 unsigned char id_length, colormap_type, image_type; member
|
/external/quake/quake/src/WinQuake/ |
D | gl_warp.cpp | 501 unsigned char id_length, colormap_type, image_type; member 548 targa_header.image_type = fgetc(fin); in LoadTGA() 560 if (targa_header.image_type!=2 in LoadTGA() 561 && targa_header.image_type!=10) in LoadTGA() 577 if (targa_header.image_type==2) { // Uncompressed, RGB images in LoadTGA() 607 else if (targa_header.image_type==10) { // Runlength encoded RGB images in LoadTGA()
|
D | gl_screen.cpp | 579 unsigned char id_length, colormap_type, image_type; member
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 4859 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage, variable
|