Home
last modified time | relevance | path

Searched refs:drawNeedsMSAA (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1945 const bool drawNeedsMSAA = opUsesMSAA || (fCanUseDynamicMSAA && opUsesStencil); in addDrawOp() local
1961 bool opRequiresDMSAAAttachment = usesAttachmentIfDMSAA && drawNeedsMSAA; in addDrawOp()
1976 if (!this->setupDstProxyView(drawOp->bounds(), drawNeedsMSAA, &dstProxyView)) { in addDrawOp()
1980 if (fCanUseDynamicMSAA && drawNeedsMSAA && !this->caps()->msaaResolvesAutomatically()) { in addDrawOp()
2001 if (fCanUseDynamicMSAA && drawNeedsMSAA) { in addDrawOp()
2012 opsTask->addDrawOp(this->drawingManager(), std::move(op), drawNeedsMSAA, analysis, in addDrawOp()
2017 if (fCanUseDynamicMSAA && drawNeedsMSAA) { in addDrawOp()

Completed in 4 milliseconds