Lines Matching refs:destinationSurface
40 SkSurface* destinationSurface, SkImageInfo& info) { in run_shader_test() argument
51 SkCanvas* destinationCanvas = destinationSurface->getCanvas(); in run_shader_test()
62 destinationSurface->readPixels(bm, 0, 0); in run_shader_test()
84 destinationSurface->readPixels(bmt, 0, 0); in run_shader_test()
102 auto destinationSurface(SkSurface::MakeRaster(info)); in DEF_TEST() local
104 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in DEF_TEST()
111 auto destinationSurface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in gpu_to_gpu() local
113 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpu_to_gpu()
120 auto destinationSurface(SkSurface::MakeRaster(info)); in gpu_to_raster() local
122 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpu_to_raster()
129 auto destinationSurface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in raster_to_gpu() local
131 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in raster_to_gpu()