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

  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 152 Size maxRes = checkMaxConcurrentEncodingDecodingResolution();
153 if (maxRes == null) {
156 Log.w(TAG, "Trying resolution " + maxRes);
157 runTestRenderingInSeparateThread(maxRes.getWidth(), maxRes.getHeight(), false, false);
172 Size maxRes = checkMaxConcurrentEncodingDecodingResolution();
173 if (maxRes == null) {
176 Log.w(TAG, "Trying resolution " + maxRes);
177 runTestRenderingInSeparateThread(maxRes.getWidth(), maxRes.getHeight(), true, false)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 692 const int maxRes = int(roundEven(in0+eps));
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
708 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 723 const int maxRes = int(roundEven(in0+eps));
726 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
739 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]

Completed in 142 milliseconds