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

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp719 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2; local
724 dst[dstOffset+1] = (deUint8)deClamp32(unclampedG, 0, 255);

Completed in 219 milliseconds