Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: tools/dm_flags.json

Issue 2182783004: Add test configs for instanced rendering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add test configs for instanced rendering Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/TestConfigParsing.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "gpusrgb", 7 "gpusrgb",
8 "pdf", 8 "pdf",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "~bleed_image", 933 "~bleed_image",
934 "~ReadPixels" 934 "~ReadPixels"
935 ], 935 ],
936 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [ 936 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [
937 "--config", 937 "--config",
938 "565", 938 "565",
939 "8888", 939 "8888",
940 "gl", 940 "gl",
941 "glsrgb", 941 "glsrgb",
942 "glmsaa4", 942 "glmsaa4",
943 "glnvprdit4", 943 "glinstdit4",
944 "serialize-8888", 944 "serialize-8888",
945 "tiles_rt-8888", 945 "tiles_rt-8888",
946 "pic-8888", 946 "pic-8888",
947 "glinst",
947 "--src", 948 "--src",
948 "tests", 949 "tests",
949 "gm", 950 "gm",
950 "image", 951 "image",
951 "--blacklist", 952 "--blacklist",
952 "f16", 953 "f16",
953 "_", 954 "_",
954 "_", 955 "_",
955 "dstreadshuffle", 956 "dstreadshuffle",
956 "f16", 957 "f16",
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 "image", 1418 "image",
1418 "_", 1419 "_",
1419 ".PEF", 1420 ".PEF",
1420 "_", 1421 "_",
1421 "image", 1422 "image",
1422 "_", 1423 "_",
1423 ".SRW", 1424 ".SRW",
1424 "--match", 1425 "--match",
1425 "~CopySurface" 1426 "~CopySurface"
1426 ], 1427 ],
1428 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug": [
1429 "--config",
1430 "565",
1431 "8888",
1432 "gpu",
1433 "gpusrgb",
1434 "msaa4",
1435 "serialize-8888",
1436 "tiles_rt-8888",
1437 "pic-8888",
1438 "esinst",
1439 "--src",
1440 "tests",
1441 "gm",
1442 "image",
1443 "--blacklist",
1444 "f16",
1445 "_",
1446 "_",
1447 "dstreadshuffle",
1448 "f16",
1449 "image",
1450 "_",
1451 "_",
1452 "srgb",
1453 "image",
1454 "_",
1455 "_",
1456 "gpusrgb",
1457 "image",
1458 "_",
1459 "_",
1460 "_",
1461 "test",
1462 "_",
1463 "GrShape",
1464 "serialize-8888",
1465 "gm",
1466 "_",
1467 "bleed_image",
1468 "serialize-8888",
1469 "gm",
1470 "_",
1471 "c_gms",
1472 "serialize-8888",
1473 "gm",
1474 "_",
1475 "colortype",
1476 "serialize-8888",
1477 "gm",
1478 "_",
1479 "colortype_xfermodes",
1480 "serialize-8888",
1481 "gm",
1482 "_",
1483 "drawfilter",
1484 "serialize-8888",
1485 "gm",
1486 "_",
1487 "fontmgr_bounds_0.75_0",
1488 "serialize-8888",
1489 "gm",
1490 "_",
1491 "fontmgr_bounds_1_-0.25",
1492 "serialize-8888",
1493 "gm",
1494 "_",
1495 "fontmgr_bounds",
1496 "serialize-8888",
1497 "gm",
1498 "_",
1499 "fontmgr_match",
1500 "serialize-8888",
1501 "gm",
1502 "_",
1503 "fontmgr_iter",
1504 "serialize-8888",
1505 "gm",
1506 "_",
1507 "bleed_alpha_image",
1508 "serialize-8888",
1509 "gm",
1510 "_",
1511 "bleed_alpha_image_shader",
1512 "serialize-8888",
1513 "gm",
1514 "_",
1515 "verylargebitmap",
1516 "serialize-8888",
1517 "gm",
1518 "_",
1519 "verylarge_picture_image",
1520 "sp-8888",
1521 "gm",
1522 "_",
1523 "drawfilter",
1524 "pic-8888",
1525 "gm",
1526 "_",
1527 "drawfilter",
1528 "2ndpic-8888",
1529 "gm",
1530 "_",
1531 "drawfilter",
1532 "sp-8888",
1533 "gm",
1534 "_",
1535 "image-cacherator-from-picture",
1536 "pic-8888",
1537 "gm",
1538 "_",
1539 "image-cacherator-from-picture",
1540 "2ndpic-8888",
1541 "gm",
1542 "_",
1543 "image-cacherator-from-picture",
1544 "serialize-8888",
1545 "gm",
1546 "_",
1547 "image-cacherator-from-picture",
1548 "sp-8888",
1549 "gm",
1550 "_",
1551 "image-cacherator-from-raster",
1552 "pic-8888",
1553 "gm",
1554 "_",
1555 "image-cacherator-from-raster",
1556 "2ndpic-8888",
1557 "gm",
1558 "_",
1559 "image-cacherator-from-raster",
1560 "serialize-8888",
1561 "gm",
1562 "_",
1563 "image-cacherator-from-raster",
1564 "sp-8888",
1565 "gm",
1566 "_",
1567 "image-cacherator-from-ctable",
1568 "pic-8888",
1569 "gm",
1570 "_",
1571 "image-cacherator-from-ctable",
1572 "2ndpic-8888",
1573 "gm",
1574 "_",
1575 "image-cacherator-from-ctable",
1576 "serialize-8888",
1577 "gm",
1578 "_",
1579 "image-cacherator-from-ctable",
1580 "_",
1581 "image",
1582 "_",
1583 "interlaced1.png",
1584 "_",
1585 "image",
1586 "_",
1587 "interlaced2.png",
1588 "_",
1589 "image",
1590 "_",
1591 "interlaced3.png",
1592 "_",
1593 "image",
1594 "_",
1595 ".arw",
1596 "_",
1597 "image",
1598 "_",
1599 ".cr2",
1600 "_",
1601 "image",
1602 "_",
1603 ".dng",
1604 "_",
1605 "image",
1606 "_",
1607 ".nef",
1608 "_",
1609 "image",
1610 "_",
1611 ".nrw",
1612 "_",
1613 "image",
1614 "_",
1615 ".orf",
1616 "_",
1617 "image",
1618 "_",
1619 ".raf",
1620 "_",
1621 "image",
1622 "_",
1623 ".rw2",
1624 "_",
1625 "image",
1626 "_",
1627 ".pef",
1628 "_",
1629 "image",
1630 "_",
1631 ".srw",
1632 "_",
1633 "image",
1634 "_",
1635 ".ARW",
1636 "_",
1637 "image",
1638 "_",
1639 ".CR2",
1640 "_",
1641 "image",
1642 "_",
1643 ".DNG",
1644 "_",
1645 "image",
1646 "_",
1647 ".NEF",
1648 "_",
1649 "image",
1650 "_",
1651 ".NRW",
1652 "_",
1653 "image",
1654 "_",
1655 ".ORF",
1656 "_",
1657 "image",
1658 "_",
1659 ".RAF",
1660 "_",
1661 "image",
1662 "_",
1663 ".RW2",
1664 "_",
1665 "image",
1666 "_",
1667 ".PEF",
1668 "_",
1669 "image",
1670 "_",
1671 ".SRW"
1672 ],
1427 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ 1673 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
1428 "--config", 1674 "--config",
1429 "565", 1675 "565",
1430 "8888", 1676 "8888",
1431 "gpu", 1677 "gpu",
1432 "gpusrgb", 1678 "gpusrgb",
1433 "serialize-8888", 1679 "serialize-8888",
1434 "tiles_rt-8888", 1680 "tiles_rt-8888",
1435 "pic-8888", 1681 "pic-8888",
1436 "--src", 1682 "--src",
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 ".SRW", 2648 ".SRW",
2403 "_", 2649 "_",
2404 "image", 2650 "image",
2405 "_", 2651 "_",
2406 "abnormal.wbmp", 2652 "abnormal.wbmp",
2407 "msaa16", 2653 "msaa16",
2408 "gm", 2654 "gm",
2409 "_", 2655 "_",
2410 "blurcircles" 2656 "blurcircles"
2411 ], 2657 ],
2658 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug": [
2659 "--config",
2660 "565",
2661 "8888",
2662 "gpu",
2663 "gpusrgb",
2664 "pdf",
2665 "msaa16",
2666 "serialize-8888",
2667 "tiles_rt-8888",
2668 "pic-8888",
2669 "glinst",
2670 "glinst16",
2671 "--src",
2672 "tests",
2673 "gm",
2674 "image",
2675 "--blacklist",
2676 "f16",
2677 "_",
2678 "_",
2679 "dstreadshuffle",
2680 "f16",
2681 "image",
2682 "_",
2683 "_",
2684 "srgb",
2685 "image",
2686 "_",
2687 "_",
2688 "gpusrgb",
2689 "image",
2690 "_",
2691 "_",
2692 "_",
2693 "image",
2694 "gen_platf",
2695 "rgba32abf.bmp",
2696 "_",
2697 "image",
2698 "gen_platf",
2699 "rgb24prof.bmp",
2700 "_",
2701 "image",
2702 "gen_platf",
2703 "rgb24lprof.bmp",
2704 "_",
2705 "image",
2706 "gen_platf",
2707 "8bpp-pixeldata-cropped.bmp",
2708 "_",
2709 "image",
2710 "gen_platf",
2711 "4bpp-pixeldata-cropped.bmp",
2712 "_",
2713 "image",
2714 "gen_platf",
2715 "32bpp-pixeldata-cropped.bmp",
2716 "_",
2717 "image",
2718 "gen_platf",
2719 "24bpp-pixeldata-cropped.bmp",
2720 "_",
2721 "image",
2722 "gen_platf",
2723 "frame_larger_than_image.gif",
2724 "serialize-8888",
2725 "gm",
2726 "_",
2727 "bleed_image",
2728 "serialize-8888",
2729 "gm",
2730 "_",
2731 "c_gms",
2732 "serialize-8888",
2733 "gm",
2734 "_",
2735 "colortype",
2736 "serialize-8888",
2737 "gm",
2738 "_",
2739 "colortype_xfermodes",
2740 "serialize-8888",
2741 "gm",
2742 "_",
2743 "drawfilter",
2744 "serialize-8888",
2745 "gm",
2746 "_",
2747 "fontmgr_bounds_0.75_0",
2748 "serialize-8888",
2749 "gm",
2750 "_",
2751 "fontmgr_bounds_1_-0.25",
2752 "serialize-8888",
2753 "gm",
2754 "_",
2755 "fontmgr_bounds",
2756 "serialize-8888",
2757 "gm",
2758 "_",
2759 "fontmgr_match",
2760 "serialize-8888",
2761 "gm",
2762 "_",
2763 "fontmgr_iter",
2764 "sp-8888",
2765 "gm",
2766 "_",
2767 "drawfilter",
2768 "pic-8888",
2769 "gm",
2770 "_",
2771 "drawfilter",
2772 "2ndpic-8888",
2773 "gm",
2774 "_",
2775 "drawfilter",
2776 "sp-8888",
2777 "gm",
2778 "_",
2779 "image-cacherator-from-picture",
2780 "pic-8888",
2781 "gm",
2782 "_",
2783 "image-cacherator-from-picture",
2784 "2ndpic-8888",
2785 "gm",
2786 "_",
2787 "image-cacherator-from-picture",
2788 "serialize-8888",
2789 "gm",
2790 "_",
2791 "image-cacherator-from-picture",
2792 "sp-8888",
2793 "gm",
2794 "_",
2795 "image-cacherator-from-raster",
2796 "pic-8888",
2797 "gm",
2798 "_",
2799 "image-cacherator-from-raster",
2800 "2ndpic-8888",
2801 "gm",
2802 "_",
2803 "image-cacherator-from-raster",
2804 "serialize-8888",
2805 "gm",
2806 "_",
2807 "image-cacherator-from-raster",
2808 "sp-8888",
2809 "gm",
2810 "_",
2811 "image-cacherator-from-ctable",
2812 "pic-8888",
2813 "gm",
2814 "_",
2815 "image-cacherator-from-ctable",
2816 "2ndpic-8888",
2817 "gm",
2818 "_",
2819 "image-cacherator-from-ctable",
2820 "serialize-8888",
2821 "gm",
2822 "_",
2823 "image-cacherator-from-ctable",
2824 "_",
2825 "image",
2826 "_",
2827 "interlaced1.png",
2828 "_",
2829 "image",
2830 "_",
2831 "interlaced2.png",
2832 "_",
2833 "image",
2834 "_",
2835 "interlaced3.png",
2836 "_",
2837 "image",
2838 "_",
2839 ".arw",
2840 "_",
2841 "image",
2842 "_",
2843 ".cr2",
2844 "_",
2845 "image",
2846 "_",
2847 ".dng",
2848 "_",
2849 "image",
2850 "_",
2851 ".nef",
2852 "_",
2853 "image",
2854 "_",
2855 ".nrw",
2856 "_",
2857 "image",
2858 "_",
2859 ".orf",
2860 "_",
2861 "image",
2862 "_",
2863 ".raf",
2864 "_",
2865 "image",
2866 "_",
2867 ".rw2",
2868 "_",
2869 "image",
2870 "_",
2871 ".pef",
2872 "_",
2873 "image",
2874 "_",
2875 ".srw",
2876 "_",
2877 "image",
2878 "_",
2879 ".ARW",
2880 "_",
2881 "image",
2882 "_",
2883 ".CR2",
2884 "_",
2885 "image",
2886 "_",
2887 ".DNG",
2888 "_",
2889 "image",
2890 "_",
2891 ".NEF",
2892 "_",
2893 "image",
2894 "_",
2895 ".NRW",
2896 "_",
2897 "image",
2898 "_",
2899 ".ORF",
2900 "_",
2901 "image",
2902 "_",
2903 ".RAF",
2904 "_",
2905 "image",
2906 "_",
2907 ".RW2",
2908 "_",
2909 "image",
2910 "_",
2911 ".PEF",
2912 "_",
2913 "image",
2914 "_",
2915 ".SRW"
2916 ],
2412 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [ 2917 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
2413 "--config", 2918 "--config",
2414 "commandbuffer", 2919 "commandbuffer",
2415 "--src", 2920 "--src",
2416 "tests", 2921 "tests",
2417 "gm", 2922 "gm",
2418 "image", 2923 "image",
2419 "--blacklist", 2924 "--blacklist",
2420 "f16", 2925 "f16",
2421 "_", 2926 "_",
(...skipping 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after
4516 "2ndpic-8888", 5021 "2ndpic-8888",
4517 "gm", 5022 "gm",
4518 "_", 5023 "_",
4519 "image-cacherator-from-ctable", 5024 "image-cacherator-from-ctable",
4520 "serialize-8888", 5025 "serialize-8888",
4521 "gm", 5026 "gm",
4522 "_", 5027 "_",
4523 "image-cacherator-from-ctable" 5028 "image-cacherator-from-ctable"
4524 ] 5029 ]
4525 } 5030 }
OLDNEW
« no previous file with comments | « tests/TestConfigParsing.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698