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

  /external/deqp/external/openglcts/modules/common/
glcAggressiveShaderOptimizationsTests.cpp 466 tcu::Surface testSurface(renderWidth, renderHeight);
468 renderAndGrabSurface(prepareSineSources(false), testSurface);
470 renderAndGrabSurface(prepareCosineSources(false), testSurface);
481 if (tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", referenceSurface, testSurface, 0.05f,
glcInternalformatTests.cpp 756 tcu::Surface testSurface(m_renderWidth, m_renderHeight);
757 glu::readPixels(renderContext, 0, 0, testSurface.getAccess());
778 if (tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", referenceSurface, testSurface, 0.05f,
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java     [all...]

Completed in 719 milliseconds