Home
last modified time | relevance | path

Searched refs:combos (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_format_map.py158 combos = {}
163 if format not in combos:
164 combos[format] = {}
165 if type not in combos[format]:
166 combos[format][type] = [internal_format]
168 combos[format][type] += [internal_format]
182 for format, type_combos in sorted(combos.items()):
184 for type, combos in sorted(type_combos.items()):
186 for internal_format in combos:
/third_party/skia/src/gpu/mock/
H A DGrMockCaps.cpp48 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
95 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations()
100 return combos; in getTestingCombinations()
/third_party/skia/tests/
H A DPathOpsThreeWayTest.cpp46 SkTDArray<SkIntersections> combos; in testSetTest() local
51 SkIntersections* i = combos.append(); in testSetTest()
H A DGrSurfaceTest.cpp110 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
113 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
214 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST() local
217 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST()
/third_party/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp199 std::vector<GrCaps::TestFormatColorTypeCombination> combos = {
210 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) {
214 return combos;
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp659 UnicodeSet combos("[:RGI_Emoji_ZWJ_Sequence:]", errorCode); in TestEmojiPropertiesOfStrings()
667 all.addAll(keycaps).addAll(modified).addAll(flags).addAll(tags).addAll(combos); in TestEmojiPropertiesOfStrings()
680 assertTrue("lots of RGI_Emoji_ZWJ_Sequence", combos.size() > 1300); in TestEmojiPropertiesOfStrings()
689 assertEquals("lots of RGI_Emoji_ZWJ_Sequence", 0, combos.getRangeCount()); in TestEmojiPropertiesOfStrings()
708 combos.contains(u"?\U0001F3FF\u200D✈\uFE0F")); in TestEmojiPropertiesOfStrings()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp4813 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
4873 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4875 combos.push_back({ GrColorType::kBGRA_1010102, in getTestingCombinations()
4880 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4884 size_t count2D = combos.size(); in getTestingCombinations()
4886 auto combo2D = combos[i]; in getTestingCombinations()
4888 combos.push_back({combo2D.fColorType, in getTestingCombinations()
4892 return combos; in getTestingCombinations()
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp1077 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
1098 return combos; in getTestingCombinations()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2656 UnicodeSet combos = new UnicodeSet("[:RGI_Emoji_ZWJ_Sequence:]"); in TestEmojiPropertiesOfStrings()
2661 all.addAll(keycaps).addAll(modified).addAll(flags).addAll(tags).addAll(combos); in TestEmojiPropertiesOfStrings()
2671 assertTrue("lots of RGI_Emoji_ZWJ_Sequence", combos.size() > 1300); in TestEmojiPropertiesOfStrings()
2680 assertEquals("lots of RGI_Emoji_ZWJ_Sequence", 0, combos.getRangeCount()); in TestEmojiPropertiesOfStrings()
2699 combos.contains("?" + UTF16.valueOf(0x1F3FF) + "\u200D✈\uFE0F")); in TestEmojiPropertiesOfStrings()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1999 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
2029 return combos; in getTestingCombinations()

Completed in 20 milliseconds