Home
last modified time | relevance | path

Searched refs:TestCopy (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DTestUtils.cpp91 GrSurfaceProxy::TestCopy(context, copyDstDesc, origin, proxy)); in test_copy_from_surface()
/external/skqp/tests/
DTestUtils.cpp91 GrSurfaceProxy::TestCopy(context, copyDstDesc, origin, proxy)); in test_copy_from_surface()
/external/skia/include/private/
DGrSurfaceProxy.h409 static sk_sp<GrSurfaceContext> TestCopy(GrRecordingContext* context,
/external/skqp/include/private/
DGrSurfaceProxy.h407 static sk_sp<GrSurfaceContext> TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
/external/webrtc/talk/session/media/
Dyuvscaler_unittest.cc192 TEST_F(YuvScalerTest, TestCopy) { in TEST_F() argument
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp377 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc, in TestCopy() function in GrSurfaceProxy
/external/skia/src/gpu/
DGrSurfaceProxy.cpp374 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrRecordingContext* context, in TestCopy() function in GrSurfaceProxy
/external/python/cpython2/Lib/test/
Dtest_copy.py10 class TestCopy(unittest.TestCase): class
761 test_support.run_unittest(TestCopy)
/external/python/cpython3/Lib/test/
Dtest_copy.py15 class TestCopy(unittest.TestCase): class