HomeSort by relevance Sort by last modified time
    Searched refs:testSurface (Results 1 - 5 of 5) 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...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 520 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
523 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
578 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
657 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
660 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
705 verifyImage(testSurface.getAccess(), refSurface.getAccess());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 523 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
526 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
581 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
660 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
663 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
708 verifyImage(testSurface.getAccess(), refSurface.getAccess());
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java     [all...]

Completed in 154 milliseconds