Searched refs:destinationSurface (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ImageNewShaderTest.cpp | 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() [all …]
|
/third_party/skia/tests/ |
D | ImageNewShaderTest.cpp | 40 SkSurface* destinationSurface, SkImageInfo& info) { in run_shader_test() argument 50 SkCanvas* destinationCanvas = destinationSurface->getCanvas(); in run_shader_test() 61 destinationSurface->readPixels(bm, 0, 0); in run_shader_test() 83 destinationSurface->readPixels(bmt, 0, 0); in run_shader_test() 101 auto destinationSurface(SkSurface::MakeRaster(info)); in DEF_TEST() local 103 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in DEF_TEST() 110 auto destinationSurface(SkSurface::MakeRenderTarget(rContext, SkBudgeted::kNo, info)); in gpu_to_gpu() local 112 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpu_to_gpu() 119 auto destinationSurface(SkSurface::MakeRenderTarget(rContext, SkBudgeted::kNo, info)); in raster_to_gpu() local 121 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in raster_to_gpu()
|