Home
last modified time | relevance | path

Searched refs:kRGBA_half_GrPixelConfig (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/include/private/
DGrTypesPriv.h61 kRGBA_half_GrPixelConfig, enumerator
854 case kRGBA_half_GrPixelConfig: in GrPixelConfigIsSRGB()
901 case kRGBA_half_GrPixelConfig: in GrBytesPerPixel()
946 case kRGBA_half_GrPixelConfig: in GrPixelConfigIsOpaque()
979 case kRGBA_half_GrPixelConfig: in GrPixelConfigIsAlphaOnly()
1021 case kRGBA_half_GrPixelConfig: in GrPixelConfigIsFloatingPoint()
1450 case kRGBA_half_GrPixelConfig: in GrPixelConfigToColorType()
1500 case GrColorType::kRGBA_F16: return kRGBA_half_GrPixelConfig; in GrColorTypeToPixelConfig()
1580 case kRGBA_half_GrPixelConfig: return "RGBAHalf"; in GrPixelConfigToStr()
/third_party/flutter/skia/src/gpu/
DSkGr.cpp257 return kRGBA_half_GrPixelConfig; in SkColorType2GrPixelConfig()
DGrDataUtils.cpp254 case kRGBA_half_GrPixelConfig: // fall through in fill_buffer_with_color()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUtil.mm85 case kRGBA_half_GrPixelConfig:
DGrMtlCaps.mm890 return kRGBA_half_GrPixelConfig;
DGrMtlGpu.mm638 case MTLPixelFormatRGBA16Float: return kRGBA_half_GrPixelConfig;
/third_party/flutter/skia/tests/
DBackendAllocationTest.cpp427 { kRGBA_F16_SkColorType, kRGBA_half_GrPixelConfig, SkColors::kYellow }, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp101 kRGBA_half_GrPixelConfig == config || kAlpha_8_GrPixelConfig == config || in get_blur_color_type()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp1515 return kRGBA_half_GrPixelConfig; in validate_image_info()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3939 return kRGBA_half_GrPixelConfig; in validate_sized_format()
DGrGLGpu.cpp3777 case GrGLFormat::kRGBA16F: return kRGBA_half_GrPixelConfig; in gl_format_to_pixel_config()