Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.cpp2015 bool opRequiresMSAA, in setupDstProxyView() argument
2026 this->asRenderTargetProxy(), this->getOpsTask()->usesMSAASurface() || opRequiresMSAA); in setupDstProxyView()
2033 fCanUseDynamicMSAA && this->getOpsTask()->usesMSAASurface() && !opRequiresMSAA) { in setupDstProxyView()
2064 if (fCanUseDynamicMSAA && opRequiresMSAA && this->asTextureProxy() && in setupDstProxyView()
DSurfaceDrawContext.h684 bool opRequiresMSAA,