Lines Matching refs:ct

372                 constexpr GrColorType ct = GrColorType::kRGBA_8888;
374 ctInfo.fColorType = ct;
379 constexpr GrColorType ct = GrColorType::kRGB_888x;
381 ctInfo.fColorType = ct;
400 constexpr GrColorType ct = GrColorType::kAlpha_8;
402 ctInfo.fColorType = ct;
409 constexpr GrColorType ct = GrColorType::kGray_8;
411 ctInfo.fColorType = ct;
429 constexpr GrColorType ct = GrColorType::kBGRA_8888;
431 ctInfo.fColorType = ct;
448 constexpr GrColorType ct = GrColorType::kBGR_565;
450 ctInfo.fColorType = ct;
467 constexpr GrColorType ct = GrColorType::kRGBA_F16;
469 ctInfo.fColorType = ct;
474 constexpr GrColorType ct = GrColorType::kRGBA_F16_Clamped;
476 ctInfo.fColorType = ct;
493 constexpr GrColorType ct = GrColorType::kAlpha_F16;
495 ctInfo.fColorType = ct;
514 constexpr GrColorType ct = GrColorType::kRG_88;
516 ctInfo.fColorType = ct;
533 constexpr GrColorType ct = GrColorType::kRGBA_1010102;
535 ctInfo.fColorType = ct;
552 constexpr GrColorType ct = GrColorType::kABGR_4444;
554 ctInfo.fColorType = ct;
573 constexpr GrColorType ct = GrColorType::kRGBA_8888_SRGB;
575 ctInfo.fColorType = ct;
592 constexpr GrColorType ct = GrColorType::kAlpha_16;
594 ctInfo.fColorType = ct;
613 constexpr GrColorType ct = GrColorType::kRG_1616;
615 ctInfo.fColorType = ct;
632 constexpr GrColorType ct = GrColorType::kRGBA_16161616;
634 ctInfo.fColorType = ct;
651 constexpr GrColorType ct = GrColorType::kRG_F16;
653 ctInfo.fColorType = ct;
799 bool GrD3DCaps::isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format,
809 if (!SkToBool(info.colorTypeFlags(ct) & ColorTypeInfo::kRenderable_Flag)) {
938 bool GrD3DCaps::onAreColorTypeAndFormatCompatible(GrColorType ct,
947 if (info.fColorTypeInfos[i].fColorType == ct) {
954 GrBackendFormat GrD3DCaps::onGetDefaultBackendFormat(GrColorType ct) const {
955 DXGI_FORMAT format = this->getFormatFromColorType(ct);