Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/
DGrContextThreadSafeProxy.cpp53 GrPixelConfig config = fCaps->getConfigFromBackendFormat(backendFormat, ii.colorType()); in createCharacterization()
DGrCaps.h299 virtual GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format,
DGrBackendTextureImageGenerator.cpp51 context->contextPriv().caps()->getConfigFromBackendFormat(backendFormat, colorType); in Make()
DGrAHardwareBufferImageGenerator.cpp547 GrPixelConfig pixelConfig = context->contextPriv().caps()->getConfigFromBackendFormat( in makeProxy()
/external/skia/src/gpu/
DGrContextThreadSafeProxy.cpp50 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendFormat, ii.colorType()); in createCharacterization()
DGrCaps.h297 virtual GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format,
DGrAHardwareBufferImageGenerator.cpp98 GrPixelConfig pixelConfig = context->priv().caps()->getConfigFromBackendFormat( in makeProxy()
DGrBackendTextureImageGenerator.cpp53 context->priv().caps()->getConfigFromBackendFormat(backendFormat, colorType); in Make()
/external/skia/src/gpu/mtl/
DGrMtlCaps.h68 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
DGrMtlCaps.mm526 GrPixelConfig GrMtlCaps::getConfigFromBackendFormat(const GrBackendFormat& format, function
/external/skqp/src/gpu/mtl/
DGrMtlCaps.h70 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override { in getConfigFromBackendFormat() function
/external/skia/src/gpu/mock/
DGrMockCaps.h82 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function
/external/skqp/src/gpu/mock/
DGrMockCaps.h82 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function
/external/skia/src/gpu/vk/
DGrVkCaps.h165 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
DGrVkCaps.cpp896 GrPixelConfig GrVkCaps::getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function in GrVkCaps
/external/skqp/src/gpu/vk/
DGrVkCaps.h152 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
DGrVkCaps.cpp809 GrPixelConfig GrVkCaps::getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat() function in GrVkCaps
/external/skqp/src/gpu/gl/
DGrGLCaps.h425 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
/external/skia/src/gpu/gl/
DGrGLCaps.h425 GrPixelConfig getConfigFromBackendFormat(const GrBackendFormat&, SkColorType) const override;
/external/skia/src/image/
DSkImage_Gpu.cpp431 context->priv().caps()->getConfigFromBackendFormat(backendFormat, colorType); in MakePromiseTexture()
631 backendTexture.fConfig = context->priv().caps()->getConfigFromBackendFormat(backendFormat, in MakeFromAHardwareBufferWithData()
DSkImage_GpuBase.cpp59 *config = ctx->priv().caps()->getConfigFromBackendFormat(backendFormat, ct); in ValidateBackendTexture()
DSkSurface_Gpu.cpp418 *config = ctx->priv().caps()->getConfigFromBackendFormat(backendFormat, ct); in validate_backend_texture()
/external/skqp/src/image/
DSkImage_GpuBase.cpp57 *config = ctx->contextPriv().caps()->getConfigFromBackendFormat(backendFormat, ct); in ValidateBackendTexture()
DSkSurface_Gpu.cpp403 *config = ctx->contextPriv().caps()->getConfigFromBackendFormat(backendFormat, ct); in validate_backend_texture()
DSkImage_Gpu.cpp420 context->contextPriv().caps()->getConfigFromBackendFormat(backendFormat, colorType); in MakePromiseTexture()

12