Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrTextureRenderTargetProxy.cpp137 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) != in GrTextureRenderTargetProxy()
144 if (this->numSamples() > 1 && !caps.msaaResolvesAutomatically()) { in initSurfaceFlags()
H A DGrDeferredDisplayListRecorder.cpp113 } else if (fCharacterization.sampleCount() > 1 && !caps->msaaResolvesAutomatically() && in init()
H A DGrRenderTargetProxy.cpp85 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) || in GrRenderTargetProxy()
H A DGrGpu.cpp148 if (renderTargetSampleCnt > 1 && !this->caps()->msaaResolvesAutomatically()) { in createTextureCommon()
360 if (tex && sampleCnt > 1 && !caps->msaaResolvesAutomatically()) { in wrapRenderableBackendTexture()
H A DGrCaps.h101 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically() function
H A DGrCaps.cpp464 if (this->textureBarrierSupport() && (!drawUsesMSAA || this->msaaResolvesAutomatically())) { in getDstSampleFlagsForProxy()
H A DSurfaceDrawContext.cpp2004 (!this->caps()->msaaResolvesAutomatically() || !this->asTextureProxy()); in addDrawOp()
2024 if (fCanUseDynamicMSAA && drawNeedsMSAA && !this->caps()->msaaResolvesAutomatically()) { in addDrawOp()
2115 !this->caps()->msaaResolvesAutomatically() && in setupDstProxyView()
/aosp_15_r20/external/skia/tests/
H A DGrSurfaceResolveTest.cpp131 bool autoResolves = caps->msaaResolvesAutomatically() || in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
231 if (dc->priv().caps()->msaaResolvesAutomatically()) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLRenderTarget.cpp186 if (resourceProvider->caps()->msaaResolvesAutomatically() && this->asTexture()) { in ensureDynamicMSAAAttachment()