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

/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp588 static int calculateU8ConversionError (int srcBits) function in namespace:deqp::gles31::Functional::FboTestUtil
606 return tcu::RGBA(calculateU8ConversionError(bits.x()),
607 calculateU8ConversionError(bits.y()),
608 calculateU8ConversionError(bits.z()),
609 calculateU8ConversionError(bits.w()));
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1040 static int calculateU8ConversionError (int srcBits) function in namespace:deqp::gles3::Functional::FboTestUtil
1058 return tcu::RGBA(calculateU8ConversionError(bits.x()),
1059 calculateU8ConversionError(bits.y()),
1060 calculateU8ConversionError(bits.z()),
1061 calculateU8ConversionError(bits.w()));
1110 dstHasAlpha ? calculateU8ConversionError(bits.w()) : 0);

Completed in 89 milliseconds