Home
last modified time | relevance | path

Searched refs:combos (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dgen_format_map.py157 combos = {}
162 if format not in combos:
163 combos[format] = {}
164 if type not in combos[format]:
165 combos[format][type] = [internal_format]
167 combos[format][type] += [internal_format]
181 for format, type_combos in combos.iteritems():
183 for type, combos in type_combos.iteritems():
185 for internal_format in combos:
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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/flutter/skia/src/gpu/mock/
DGrMockCaps.cpp13 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
35 for (auto combo : combos) { in getTestingCombinations()
40 return combos; in getTestingCombinations()
/third_party/skia/src/gpu/mock/
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/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp199 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
210 for (auto combo : combos) { in getTestingCombinations()
214 return combos; in getTestingCombinations()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp199 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
210 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations()
214 return combos; in getTestingCombinations()
/third_party/flutter/skia/tests/
DPathOpsThreeWayTest.cpp46 SkTDArray<SkIntersections> combos; in testSetTest() local
51 SkIntersections* i = combos.append(); in testSetTest()
DGrSurfaceTest.cpp125 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
128 for (auto combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
250 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST() local
253 for (auto combo : combos) { in DEF_GPUTEST()
/third_party/skia/tests/
DPathOpsThreeWayTest.cpp46 SkTDArray<SkIntersections> combos; in testSetTest() local
51 SkIntersections* i = combos.append(); in testSetTest()
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/third_party/externals/libpng/tests/
Dpngimage-quick2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
Dpngimage-full2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
/third_party/flutter/skia/third_party/externals/libpng/tests/
Dpngimage-quick2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
Dpngimage-full2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
/third_party/mesa3d/docs/relnotes/
D19.0.5.rst73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp4771 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
4827 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4829 combos.push_back({ GrColorType::kBGRA_1010102, in getTestingCombinations()
4834 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4838 size_t count2D = combos.size(); in getTestingCombinations()
4840 auto combo2D = combos[i]; in getTestingCombinations()
4842 combos.push_back({combo2D.fColorType, in getTestingCombinations()
4846 return combos; in getTestingCombinations()
/third_party/flutter/flutter/packages/flutter/test/painting/
Dtext_style_test.dart263 test('TextStyle foreground and color combos', () {
317 test('TextStyle background and backgroundColor combos', () {
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm1052 std::vector<GrCaps::TestFormatColorTypeCombination> combos = {
1080 for (auto combo : combos) {
1085 return combos;
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp1077 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
1098 return combos; in getTestingCombinations()
/third_party/skia/third_party/externals/imgui/docs/
DBACKENDS.md88 …ipten_opengl3) app uses imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp, but other combos are possible.
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp1678 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
1702 return combos; in getTestingCombinations()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp4076 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
4128 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4133 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4137 return combos; in getTestingCombinations()
/third_party/flutter/skia/third_party/externals/libpng/
DCMakeLists.txt746 …png_add_test(NAME pngimage-quick COMMAND pngimage OPTIONS --list-combos --log FILES ${PNGSUITE_PNG…
747 …png_add_test(NAME pngimage-full COMMAND pngimage OPTIONS --exhaustive --list-combos --log FILES ${…
/third_party/libpng/
Dhuawei_libpng_CMakeList.patch751 - png_add_test(NAME pngimage-quick COMMAND pngimage OPTIONS --list-combos --log FILES ${PNGSUITE_P…
752 - png_add_test(NAME pngimage-full COMMAND pngimage OPTIONS --exhaustive --list-combos --log FILES …
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt746 …png_add_test(NAME pngimage-quick COMMAND pngimage OPTIONS --list-combos --log FILES ${PNGSUITE_PNG…
747 …png_add_test(NAME pngimage-full COMMAND pngimage OPTIONS --exhaustive --list-combos --log FILES ${…

12