Home
last modified time | relevance | path

Searched refs:dstII (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp45 SkImageInfo dstII = SkImageInfo::MakeN32Premul(width, height); in read_back() local
48 bm.allocPixels(dstII); in read_back()
H A DWritePixelsTest.cpp578 auto dstII = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_TEST() local
579 auto surf = SkSurface::MakeRaster(dstII); in DEF_TEST()
587 auto srcII = dstII.makeColorType(colorType); in DEF_TEST()
H A DReadPixelsTest.cpp524 auto dstII = srcII.makeColorType(colorType); in DEF_TEST() local
527 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_TEST()
H A DReadWritePixelsGpuTest.cpp529 auto dstII = srcII.makeColorType(colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
532 REPORTER_ASSERT(reporter, !surf->readPixels(dstII, storage.get(), badRowBytes, 0, 0)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
537 auto dstII = SkImageInfo::Make({10, 10}, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
538 auto surf = SkSurface::MakeRenderTarget(ctxInfo.directContext(), SkBudgeted::kYes, dstII); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
545 auto srcII = dstII.makeColorType(colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS()

Completed in 5 milliseconds