Searched refs:destinationSurface (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
D | ImageNewShaderTest.cpp | 44 …skiatest::Reporter* reporter, SkSurface* sourceSurface, SkSurface* destinationSurface, SkImageInfo… in runShaderTest() argument 55 SkCanvas* destinationCanvas = destinationSurface->getCanvas(); in runShaderTest() 108 SkAutoTUnref<SkSurface> destinationSurface(SkSurface::NewRaster(info)); in DEF_TEST() local 110 runShaderTest(reporter, sourceSurface.get(), destinationSurface.get(), info); in DEF_TEST() 119 SkAutoTUnref<SkSurface> destinationSurface(SkSurface::NewRenderTarget(context, info)); in gpuToGpu() local 121 runShaderTest(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpuToGpu() 128 SkAutoTUnref<SkSurface> destinationSurface(SkSurface::NewRaster(info)); in gpuToRaster() local 130 runShaderTest(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpuToRaster() 137 SkAutoTUnref<SkSurface> destinationSurface(SkSurface::NewRenderTarget(context, info)); in rasterToGpu() local 139 runShaderTest(reporter, sourceSurface.get(), destinationSurface.get(), info); in rasterToGpu()
|