Home
last modified time | relevance | path

Searched refs:aabbArea (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1012 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY); in calculateSampleFitLinearity() local
1014 const float errorAreaRatio = (aabbArea < epsilon) ? (1.0f) : (areaBetweenLines / aabbArea); in calculateSampleFitLinearity()
1048 const float aabbArea = (aabbMaxX - aabbMinX) * (aabbMaxY - aabbMinY); in calculateSampleTemporalStability() local
1050 const float errorAreaRatio = (aabbArea < epsilon) ? (1.0f) : (areaBetweenLines / aabbArea); in calculateSampleTemporalStability()