Searched refs:fIsDirty (Results 1 – 1 of 1) sorted by relevance
28 bool isDirty() const { return fIsDirty; } in isDirty()30 void cleared() { fIsDirty = false; } in cleared()44 , fIsDirty(true) { in GrStencilAttachment()54 bool fIsDirty; variable