Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp664 deUint8 paintB[4]; in decompressETC2Block() local
681 paintB[0] = extend4To8(B1); in decompressETC2Block()
684 paintB[2] = extend4To8(B2); in decompressETC2Block()
687 paintB[1] = (deUint8)deClamp32((int)paintB[2] + dist, 0, 255); in decompressETC2Block()
690 paintB[3] = (deUint8)deClamp32((int)paintB[2] - dist, 0, 255); in decompressETC2Block()
723 paintB[0] = (deUint8)deClamp32((int)baseB[0] + dist, 0, 255); in decompressETC2Block()
726 paintB[1] = (deUint8)deClamp32((int)baseB[0] - dist, 0, 255); in decompressETC2Block()
729 paintB[ in decompressETC2Block()
[all...]

Completed in 3 milliseconds