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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp594 deUint8 paintB[4]; local
611 paintB[0] = extend4To8(B1);
614 paintB[2] = extend4To8(B2);
617 paintB[1] = (deUint8)deClamp32((int)paintB[2] + dist, 0, 255);
620 paintB[3] = (deUint8)deClamp32((int)paintB[2] - dist, 0, 255);
653 paintB[0] = (deUint8)deClamp32((int)baseB[0] + dist, 0, 255);
656 paintB[1] = (deUint8)deClamp32((int)baseB[0] - dist, 0, 255);
659 paintB[
[all...]

Completed in 1696 milliseconds