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

/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp473 static float findSlopePivotX (const vector<Vec2>& data) function in namespace:deqp::gles2::Performance::__anon19156
515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line.
524 * Splits the given data into left and right parts (using findSlopePivotX)
535 const float pivotX = findSlopePivotX(data);
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp473 static float findSlopePivotX (const vector<Vec2>& data) function in namespace:deqp::gles3::Performance::__anon19440
515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line.
524 * Splits the given data into left and right parts (using findSlopePivotX)
535 const float pivotX = findSlopePivotX(data);

Completed in 71 milliseconds