Home
last modified time | relevance | path

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

/external/skqp/tests/
DTestUtils.cpp91 GrSurfaceProxy::TestCopy(context, copyDstDesc, origin, proxy)); in test_copy_from_surface()
/external/skqp/include/private/
DGrSurfaceProxy.h407 static sk_sp<GrSurfaceContext> TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp377 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc, 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
Dtest_shutil.py784 class TestCopy(BaseTest, unittest.TestCase): class