Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCompressedDataUtils.cpp43 static const int kNumETC1PixelIndices = 4; variable
47 static const int kETC1ModifierTables[kNumETC1ModifierTables][kNumETC1PixelIndices] = {
/external/skia/src/gpu/
DGrDataUtils.cpp36 static const int kNumETC1PixelIndices = 4; variable
40 static const int kETC1ModifierTables[kNumETC1ModifierTables][kNumETC1PixelIndices] = {
90 for (int pixelIndex = 0; pixelIndex < kNumETC1PixelIndices; ++pixelIndex) { in create_etc1_block()