| OLD | NEW |
| 1 # | 1 # |
| 2 # Test Requirements: | 2 # Test Requirements: |
| 3 # | 3 # |
| 4 # Each sample is expected to have a global variable called g_finished | 4 # Each sample is expected to have a global variable called g_finished |
| 5 # that is set to true when the sample has finish initalizing and is ready | 5 # that is set to true when the sample has finish initalizing and is ready |
| 6 # for a screenshot. | 6 # for a screenshot. |
| 7 # | 7 # |
| 8 # Line Format: | 8 # Line Format: |
| 9 # | 9 # |
| 10 # TestType test-name options | 10 # TestType test-name options |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 # | 65 # |
| 66 # pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff. | 66 # pdiff_edge_threshold(0 to 7) : Set edge detect threshold in pdiff. |
| 67 # This threshold indicates the max number of neighbors the pixel can | 67 # This threshold indicates the max number of neighbors the pixel can |
| 68 # have to be considered as edge. 0 means only ignore scattered pixels. | 68 # have to be considered as edge. 0 means only ignore scattered pixels. |
| 69 # NOTE! ---------------------------------------------------------------------- | 69 # NOTE! ---------------------------------------------------------------------- |
| 70 # | 70 # |
| 71 # Read the sample guidelines | 71 # Read the sample guidelines |
| 72 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines | 72 # http://wiki.corp.google.com/twiki/bin/view/Main/ClientThreeDSampleGuidelines |
| 73 # | 73 # |
| 74 # | 74 # |
| 75 medium 2d screenshot pdiff_threshold(200) colorf
actor(0.8) | 75 medium 2d screenshot pdiff_threshold(200) pdiff_
threshold_mac(41200) colorfactor(0.8) |
| 76 medium animation | 76 medium animation |
| 77 large animated-scene screenshot timeout(45000) pdiff_thresh
old(200) | 77 large animated-scene screenshot timeout(45000) pdiff_thresh
old(200) |
| 78 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres
hold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrom
e) | 78 large beachdemo/beachdemo screenshot timeout(120000) pdiff_thres
hold(200) pdiff_threshold_mac(2100) downsample(1) except(*iexplore, *googlechrom
e) |
| 79 medium billboards screenshot pdiff_threshold(200) | 79 medium billboards screenshot pdiff_threshold(200) |
| 80 medium bitmap-draw-image screenshot pdiff_threshold(200) | 80 medium bitmap-draw-image screenshot pdiff_threshold(200) |
| 81 medium canvas screenshot pdiff_threshold(200) pdiff_
threshold_mac(14600) | 81 medium canvas screenshot pdiff_threshold(200) pdiff_
threshold_mac(14600) |
| 82 medium canvas-fonts screenshot pdiff_threshold(200) pdiff_
threshold_mac(21900) | 82 medium canvas-fonts screenshot pdiff_threshold(200) pdiff_
threshold_mac(21900) |
| 83 medium canvas-texturedraw | 83 medium canvas-texturedraw |
| 84 medium checkers screenshot pdiff_threshold(200) | 84 medium checkers screenshot pdiff_threshold(200) |
| 85 medium convolution screenshot pdiff_threshold(200) | 85 medium convolution screenshot pdiff_threshold(200) |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_w
in(200) | 130 medium TestSampleCustomCamera pdiff_threshold(200) pdiff_threshold_w
in(200) |
| 131 medium TestSamplePicking | 131 medium TestSamplePicking |
| 132 medium TestSampleRenderMode | 132 medium TestSampleRenderMode |
| 133 medium TestSampleRotateModel pdiff_threshold(200) | 133 medium TestSampleRotateModel pdiff_threshold(200) |
| 134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w
in(200) | 134 medium TestSampleShader_Test pdiff_threshold(200) pdiff_threshold_w
in(200) |
| 135 large TestSampleMultipleClientsLarge | 135 large TestSampleMultipleClientsLarge |
| 136 large TestSamplePingPongLarge | 136 large TestSamplePingPongLarge |
| 137 # This test currently fails on IE as it considers localhost: to be a trusted | 137 # This test currently fails on IE as it considers localhost: to be a trusted |
| 138 # domain. | 138 # domain. |
| 139 small TestLoadTextureFromFileSmall except(*iexplore) | 139 small TestLoadTextureFromFileSmall except(*iexplore) |
| OLD | NEW |