Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp77 GrSurfaceDesc copySrcDesc; in test_copy_surface_dst() local
78 copySrcDesc.fConfig = kRGBA_8888_GrPixelConfig; in test_copy_surface_dst()
79 copySrcDesc.fWidth = rectangleTexture->width(); in test_copy_surface_dst()
80 copySrcDesc.fHeight = rectangleTexture->height(); in test_copy_surface_dst()
81 copySrcDesc.fFlags = kRenderTarget_GrSurfaceFlag; in test_copy_surface_dst()
83 copySrcDesc, SkBudgeted::kYes, pixels.get(), 0)); in test_copy_surface_dst()