consolidate read/writePixels in GrSurfaceContext
authorRobert Phillips <robertphillips@google.com>
Mon, 10 Apr 2017 12:19:26 +0000 (08:19 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 10 Apr 2017 12:56:33 +0000 (12:56 +0000)
commita90aa2bfd430ca9bc321c3c7b3f1c727927606d1
tree48176ea4a4fb3d529760e60ca9e9ca3978c5cf39
parent768f52ff85662e6627438987e3277f3926eb6577
consolidate read/writePixels in GrSurfaceContext

Change-Id: I118fcd49990597d4dfea92efd3f9d99e52fdbfab
Reviewed-on: https://skia-review.googlesource.com/11481
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
src/gpu/GrRenderTargetContext.cpp
src/gpu/GrRenderTargetContext.h
src/gpu/GrSurfaceContext.cpp
src/gpu/GrSurfaceContext.h
src/gpu/GrTextureContext.cpp
src/gpu/GrTextureContext.h
tools/gpu/GrTest.cpp