Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp56 GrSurfaceDesc copyDstDesc; in test_copy_surface_src() local
57 copyDstDesc.fConfig = kRGBA_8888_GrPixelConfig; in test_copy_surface_src()
58 copyDstDesc.fWidth = rectangleTexture->width(); in test_copy_surface_src()
59 copyDstDesc.fHeight = rectangleTexture->height(); in test_copy_surface_src()
60 copyDstDesc.fFlags = kRenderTarget_GrSurfaceFlag; in test_copy_surface_src()
62 copyDstDesc, SkBudgeted::kYes)); in test_copy_surface_src()