• Home
  • Raw
  • Download

Lines Matching refs:ct

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