/third_party/vk-gl-cts/modules/egl/ |
D | teglImageFormatTests.cpp | 500 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES() local 504 tcu::copy(refSurface.getAccess(), reference.getLevel(0)); in invokeGLES() 507 …bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, sc… in invokeGLES() 606 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES() local 610 tcu::copy(refSurface.getAccess(), reference.getLevel(0)); in invokeGLES() 613 …bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, sc… in invokeGLES() 684 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES() local 688 tcu::copy(refSurface.getAccess(), reference.getLevel(0)); in invokeGLES() 691 …bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, sc… in invokeGLES() 794 tcu::Surface refSurface (reference.getWidth(), reference.getHeight()); in invokeGLES() local [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureCompatibilityTests.cpp | 225 tcu::Surface refSurface (m_textureSize, m_textureSize); in iterate() local 247 glu::readPixels(m_context.getRenderContext(), 0, 0, refSurface.getAccess()); in iterate() 274 refSurface, testSurface, 0.001f, tcu::COMPARE_LOG_RESULT)) in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 524 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 526 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 576 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender() 582 << TestLog::Image("ReferenceImage", "Reference image", refSurface.getAccess()) in testRender() 661 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 663 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 708 verifyImage(testSurface.getAccess(), refSurface.getAccess()); in testRender() 885 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 887 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 935 verifyImage(testSurface.getAccess(), refSurface.getAccess()); in testRender() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 521 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 523 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 573 …faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), di… in testRender() 579 << TestLog::Image("ReferenceImage", "Reference image", refSurface.getAccess()) in testRender() 658 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 660 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 705 verifyImage(testSurface.getAccess(), refSurface.getAccess()); in testRender() 881 tcu::Surface refSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE); in testRender() local 883 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; in testRender() 931 verifyImage(testSurface.getAccess(), refSurface.getAccess()); in testRender() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1345 Surface refSurface; in testPipelineRendering() local 1351 drawSurface(refSurface, drawSeed); in testPipelineRendering() 1363 refSurface, pipelineSurface, 0.05f, tcu::COMPARE_LOG_RESULT); in testPipelineRendering() 1377 Surface refSurface; in testCurrentProgPriority() local 1386 drawSurface(refSurface, drawSeed); in testCurrentProgPriority() 1398 refSurface, resultSurface, tcu::RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in testCurrentProgPriority() 1409 Surface refSurface; in testActiveProgramUniform() local 1421 drawSurface(refSurface, drawSeed); in testActiveProgramUniform() 1461 refSurface, resultSurface, 0.05f, tcu::COMPARE_LOG_RESULT); in testActiveProgramUniform()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLifetimeTests.cpp | 1158 Surface refSurface; // Surface from drawing with refSeed-seeded attachment in iterate() local 1174 m_inputAttacher.drawContainer(*container, refSurface); in iterate() 1198 refSurface, delSurface, RGBA(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT); in iterate() 1238 Surface refSurface; // Surface drawn from attachment to refSeed container in iterate() local 1258 m_outputAttacher.drawAttachment(elementId, refSurface); in iterate() 1300 refSurface); in iterate()
|