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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurfaceTest.cpp 82 OwnPtr<RecordingImageBufferSurface> testSurface = adoptPtr(new RecordingImageBufferSurface(IntSize(10, 10)));
83 m_testSurface = testSurface.get();
84 // We create an ImageBuffer in order for the testSurface to be
86 m_imageBuffer = ImageBuffer::create(testSurface.release());
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 529 Surface testSurface = testReader.getSurface();
534 config.isOutputSupportedFor(testSurface));
549 Surface testSurface = testReader.getSurface();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 521 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
524 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
574 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
579 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
656 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
659 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
704 verifyImage(testSurface.getAccess(), refSurface.getAccess());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 524 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
527 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
577 faultyPixels = compareBlackNonBlackImages(log, testSurface.getAccess(), refSurface.getAccess(), diffMask.getAccess(), kernelRadius);
582 << TestLog::Image("TestImage", "Test image", testSurface.getAccess())
659 tcu::Surface testSurface (TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
662 tcu::Surface* surfaces[2] = {&testSurface, &refSurface};
707 verifyImage(testSurface.getAccess(), refSurface.getAccess());
    [all...]

Completed in 188 milliseconds