Home
last modified time | relevance | path

Searched refs:kR_16 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/private/
DGrTypesPriv.h890 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()
1354 case GrColorType::kR_16: return "kR_16"; in GrColorTypeToStr()
/third_party/skia/src/gpu/
DGrDataUtils.cpp465 case GrColorType::kR_16: in get_load_and_src_swizzle()
535 case GrColorType::kR_16: swizzle = GrSwizzle("agbr"); in get_dst_swizzle_and_store()
DSkGr.cpp309 case GrColorType::kR_16: in dither_range_for_config()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp585 info.fFormatColorType = GrColorType::kR_16; in initFormatTable()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm835 case MTLPixelFormatR16Unorm: return GrColorType::kR_16;
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp2926 info.fDefaultColorType = GrColorType::kR_16; in initFormatTable()