Home
last modified time | relevance | path

Searched refs:MakeGray (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/private/
DGrTypesPriv.h1050 static constexpr GrColorFormatDesc MakeGray(int grayBits, GrColorTypeEncoding e) { in MakeGray() function
1121 return GrColorFormatDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()
1137 return GrColorFormatDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()
1155 return GrColorFormatDesc::MakeGray(16, GrColorTypeEncoding::kFloat); in GrGetColorTypeDesc()
/third_party/skia/src/gpu/gl/
DGrGLUtil.h86 return GrColorFormatDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGLFormatDesc()
116 return GrColorFormatDesc::MakeGray(16, GrColorTypeEncoding::kFloat); in GrGLFormatDesc()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h1271 static constexpr GrColorTypeDesc MakeGray(int grayBits, GrColorTypeEncoding e) { in MakeGray() function
1336 return GrColorTypeDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()
1350 return GrColorTypeDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()