Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_ktx.cpp57 SkKTXFile ktxFile(data); in onDecode() local
58 if (!ktxFile.valid()) { in onDecode()
62 const unsigned short width = ktxFile.width(); in onDecode()
63 const unsigned short height = ktxFile.height(); in onDecode()
67 const bool bSrcIsPremul = ktxFile.getValueForKey(premulKey) == SkString("True"); in onDecode()
74 if (ktxFile.isRGBA8()) { in onDecode()
93 if (ktxFile.isCompressedFormat(fmt)) { in onDecode()
139 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode()
157 } else if (ktxFile.isCompressedFormat(SkTextureCompressor::kETC1_Format)) { in onDecode()
168 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode()
[all …]