Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrTextureRenderTargetProxy.cpp86 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) != in GrTextureRenderTargetProxy()
93 if (this->numSamples() > 1 && !caps.msaaResolvesAutomatically()) { in initSurfaceFlags()
DGrRenderTargetProxy.cpp70 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) || in GrRenderTargetProxy()
DGrCaps.h74 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically() function
DGrGpu.cpp144 if (renderTargetSampleCnt > 1 && !this->caps()->msaaResolvesAutomatically()) { in createTextureCommon()
350 if (tex && sampleCnt > 1 && !caps->msaaResolvesAutomatically()) { in wrapRenderableBackendTexture()
DGrCaps.cpp445 if (this->textureBarrierSupport() && (!drawUsesMSAA || this->msaaResolvesAutomatically())) { in getDstSampleFlagsForProxy()
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp117 } else if (fCharacterization.sampleCount() > 1 && !caps->msaaResolvesAutomatically() && in init()
/third_party/flutter/skia/src/gpu/
DGrCaps.h63 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically() function
/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.cpp157 if (resourceProvider->caps()->msaaResolvesAutomatically() && this->asTexture()) { in ensureDynamicMSAAAttachment()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1958 (!this->caps()->msaaResolvesAutomatically() || !this->asTextureProxy()); in addDrawOp()
1978 if (fCanUseDynamicMSAA && drawNeedsMSAA && !this->caps()->msaaResolvesAutomatically()) { in addDrawOp()
2069 !this->caps()->msaaResolvesAutomatically() && in setupDstProxyView()