Home
last modified time | relevance | path

Searched refs:fIsDirty (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/
DGrStencilAttachment.h28 bool isDirty() const { return fIsDirty; } in isDirty()
30 void cleared() { fIsDirty = false; } in cleared()
44 , fIsDirty(true) { in GrStencilAttachment()
54 bool fIsDirty; variable