Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1843 const int bitsTwoAndThree = (blockMode >> 2) & 0x3; in decodeBlockMode() local
1844 SkASSERT(0 <= bitsTwoAndThree && bitsTwoAndThree < 4); in decodeBlockMode()
1852 switch (bitsTwoAndThree) { in decodeBlockMode()