Searched refs:GroupTest (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGroupTest.java24 public class GroupTest extends TestBase { class in inherits:TestBase
36 public GroupTest(boolean useNative) { method in class:GroupTest
H A DImageProcessingActivity2.java254 mTest = new GroupTest(false);
257 mTest = new GroupTest(true);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java31 public class GroupTest extends TestBase { class in inherits:TestBase
43 public GroupTest(boolean useNative) { method in class:GroupTest
H A DImageProcessingActivity.java294 mTest = new GroupTest(false);
297 mTest = new GroupTest(true);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DGroupTest.java31 public class GroupTest extends TestBase { class in inherits:TestBase
43 public GroupTest(boolean useNative) { method in class:GroupTest
H A DIPTestListJB.java135 return new GroupTest(false);
137 return new GroupTest(true);

Completed in 130 milliseconds