Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 6 of 6) sorted by relevance

/external/grub/util/
Dmkbimage29 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/
Dgl_warp.c452 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()
Dgl_screen.c612 unsigned char id_length, colormap_type, image_type; member
/external/quake/quake/src/WinQuake/
Dgl_warp.cpp501 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()
Dgl_screen.cpp579 unsigned char id_length, colormap_type, image_type; member
/external/opencv/cxcore/src/
Dcxpersistence.cpp4859 CvType image_type( CV_TYPE_NAME_IMAGE, icvIsImage, (CvReleaseFunc)cvReleaseImage, variable