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.h85 return GrColorFormatDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGLFormatDesc()
115 return GrColorFormatDesc::MakeGray(16, GrColorTypeEncoding::kFloat); in GrGLFormatDesc()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h1255 static constexpr GrColorTypeDesc MakeGray(int grayBits, GrColorTypeEncoding e) { in MakeGray() function
1320 return GrColorTypeDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()
1334 return GrColorTypeDesc::MakeGray(8, GrColorTypeEncoding::kUnorm); in GrGetColorTypeDesc()