Lines Matching refs:num_images
1657 num_images; in ReadDDSImage() local
1761 num_images = 1; in ReadDDSImage()
1767 num_images = 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()
1777 num_images = dds_info.depth; in ReadDDSImage()
1779 for (n = 0; n < num_images; n++) in ReadDDSImage()