Index: src/gpu/GrDrawState.h |
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
index 454390cfbc651382e833f4fd3ec841f40916d62d..974aff4c2f3fcd083a2953ca90f5ef9c787456bb 100644 |
--- a/src/gpu/GrDrawState.h |
+++ b/src/gpu/GrDrawState.h |
@@ -803,6 +803,16 @@ private: |
GrBlendCoeff* srcCoeff = NULL, |
GrBlendCoeff* dstCoeff = NULL) const; |
+ const GrProcOptInfo& colorProcInfo() const { |
+ this->calcColorInvariantOutput(); |
+ return fColorProcInfo; |
+ } |
+ |
+ const GrProcOptInfo& coverageProcInfo() const { |
+ this->calcCoverageInvariantOutput(); |
+ return fCoverageProcInfo; |
+ } |
+ |
/** |
* Determines whether src alpha is guaranteed to be one for all src pixels |
*/ |