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

  /external/deqp/modules/glshared/
glsCalibration.hpp 59 float coefficientConfidenceLower;
glsCalibration.cpp 167 result.coefficientConfidenceLower = linearSample(medianSlopes, 0.5f - reportedConfidence*0.5f);
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 770 << "[" << testParam.coefficientConfidenceLower << ", " << testParam.coefficient << ", " << testParam.coefficientConfidenceUpper << "]"
776 if (testParam.coefficientConfidenceLower < 0.0f)
781 else if (testParam.coefficientConfidenceLower < testParam.coefficientConfidenceUpper*0.25)
    [all...]
es3pBufferDataUploadTests.cpp     [all...]

Completed in 177 milliseconds