Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddds.c136 ddscaps2; member
1684 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP) in ReadDDSImage()
1687 if (dds_info.ddscaps2 & DDSCAPS2_VOLUME && dds_info.depth > 0) in ReadDDSImage()
1768 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEX) num_images++; in ReadDDSImage()
1769 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEX) num_images++; in ReadDDSImage()
1770 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEY) num_images++; in ReadDDSImage()
1771 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEY) num_images++; in ReadDDSImage()
1772 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_POSITIVEZ) num_images++; in ReadDDSImage()
1773 if (dds_info.ddscaps2 & DDSCAPS2_CUBEMAP_NEGATIVEZ) num_images++; in ReadDDSImage()
1859 dds_info->ddscaps2 = ReadBlobLSBLong(image); in ReadDDSInfo()
[all …]