diff options
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrContext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index abe745384c..8cefa77dec 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -806,6 +806,12 @@ private: kDontFlush_PixelOpsFlag = 0x1, }; + GrTexture* createResizedTexture(const GrTextureDesc& desc, + const GrCacheData& cacheData, + void* srcData, + size_t rowBytes, + bool needsFiltering); + bool internalReadRenderTargetPixels(GrRenderTarget* target, int left, int top, int width, int height, |