Home
last modified time | relevance | path

Searched refs:TestDescription (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_reduce.java921 static class TestDescription { class in UT_reduce
922 public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize, in TestDescription() method in UT_reduce.TestDescription
932 …public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize, int myLog2MaxS… in TestDescription() method in UT_reduce.TestDescription
941 public TestDescription(String myTestName, Test myTest, int mySeed, int[] myDefSize) { in TestDescription() method in UT_reduce.TestDescription
975 … private boolean run(TestDescription td, RenderScript RS, ScriptC_reduce s, int seed, int[] size) { in run()
986 private final TestDescription[] correctnessTests = {
990 new TestDescription("addint1D", this::addint1D, 0, new int[]{100000}, 20),
991 new TestDescription("addint1D_array", this::addint1D_array, 0, new int[]{100000}, 20),
992 new TestDescription("addint2D", this::addint2D, 1, new int[]{450, 225}, 20, 5),
993 new TestDescription("addint3D", this::addint3D, 2, new int[]{37, 48, 49}, 20, 7),
[all …]