HomeSort by relevance Sort by last modified time
    Searched full:paintb (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/common/
tcuCompressedTexture.cpp 594 deUint8 paintB[4];
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[2] = (deUint8)deClamp32((int)baseB[1] + dist, 0, 255)
    [all...]

Completed in 752 milliseconds