Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.cpp20 { GrColorType::kRG_88, GrBackendFormat::MakeMock(GrColorType::kRG_88) }, in getTestingCombinations()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h1108 kRG_88, enumerator
1147 case GrColorType::kRG_88: return kUnknown_SkColorType; in GrColorTypeToSkColorType()
1201 case GrColorType::kRG_88: return kRed_SkColorTypeComponentFlag | in GrColorTypeComponentFlags()
1329 case GrColorType::kRG_88: in GrGetColorTypeDesc()
1400 case GrColorType::kRG_88: return 2; in GrColorTypeBytesPerPixel()
1439 return GrColorType::kRG_88; in GrPixelConfigToColorType()
1495 case GrColorType::kRG_88: return kRG_88_GrPixelConfig; in GrColorTypeToPixelConfig()
1601 case GrColorType::kRG_88: return "kRG_88"; in GrColorTypeToStr()
/third_party/skia/include/private/
DGrTypesPriv.h863 kRG_88, enumerator
910 case GrColorType::kRG_88: return kR8G8_unorm_SkColorType; in GrColorTypeToSkColorType()
956 case kR8G8_unorm_SkColorType: return GrColorType::kRG_88; in SkColorTypeToGrColorType()
975 case GrColorType::kRG_88: return kRG_SkColorChannelFlags; in GrColorTypeChannelFlags()
1112 case GrColorType::kRG_88: in GrGetColorTypeDesc()
1201 case GrColorType::kRG_88: return 2; in GrColorTypeBytesPerPixel()
1316 case GrColorType::kRG_88: return "kRG_88"; in GrColorTypeToStr()
/third_party/skia/src/gpu/mock/
DGrMockCaps.cpp61 { GrColorType::kRG_88, GrBackendFormat::MakeMock(GrColorType::kRG_88, in getTestingCombinations()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm578 // Format: RG8Unorm, Surface: kRG_88
581 ctInfo.fColorType = GrColorType::kRG_88;
790 this->setColorType(GrColorType::kRG_88, { MTLPixelFormatRG8Unorm });
863 case GrColorType::kRG_88:
954 case MTLPixelFormatRG8Unorm: return GrColorType::kRG_88;
1065 { GrColorType::kRG_88, GrBackendFormat::MakeMtl(MTLPixelFormatRG8Unorm) },
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp507 info.fFormatColorType = GrColorType::kRG_88; in initFormatTable()
514 constexpr GrColorType ct = GrColorType::kRG_88; in initFormatTable()
678 this->setColorType(GrColorType::kRG_88, { DXGI_FORMAT_R8G8_UNORM }); in initFormatTable()
1084 {GrColorType::kRG_88, GrBackendFormat::MakeDxgi(DXGI_FORMAT_R8G8_UNORM) }, in getTestingCombinations()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp878 constexpr GrColorType ct = GrColorType::kRG_88; in initFormatTable()
1112 this->setColorType(GrColorType::kRG_88, { VK_FORMAT_R8G8_UNORM }); in initFormatTable()
1488 case GrColorType::kRG_88: in validate_image_info()
1581 case VK_FORMAT_R8G8_UNORM: return GrColorType::kRG_88; in getYUVAColorTypeFromBackendFormat()
1688 { GrColorType::kRG_88, GrBackendFormat::MakeVk(VK_FORMAT_R8G8_UNORM) }, in getTestingCombinations()
DGrVkUtil.cpp23 case VK_FORMAT_R8G8_UNORM: return GrColorType::kRG_88 == colorType; in GrVkFormatColorTypePairIsValid()
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp431 GrColorType::kRG_88, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
462 GrColorType::kRG_88, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DMtlBackendAllocationTest.mm66 { GrColorType::kRG_88, MTLPixelFormatRG8Unorm, { 0.5f, 0.5f, 0, 0 } },
DBackendAllocationTest.cpp574 { GrColorType::kRG_88, GR_GL_RG8, { 0.5f, 0.5f, 0, 0 } }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
710 { GrColorType::kRG_88, VK_FORMAT_R8G8_UNORM, { 0.5f, 0.5f, 0, 0 }}, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/skia/tests/
DTransferPixelsTest.cpp469 GrColorType::kRG_88, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
502 GrColorType::kRG_88, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DMtlBackendAllocationTest.mm79 { GrColorType::kRG_88, MTLPixelFormatRG8Unorm, { 0.5f, 0.5f, 0, 1 } },
DBackendAllocationTest.cpp790 { GrColorType::kRG_88, GR_GL_RG8, { 1, 0.5f, 0, 1 } }, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
944 { GrColorType::kRG_88, VK_FORMAT_R8G8_UNORM, { 1, 0.5f, 0, 1 } }, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp382 case GrColorType::kRG_88: *load = SkRasterPipeline::load_rg88; break; in get_load_and_get_swizzle()
439 case GrColorType::kRG_88: *store = SkRasterPipeline::store_rg88; break; in get_dst_swizzle_and_store()
DSkGr.cpp292 case GrColorType::kRG_88: in dither_range_type_for_config()
/third_party/skia/src/gpu/
DGrDataUtils.cpp370 case GrColorType::kRG_88: *load = SkRasterPipeline::load_rg88; break; in get_load_and_src_swizzle()
448 case GrColorType::kRG_88: *store = SkRasterPipeline::store_rg88; break; in get_dst_swizzle_and_store()
DSkGr.cpp296 case GrColorType::kRG_88: in dither_range_for_config()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm723 // Format: RG8Unorm, Surface: kRG_88
726 ctInfo.fColorType = GrColorType::kRG_88;
941 this->setColorType(GrColorType::kRG_88, { MTLPixelFormatRG8Unorm });
1205 { GrColorType::kRG_88, GrBackendFormat::MakeMtl(MTLPixelFormatRG8Unorm) },
DGrMtlGpu.mm827 case MTLPixelFormatRG8Unorm: return GrColorType::kRG_88;
/third_party/flutter/skia/tools/
DDDLPromiseImageHelper.cpp86 GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRG_88, in create_yuva_texture()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp2295 ctInfo.fColorType = GrColorType::kRG_88; in initFormatTable()
2297 this->setColorTypeFormat(GrColorType::kRG_88, GrGLFormat::kRG8); in initFormatTable()
2307 ioFormat.fColorType = GrColorType::kRG_88; in initFormatTable()
3902 case GrColorType::kRG_88: in validate_sized_format()
4009 case GrGLFormat::kRG8: return GrColorType::kRG_88; in getYUVAColorTypeFromBackendFormat()
4099 { GrColorType::kRG_88, in getTestingCombinations()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1019 constexpr GrColorType ct = GrColorType::kRG_88; in initFormatTable()
1285 this->setColorType(GrColorType::kRG_88, { VK_FORMAT_R8G8_UNORM }); in initFormatTable()
1928 { GrColorType::kRG_88, GrBackendFormat::MakeVk(VK_FORMAT_R8G8_UNORM) }, in getTestingCombinations()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp2474 info.fDefaultColorType = GrColorType::kRG_88; in initFormatTable()
2503 ctInfo.fColorType = GrColorType::kRG_88; in initFormatTable()
2505 this->setColorTypeFormat(GrColorType::kRG_88, GrGLFormat::kRG8); in initFormatTable()
2515 ioFormat.fColorType = GrColorType::kRG_88; in initFormatTable()
4798 { GrColorType::kRG_88, in getTestingCombinations()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp942 *format = caps->getDefaultBackendFormat(GrColorType::kRG_88, GrRenderable::kNo); in make_RG_88()