HomeSort by relevance Sort by last modified time
    Searched refs:rightData (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 427 ImageData rightData = sShadowRight.getImageData();
447 rightData.width, rightData.height,
449 rightData.width, height - topRightData.height);
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 485 vector<Vec2> rightData;
491 rightData.push_back(data[i]);
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);
537 vector<Vec2> rightData;
544 rightData.push_back(data[i]);
549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 485 vector<Vec2> rightData;
491 rightData.push_back(data[i]);
494 if (numDistinctX(rightData) < 3) // We don't trust the right data if there's too little of it.
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);
537 vector<Vec2> rightData;
544 rightData.push_back(data[i]);
549 const gls::LineParameters rightLine = gls::theilSenLinearRegression(rightData);
    [all...]

Completed in 90 milliseconds