Searched refs:invalidateFBType (Results 1 – 2 of 2) sorted by relevance
295 InvalidateFBType invalidateFBType() const { return fInvalidateFBType; } in invalidateFBType() function
2052 if (GrGLCaps::kNone_InvalidateFBType != this->glCaps().invalidateFBType()) { in endCommandBuffer()2065 if (GrGLCaps::kInvalidate_InvalidateFBType == this->glCaps().invalidateFBType()) { in endCommandBuffer()2069 SkASSERT(GrGLCaps::kDiscard_InvalidateFBType == this->glCaps().invalidateFBType()); in endCommandBuffer()2401 if (caps.invalidateFBType() != GrGLCaps::kNone_InvalidateFBType && in resolveRenderFBOs()2408 if (caps.invalidateFBType() == GrGLCaps::kInvalidate_InvalidateFBType) { in resolveRenderFBOs()2411 SkASSERT(caps.invalidateFBType() == GrGLCaps::kDiscard_InvalidateFBType); in resolveRenderFBOs()