Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h85 bool preferFullscreenClears() const { return fPreferFullscreenClears; } in preferFullscreenClears() function
95 return this->preferFullscreenClears(); in discardStencilValuesAfterRenderPass()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp188 if (upgradePartialToFull && (this->caps()->preferFullscreenClears() || in internalClear()
/third_party/flutter/skia/src/gpu/
DGrCaps.h74 bool preferFullscreenClears() const { return fPreferFullscreenClears; } in preferFullscreenClears() function
DGrRenderTargetContext.cpp299 … (this->caps()->preferFullscreenClears() || this->caps()->shouldInitializeTextures())) || in internalClear()