Searched refs:estimatePixelValueRange (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 99 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
|
D | tcuImageCompare.cpp | 52 estimatePixelValueRange(reference, refMin, refMax); in computeScaleAndBias() 62 estimatePixelValueRange(result, resMin, resMax); in computeScaleAndBias()
|
D | tcuTextureUtil.cpp | 846 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange() function 898 estimatePixelValueRange(access, minVal, maxVal); in computePixelScaleBias()
|