Searched refs:getConfigFromBackendFormat (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrCaps.h | 385 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function 443 auto result = this->getConfigFromBackendFormat(format, ct); in makeConfigSpecific()
|
D | GrRecordingContext.cpp | 183 auto config = this->caps()->getConfigFromBackendFormat(format, colorType); in makeDeferredTextureContext() 232 auto config = this->caps()->getConfigFromBackendFormat(format, colorType); in makeDeferredRenderTargetContext()
|
D | GrAHardwareBufferImageGenerator.cpp | 99 GrPixelConfig pixelConfig = context->priv().caps()->getConfigFromBackendFormat(backendFormat, in makeProxy()
|
D | GrBackendTextureImageGenerator.cpp | 144 GrPixelConfig config = caps->getConfigFromBackendFormat(backendFormat, grColorType); in onGenerateTexture()
|
D | GrProxyProvider.cpp | 485 caps->getConfigFromBackendFormat(format, colorType))); in createProxy()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 172 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/ |
D | SkDeferredDisplayListRecorder.cpp | 135 GrPixelConfig config = caps->getConfigFromBackendFormat(fCharacterization.backendFormat(), in init()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 513 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/ |
D | GrSurfaceTest.cpp | 89 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/ |
D | GrVkGpu.cpp | 1193 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/ |
D | SkImage_GpuBase.cpp | 487 GrPixelConfig config = context->priv().caps()->getConfigFromBackendFormat( in MakePromiseImageLazyProxy()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 687 desc->fConfig = caps.getConfigFromBackendFormat(backendTex.getBackendFormat(), colorType); in check_backend_texture() 788 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendRT.getBackendFormat(), in onWrapBackendRenderTarget()
|