Lines Matching refs:combo
600 for (auto combo : combinations) {
601 SkColorType colorType = combo.fColorType;
605 if (kRGBA_F32_SkColorType == combo.fColorType) {
622 if (kRGB_888x_SkColorType == combo.fColorType) {
679 SkColorTypeToGrColorType(colorType), combo.fColor, mipmapped,
801 for (auto combo : combinations) {
805 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, target);
810 if (GrColorType::kBGRA_8888 == combo.fColorType ||
811 GrColorType::kBGRA_1010102 == combo.fColorType) {
815 (GR_GL_RGBA8 == combo.fFormat || GR_GL_RGB10_A2 == combo.fFormat)) {
828 if (!glCaps->isFormatAsColorTypeRenderable(combo.fColorType, format)) {
845 test_wrapping(context, reporter, uninitCreateMtd, combo.fColorType,
859 switch (combo.fColorType) {
885 test_color_init(context, reporter, createWithColorMtd, combo.fColorType,
886 combo.fColor, mipMapped, renderable);
953 for (auto combo : combinations) {
954 if (!vkCaps->isVkFormatTexturable(combo.fFormat)) {
958 GrBackendFormat format = GrBackendFormat::MakeVk(combo.fFormat);
971 combo.fColorType, GrBackendFormat::MakeVk(combo.fFormat), 1)) {
990 test_wrapping(context, reporter, uninitCreateMtd, combo.fColorType, mipMapped,
1004 switch (combo.fColorType) {
1006 SkASSERT(combo.fFormat == VK_FORMAT_R8_UNORM);
1010 SkASSERT(combo.fFormat == VK_FORMAT_R16_UNORM);
1014 SkASSERT(combo.fFormat == VK_FORMAT_R16_SFLOAT);
1018 if (combo.fFormat == VK_FORMAT_B4G4R4A4_UNORM_PACK16) {
1042 test_color_init(context, reporter, createWithColorMtd, combo.fColorType,
1043 combo.fColor, mipMapped, renderable);