Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_ktx.cpp90 SkTextureCompressor::Format ktxCompressedFormat; in onDecode() local
95 ktxCompressedFormat = fmt; in onDecode()
102 ((SkTextureCompressor::kLATC_Format == ktxCompressedFormat) || in onDecode()
103 (SkTextureCompressor::kR11_EAC_Format == ktxCompressedFormat)); in onDecode()
141 outRGBDataPtr, width, buf, width, height, ktxCompressedFormat)) { in onDecode()