/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 28 { GrColorType::kR_16, GrBackendFormat::MakeMock(GrColorType::kR_16) }, in getTestingCombinations()
|
/third_party/flutter/skia/include/private/ |
D | GrTypesPriv.h | 1109 kR_16, // Not in SkColorType enumerator 1142 case GrColorType::kR_16: return kUnknown_SkColorType; in GrColorTypeToSkColorType() 1197 case GrColorType::kR_16: return kRed_SkColorTypeComponentFlag; in GrColorTypeComponentFlags() 1335 case GrColorType::kR_16: in GrGetColorTypeDesc() 1395 case GrColorType::kR_16: return 2; in GrColorTypeBytesPerPixel() 1456 return GrColorType::kR_16; in GrPixelConfigToColorType() 1489 case GrColorType::kR_16: return kR_16_GrPixelConfig; in GrColorTypeToPixelConfig() 1596 case GrColorType::kR_16: return "kR_16"; in GrColorTypeToStr()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 890 kR_16, enumerator 929 case GrColorType::kR_16: return kUnknown_SkColorType; in GrColorTypeToSkColorType() 994 case GrColorType::kR_16: return kRed_SkColorChannelFlag; in GrColorTypeChannelFlags() 1150 case GrColorType::kR_16: in GrGetColorTypeDesc() 1220 case GrColorType::kR_16: return 2; in GrColorTypeBytesPerPixel() 1334 case GrColorType::kR_16: return "kR_16"; in GrColorTypeToStr()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 703 // Format: R16Unorm, Surface: kR_16 706 ctInfo.fColorType = GrColorType::kR_16; 798 this->setColorType(GrColorType::kR_16, { MTLPixelFormatR16Unorm }); 903 case GrColorType::kR_16: 958 case MTLPixelFormatR16Unorm: return GrColorType::kR_16; 1073 { GrColorType::kR_16, GrBackendFormat::MakeMtl(MTLPixelFormatR16Unorm) },
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUtil.cpp | 36 case VK_FORMAT_R16_UNORM: return GrColorType::kR_16 == colorType; in GrVkFormatColorTypePairIsValid()
|
D | GrVkCaps.cpp | 990 constexpr GrColorType ct = GrColorType::kR_16; in initFormatTable() 1120 this->setColorType(GrColorType::kR_16, { VK_FORMAT_R16_UNORM }); in initFormatTable() 1528 case GrColorType::kR_16: in validate_image_info() 1584 case VK_FORMAT_R16_UNORM: return GrColorType::kR_16; in getYUVAColorTypeFromBackendFormat() 1694 { GrColorType::kR_16, GrBackendFormat::MakeVk(VK_FORMAT_R16_UNORM) }, in getTestingCombinations()
|
/third_party/flutter/skia/tests/ |
D | TransferPixelsTest.cpp | 439 GrColorType::kR_16, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 470 GrColorType::kR_16, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | MtlBackendAllocationTest.mm | 69 { GrColorType::kR_16, MTLPixelFormatR16Unorm, SkColors::kRed },
|
D | BackendAllocationTest.cpp | 578 { GrColorType::kR_16, GR_GL_R16, SkColors::kRed }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 713 { GrColorType::kR_16, VK_FORMAT_R16_UNORM, SkColors::kRed }, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/flutter/skia/src/gpu/ |
D | GrDataUtils.cpp | 410 case GrColorType::kR_16: *load = SkRasterPipeline::load_a16; in get_load_and_get_swizzle() 466 case GrColorType::kR_16: swizzle = GrSwizzle("000r"); in get_dst_swizzle_and_store()
|
D | SkGr.cpp | 294 case GrColorType::kR_16: in dither_range_type_for_config()
|
/third_party/skia/src/gpu/ |
D | GrDataUtils.cpp | 409 case GrColorType::kR_16: in get_load_and_src_swizzle() 479 case GrColorType::kR_16: swizzle = GrSwizzle("agbr"); in get_dst_swizzle_and_store()
|
D | SkGr.cpp | 309 case GrColorType::kR_16: in dither_range_for_config()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2589 ctInfo.fColorType = GrColorType::kR_16; in initFormatTable() 2591 this->setColorTypeFormat(GrColorType::kR_16, GrGLFormat::kR16); in initFormatTable() 2601 ioFormat.fColorType = GrColorType::kR_16; in initFormatTable() 3952 case GrColorType::kR_16: in validate_sized_format() 4016 case GrGLFormat::kR16: return GrColorType::kR_16; in getYUVAColorTypeFromBackendFormat() 4117 { GrColorType::kR_16, in getTestingCombinations()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 585 info.fFormatColorType = GrColorType::kR_16; in initFormatTable()
|
/third_party/flutter/skia/gm/ |
D | wacky_yuv_formats.cpp | 1042 *format = caps->getDefaultBackendFormat(GrColorType::kR_16, GrRenderable::kNo); in make_R_16()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 835 case MTLPixelFormatR16Unorm: return GrColorType::kR_16;
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2871 info.fDefaultColorType = GrColorType::kR_16; in initFormatTable()
|