/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_format_map.py | 157 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/ |
D | gen_format_map.py | 158 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/ |
D | GrMockCaps.cpp | 13 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/ |
D | GrMockCaps.cpp | 48 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/ |
D | GrDawnCaps.cpp | 199 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/ |
D | GrDawnCaps.cpp | 199 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/ |
D | PathOpsThreeWayTest.cpp | 46 SkTDArray<SkIntersections> combos; in testSetTest() local 51 SkIntersections* i = combos.append(); in testSetTest()
|
D | GrSurfaceTest.cpp | 125 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/ |
D | PathOpsThreeWayTest.cpp | 46 SkTDArray<SkIntersections> combos; in testSetTest() local 51 SkIntersections* i = combos.append(); in testSetTest()
|
D | GrSurfaceTest.cpp | 110 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/ |
D | pngimage-quick | 2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
D | pngimage-full | 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
/third_party/flutter/skia/third_party/externals/libpng/tests/ |
D | pngimage-quick | 2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
D | pngimage-full | 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.5.rst | 73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 4771 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/ |
D | text_style_test.dart | 263 test('TextStyle foreground and color combos', () { 317 test('TextStyle background and backgroundColor combos', () {
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 1052 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { 1080 for (auto combo : combos) { 1085 return combos;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 1077 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local 1098 return combos; in getTestingCombinations()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | BACKENDS.md | 88 …ipten_opengl3) app uses imgui_impl_sdl.cpp + imgui_impl_opengl3.cpp, but other combos are possible.
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 1678 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local 1702 return combos; in getTestingCombinations()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 4076 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/ |
D | CMakeLists.txt | 746 …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/ |
D | huawei_libpng_CMakeList.patch | 751 - 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/ |
D | CMakeLists.txt | 746 …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 ${…
|