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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp1798 bool highPrecision = false; local
1809 highPrecision = (blockMode >> 9) & 0x1;
1827 highPrecision = false;
1850 highPrecision = (blockMode >> 9) & 0x1;
1877 // We should have set the values of R and highPrecision
1902 fWeightBits = kBitAllocationTable[highPrecision][R - 2][0];
1903 fWeightTrits = kBitAllocationTable[highPrecision][R - 2][1];
1904 fWeightQuints = kBitAllocationTable[highPrecision][R - 2][2];

Completed in 113 milliseconds