Searched refs:isCompressedFormat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.h62 bool isCompressedFormat(SkTextureCompressor::Format fmt) const;
H A Dktx.cpp170 bool SkKTXFile::isCompressedFormat(SkTextureCompressor::Format fmt) const { function in class:SkKTXFile
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_ktx.cpp100 if (ktxFile.isCompressedFormat(fmt)) {
164 } else if (ktxFile.isCompressedFormat(SkTextureCompressor::kETC1_Format)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGr.cpp201 if (!ktx.isCompressedFormat(SkTextureCompressor::kETC1_Format)) {

Completed in 612 milliseconds