Home
last modified time | relevance | path

Searched refs:pixel_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator.c503 static const char *pixel_type[3] = {"8 pixel", "16 pixel", "32 pixel"}; in handle_3dstate_ps() local
523 k0 = pixel_type[0]; in handle_3dstate_ps()
528 k0 = pixel_type[1]; in handle_3dstate_ps()
533 k0 = pixel_type[0]; in handle_3dstate_ps()
535 k2 = pixel_type[1]; in handle_3dstate_ps()
538 k0 = pixel_type[2]; in handle_3dstate_ps()
544 k1 = pixel_type[2]; in handle_3dstate_ps()
545 k2 = pixel_type[1]; in handle_3dstate_ps()
548 k0 = pixel_type[0]; in handle_3dstate_ps()
549 k1 = pixel_type[2]; in handle_3dstate_ps()
[all …]
/external/ImageMagick/coders/
Dpict.c85 pixmap.pixel_type=(short) ReadBlobMSBShort(image); \
122 pixel_type, member
1689 pixmap.pixel_type=0; in WritePICTImage()
1707 pixmap.pixel_type=16; in WritePICTImage()
1896 (void) WriteBlobMSBShort(image,(unsigned short) pixmap.pixel_type); in WritePICTImage()