Searched refs:kETC1_Format (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor.cpp54 { 4, 4 }, // kETC1_Format
85 case kETC1_Format:
153 case kETC1_Format:
233 case kETC1_Format:
H A DSkTextureCompressor.h26 kETC1_Format, // 4x4 blocks, compresses RGB 565, decompresses 8-bit RGB enumerator in enum:SkTextureCompressor::Format
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp88 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) {
H A DSkImageDecoder_ktx.cpp164 } else if (ktxFile.isCompressedFormat(SkTextureCompressor::kETC1_Format)) {
177 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp55 case SkTextureCompressor::kETC1_Format:
H A DSkGr.cpp201 if (!ktx.isCompressedFormat(SkTextureCompressor::kETC1_Format)) {
/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.cpp23 GR_GL_COMPRESSED_RGB8_ETC1, // kETC1_Format
42 GR_STATIC_ASSERT(2 == SkTextureCompressor::kETC1_Format);

Completed in 1334 milliseconds