Home
last modified time | relevance | path

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

/external/skia/tests/
DTestUtils.cpp72 GrSurfaceDesc copyDstDesc; in test_copy_from_surface() local
73 copyDstDesc.fConfig = kRGBA_8888_GrPixelConfig; in test_copy_from_surface()
74 copyDstDesc.fWidth = proxy->width(); in test_copy_from_surface()
75 copyDstDesc.fHeight = proxy->height(); in test_copy_from_surface()
82 copyDstDesc.fFlags = flags; in test_copy_from_surface()
83 copyDstDesc.fOrigin = (kNone_GrSurfaceFlags == flags) ? kTopLeft_GrSurfaceOrigin in test_copy_from_surface()
86 sk_sp<GrSurfaceContext> dstContext(GrSurfaceProxy::TestCopy(context, copyDstDesc, proxy)); in test_copy_from_surface()