Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: include/gpu/GrXferProcessor.h

Issue 1225923010: Refugee from Dead Machine 4: MDB Monster Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Last update from dead machine Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/gpu/GrTextureProvider.h ('k') | include/gpu/effects/GrCoverageSetOpXP.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrXferProcessor.h
diff --git a/include/gpu/GrXferProcessor.h b/include/gpu/GrXferProcessor.h
index fdb27a9a7e26810ebfe49b3e3e140f833421c9f8..ba1a550d7f79cf9abe1daa46a3ec0d5978365858 100644
--- a/include/gpu/GrXferProcessor.h
+++ b/include/gpu/GrXferProcessor.h
@@ -239,8 +239,8 @@ public:
}
protected:
- GrXferProcessor();
- GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples);
+ GrXferProcessor(GrRenderTarget* dst);
+ GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples, GrRenderTarget* dst);
private:
void notifyRefCntIsZero() const final {}
@@ -314,7 +314,7 @@ public:
const GrProcOptInfo& coveragePOI,
bool hasMixedSamples,
const DstTexture*,
- const GrCaps& caps) const;
+ const GrCaps& caps, GrRenderTarget* dst) const;
/**
* This function returns true if the GrXferProcessor generated from this factory will be able to
@@ -373,7 +373,7 @@ private:
const GrProcOptInfo& colorPOI,
const GrProcOptInfo& coveragePOI,
bool hasMixedSamples,
- const DstTexture*) const = 0;
+ const DstTexture*, GrRenderTarget* dst) const = 0;
/**
* Returns true if the XP generated by this factory will explicitly read dst in the fragment
* shader.
« no previous file with comments | « include/gpu/GrTextureProvider.h ('k') | include/gpu/effects/GrCoverageSetOpXP.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698