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

  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 996 Surface refSurface; // Surface from drawing with refSeed-seeded attachment
1012 m_inputAttacher.drawContainer(*container, refSurface);
1036 refSurface, delSurface, RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
1076 Surface refSurface; // Surface drawn from attachment to refSeed container
1096 m_outputAttacher.drawAttachment(elementId, refSurface);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 521 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
523 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
573 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
579 << TestLog::Image("ReferenceImage", "Reference image", refSurface.getAccess())
658 tcu::Surface refSurface (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 524 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
526 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
576 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
582 << TestLog::Image("ReferenceImage", "Reference image", refSurface.getAccess())
661 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
663 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
708 verifyImage(testSurface.getAccess(), refSurface.getAccess());
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 441 tcu::Surface refSurface (reference.getWidth(), reference.getHeight());
445 tcu::copy(refSurface.getAccess(), reference.getLevel(0));
448 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT);
704 tcu::Surface refSurface (reference.getWidth(), reference.getHeight());
727 tcu::copy(refSurface.getAccess(), reference.getLevel(0));
729 return tcu::pixelThresholdCompare(log, "Renderbuffer read", "Result from reading renderbuffer", refSurface, screen, threshold8, tcu::COMPARE_LOG_RESULT);
    [all...]

Completed in 180 milliseconds