Lines Matching defs:format

80  * @return The loaded image data in a canonical 4 channel format.
116 * @return The loaded image data in a canonical 4 channel format, or @c nullptr on error.
377 * @brief Copy a scanline from a source file and expand to a canonical format.
691 Byte data[format-specific-number-of-bytes]
794 unsigned int format;
854 unsigned int format
858 if (it.format == format)
876 return it.format;
889 uint32_t gl_internal_format; // sized-internal-format, corresponding to table 3.12 to 3.14 (pages 182-185) of OpenGL spec
890 uint32_t gl_base_internal_format; // unsized-internal-format: corresponding to table 3.11 (page 179) of OpenGL spec
932 * @return The loaded image data in a canonical 4 channel format, or @c nullptr on error.
1155 printf("KTX file %s has unsupported GL format\n", filename);
1676 indicating a compressed or DX10 texture format 0x40 : texture contains uncompressed RGB data 0x200 : ---- (YUV in older files) 0x20000 : Texture contains Luminance data (can be combined with
1679 uint32_t fourcc; // "DX10" to indicate a DX10 format, "DXTn" for the DXT formats
1696 0x1000: the pixel format field (set in all DDS files, ignore on read)
1757 * @return The loaded image data in a canonical 4 channel format, or @c nullptr on error.
1832 // figure out the format actually used in the DDS file.
1835 // DX10 header present; use the DXGI format.
1896 printf("DDS file %s: DXGI format not supported by codec\n", filename);
1984 printf("DDS file %s: Non-DXGI format not supported by codec\n", filename);
2062 // DDS-pixel-format structures to use when storing LDR image with 1,2,3 or 4 components.
2071 // DDS-pixel-format structures to use when storing HDR image.
2101 // Pixel-format data
2413 eptr = ".ktx"; // use KTX file format if we don't have an ending.