aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrOpList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/GrOpList.h')
-rw-r--r--include/private/GrOpList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/private/GrOpList.h b/include/private/GrOpList.h
index 9241cd78f5..be7389fb7b 100644
--- a/include/private/GrOpList.h
+++ b/include/private/GrOpList.h
@@ -95,6 +95,10 @@ public:
protected:
bool isInstantiated() const;
+ // In addition to just the GrSurface being allocated, has the stencil buffer been allocated (if
+ // it is required)?
+ bool isFullyInstantiated() const;
+
// This is a backpointer to the GrOpMemoryPool that holds the memory for this opLists' ops.
// In the DDL case, these back pointers keep the DDL's GrOpMemoryPool alive as long as its
// constituent opLists survive.