Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java62 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { in testNorm() method in IntrinsicHistogram
115 testNorm(4, 4, 101, 101, false); in test_norm_4_4()
118 testNorm(4, 3, 101, 101, false); in test_norm_4_3()
121 testNorm(4, 2, 101, 101, false); in test_norm_4_2()
124 testNorm(4, 1, 101, 101, false); in test_norm_4_1()
128 testNorm(3, 3, 101, 101, false); in test_norm_3_3()
131 testNorm(3, 2, 101, 101, false); in test_norm_3_2()
134 testNorm(3, 1, 101, 101, false); in test_norm_3_1()
138 testNorm(2, 2, 101, 101, false); in test_norm_2_2()
141 testNorm(2, 1, 101, 101, false); in test_norm_2_1()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMagneticFieldMeasurementTestActivity.java74 public String testNorm() throws Throwable { in testNorm() method in MagneticFieldMeasurementTestActivity