Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp956 static float getAreaBetweenLines (float xmin, float xmax, float lineAOffset, float lineACoefficient… in getAreaBetweenLines() argument
958 const float lineAMin = lineAOffset + lineACoefficient * xmin; in getAreaBetweenLines()
959 const float lineAMax = lineAOffset + lineACoefficient * xmax; in getAreaBetweenLines()
972 const float lineAHeight = lineAOffset + lineACoefficient * midpoint; in getAreaBetweenLines()