Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp793 …uint32_t gl_type; // 0 for compressed textures, otherwise value from table 3.2 (page 162) of O… member
816 REV(gl_type); in ktx_header_switch_endianness()
878 if (hdr.gl_type == 0 || hdr.gl_format == 0) in load_ktx_uncompressed_image()
927 switch (hdr.gl_type) in load_ktx_uncompressed_image()
1218 if (hdr.gl_type != 0 || hdr.gl_format != 0 || hdr.gl_type_size != 1 || in load_ktx_compressed_image()
1306 hdr.gl_type = 0; in store_ktx_compressed_image()
1378 hdr.gl_type = (bitness == 16) ? GL_HALF_FLOAT : GL_UNSIGNED_BYTE; in store_ktx_uncompressed_image()