Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1095 int fPartIndex; // the partition index: only relevant if fPartCount > 0 member
1516 int seed = fPartIndex; in getPartition()
1628 fPartIndex = static_cast<int>(read_astc_bits(fBlock, 11, 23)); in decode()
1629 fPartCount = (fPartIndex & 0x3) + 1; in decode()
1630 fPartIndex >>= 2; in decode()