Home
last modified time | relevance | path

Searched refs:getConfigFromBackendFormat (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrCaps.h385 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function
443 auto result = this->getConfigFromBackendFormat(format, ct); in makeConfigSpecific()
DGrRecordingContext.cpp183 auto config = this->caps()->getConfigFromBackendFormat(format, colorType); in makeDeferredTextureContext()
232 auto config = this->caps()->getConfigFromBackendFormat(format, colorType); in makeDeferredRenderTargetContext()
DGrAHardwareBufferImageGenerator.cpp99 GrPixelConfig pixelConfig = context->priv().caps()->getConfigFromBackendFormat(backendFormat, in makeProxy()
DGrBackendTextureImageGenerator.cpp144 GrPixelConfig config = caps->getConfigFromBackendFormat(backendFormat, grColorType); in onGenerateTexture()
DGrProxyProvider.cpp485 caps->getConfigFromBackendFormat(format, colorType))); in createProxy()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.cpp172 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendTex.getBackendFormat(), in onWrapBackendTexture()
205 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(tex.getBackendFormat(), in onWrapBackendTextureAsRenderTarget()
/third_party/flutter/skia/src/core/
DSkDeferredDisplayListRecorder.cpp135 GrPixelConfig config = caps->getConfigFromBackendFormat(fCharacterization.backendFormat(), in init()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.mm513 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendTex.getBackendFormat(),
540 GrPixelConfig config = caps.getConfigFromBackendFormat(backendTex.getBackendFormat(),
565 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendRT.getBackendFormat(),
588 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendTex.getBackendFormat(),
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp89 GrPixelConfig config = rp->caps()->getConfigFromBackendFormat(format, colorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
144 desc.fConfig = caps->getConfigFromBackendFormat(combo.fFormat, combo.fColorType); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
263 GrPixelConfig config = caps->getConfigFromBackendFormat(combo.fFormat, in DEF_GPUTEST()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp1193 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendTex.getBackendFormat(), in onWrapBackendTexture()
1234 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendTex.getBackendFormat(), in onWrapRenderableBackendTexture()
1266 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendRT.getBackendFormat(), in onWrapBackendRenderTarget()
1319 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(tex.getBackendFormat(), in onWrapBackendTextureAsRenderTarget()
1357 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendFormat, grColorType); in onWrapVulkanSecondaryCBAsRenderTarget()
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp487 GrPixelConfig config = context->priv().caps()->getConfigFromBackendFormat( in MakePromiseImageLazyProxy()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp687 desc->fConfig = caps.getConfigFromBackendFormat(backendTex.getBackendFormat(), colorType); in check_backend_texture()
788 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendRT.getBackendFormat(), in onWrapBackendRenderTarget()