Home
last modified time | relevance | path

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

/external/skia/tests/
DTestUtils.cpp76 GrSurfaceDesc copyDstDesc; in test_copy_from_surface() local
77 copyDstDesc.fWidth = proxy->width(); in test_copy_from_surface()
78 copyDstDesc.fHeight = proxy->height(); in test_copy_from_surface()
79 copyDstDesc.fConfig = kRGBA_8888_GrPixelConfig; in test_copy_from_surface()
86 copyDstDesc.fFlags = flags; in test_copy_from_surface()
91 GrSurfaceProxy::TestCopy(context, copyDstDesc, origin, proxy)); in test_copy_from_surface()
/external/skqp/tests/
DTestUtils.cpp76 GrSurfaceDesc copyDstDesc; in test_copy_from_surface() local
77 copyDstDesc.fWidth = proxy->width(); in test_copy_from_surface()
78 copyDstDesc.fHeight = proxy->height(); in test_copy_from_surface()
79 copyDstDesc.fConfig = kRGBA_8888_GrPixelConfig; in test_copy_from_surface()
86 copyDstDesc.fFlags = flags; in test_copy_from_surface()
91 GrSurfaceProxy::TestCopy(context, copyDstDesc, origin, proxy)); in test_copy_from_surface()