Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrTextureRenderTargetProxy.cpp130 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) != in GrTextureRenderTargetProxy()
137 if (this->numSamples() > 1 && !caps.msaaResolvesAutomatically()) { in initSurfaceFlags()
DGrRenderTargetProxy.cpp85 fTarget->getContext()->priv().caps()->msaaResolvesAutomatically()) || in GrRenderTargetProxy()
DGrCaps.h93 bool msaaResolvesAutomatically() const { return fMSAAResolvesAutomatically; } in msaaResolvesAutomatically() function
DGrGpu.cpp147 if (renderTargetSampleCnt > 1 && !this->caps()->msaaResolvesAutomatically()) { in createTextureCommon()
358 if (tex && sampleCnt > 1 && !caps->msaaResolvesAutomatically()) { in wrapRenderableBackendTexture()
DGrCaps.cpp458 if (this->textureBarrierSupport() && (!drawUsesMSAA || this->msaaResolvesAutomatically())) { in getDstSampleFlagsForProxy()
DSurfaceDrawContext.cpp1954 (!this->caps()->msaaResolvesAutomatically() || !this->asTextureProxy()); in addDrawOp()
1974 if (fCanUseDynamicMSAA && drawNeedsMSAA && !this->caps()->msaaResolvesAutomatically()) { in addDrawOp()
2065 !this->caps()->msaaResolvesAutomatically() && in setupDstProxyView()
/external/skia/tests/
DGrSurfaceResolveTest.cpp130 bool autoResolves = caps->msaaResolvesAutomatically() || in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
230 if (dc->priv().caps()->msaaResolvesAutomatically()) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp120 } else if (fCharacterization.sampleCount() > 1 && !caps->msaaResolvesAutomatically() && in init()
/external/skia/src/gpu/ganesh/gl/
DGrGLRenderTarget.cpp165 if (resourceProvider->caps()->msaaResolvesAutomatically() && this->asTexture()) { in ensureDynamicMSAAAttachment()