Searched refs:pivotX (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local 488 if (data[i].x() < *pivotX) in findSlopePivotX() 503 bestPivotX = *pivotX; in findSlopePivotX() 515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member 518 …t gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : pivotX(pivotX_), left(l),… in SegmentedEstimator() 535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local 541 if (data[i].x() < pivotX) in computeSegmentedEstimator() 558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator() 987 if (estimator.pivotX > -std::numeric_limits<float>::infinity()) in iterate() 988 …:Message << "Note: the data points with x coordinate greater than or equal to " << estimator.pivotX in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local 488 if (data[i].x() < *pivotX) in findSlopePivotX() 503 bestPivotX = *pivotX; in findSlopePivotX() 515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member 518 …t gls::LineParameters& l, const gls::LineParameters& r, float pivotX_) : pivotX(pivotX_), left(l),… in SegmentedEstimator() 535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local 541 if (data[i].x() < pivotX) in computeSegmentedEstimator() 558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator() 987 if (estimator.pivotX > -std::numeric_limits<float>::infinity()) in iterate() 988 …:Message << "Note: the data points with x coordinate greater than or equal to " << estimator.pivotX in iterate()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |