Lines Matching refs:ct

870                 constexpr GrColorType ct = GrColorType::kRGBA_8888;
872 ctInfo.fColorType = ct;
873 ctInfo.fTransferColorType = ct;
878 constexpr GrColorType ct = GrColorType::kRGB_888x;
880 ctInfo.fColorType = ct;
881 ctInfo.fTransferColorType = ct;
899 constexpr GrColorType ct = GrColorType::kAlpha_8;
901 ctInfo.fColorType = ct;
902 ctInfo.fTransferColorType = ct;
909 constexpr GrColorType ct = GrColorType::kGray_8;
911 ctInfo.fColorType = ct;
912 ctInfo.fTransferColorType = ct;
929 constexpr GrColorType ct = GrColorType::kBGRA_8888;
931 ctInfo.fColorType = ct;
932 ctInfo.fTransferColorType = ct;
948 constexpr GrColorType ct = GrColorType::kBGR_565;
950 ctInfo.fColorType = ct;
951 ctInfo.fTransferColorType = ct;
967 constexpr GrColorType ct = GrColorType::kRGBA_F16;
969 ctInfo.fColorType = ct;
970 ctInfo.fTransferColorType = ct;
975 constexpr GrColorType ct = GrColorType::kRGBA_F16_Clamped;
977 ctInfo.fColorType = ct;
978 ctInfo.fTransferColorType = ct;
994 constexpr GrColorType ct = GrColorType::kAlpha_F16;
996 ctInfo.fColorType = ct;
997 ctInfo.fTransferColorType = ct;
1015 constexpr GrColorType ct = GrColorType::kRGB_888x;
1017 ctInfo.fColorType = ct;
1035 constexpr GrColorType ct = GrColorType::kRG_88;
1037 ctInfo.fColorType = ct;
1038 ctInfo.fTransferColorType = ct;
1054 constexpr GrColorType ct = GrColorType::kRGBA_1010102;
1056 ctInfo.fColorType = ct;
1057 ctInfo.fTransferColorType = ct;
1073 constexpr GrColorType ct = GrColorType::kBGRA_1010102;
1075 ctInfo.fColorType = ct;
1076 ctInfo.fTransferColorType = ct;
1092 constexpr GrColorType ct = GrColorType::kABGR_4444;
1094 ctInfo.fColorType = ct;
1095 ctInfo.fTransferColorType = ct;
1114 constexpr GrColorType ct = GrColorType::kABGR_4444;
1116 ctInfo.fColorType = ct;
1117 ctInfo.fTransferColorType = ct;
1133 constexpr GrColorType ct = GrColorType::kRGBA_8888_SRGB;
1135 ctInfo.fColorType = ct;
1136 ctInfo.fTransferColorType = ct;
1152 constexpr GrColorType ct = GrColorType::kAlpha_16;
1154 ctInfo.fColorType = ct;
1155 ctInfo.fTransferColorType = ct;
1173 constexpr GrColorType ct = GrColorType::kRG_1616;
1175 ctInfo.fColorType = ct;
1176 ctInfo.fTransferColorType = ct;
1192 constexpr GrColorType ct = GrColorType::kRGBA_16161616;
1194 ctInfo.fColorType = ct;
1195 ctInfo.fTransferColorType = ct;
1211 constexpr GrColorType ct = GrColorType::kRG_F16;
1213 ctInfo.fColorType = ct;
1214 ctInfo.fTransferColorType = ct;
1232 constexpr GrColorType ct = GrColorType::kRGB_888x;
1234 ctInfo.fColorType = ct;
1235 ctInfo.fTransferColorType = ct;
1253 constexpr GrColorType ct = GrColorType::kRGB_888x;
1255 ctInfo.fColorType = ct;
1256 ctInfo.fTransferColorType = ct;
1472 bool GrVkCaps::isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format,
1482 if (!SkToBool(info.colorTypeFlags(ct) & ColorTypeInfo::kRenderable_Flag)) {
1646 bool GrVkCaps::onAreColorTypeAndFormatCompatible(GrColorType ct,
1665 if (info.fColorTypeInfos[i].fColorType == ct) {
1672 GrBackendFormat GrVkCaps::onGetDefaultBackendFormat(GrColorType ct) const {
1673 VkFormat format = this->getFormatFromColorType(ct);