Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicConvolve3x3.java210 makeClipper(11, 11, 90, 90)); in test_U8_4C()
215 makeClipper(11, 11, 90, 90)); in test_U8_3C()
220 makeClipper(11, 11, 90, 90)); in test_U8_2C()
225 makeClipper(11, 11, 90, 90)); in test_U8_1C()
231 makeClipper(11, 11, 90, 90)); in test_F32_4C()
237 makeClipper(11, 11, 90, 90)); in test_F32_3C()
243 makeClipper(11, 11, 90, 90)); in test_F32_2C()
249 makeClipper(11, 11, 90, 90)); in test_F32_1C()
DIntrinsicConvolve5x5.java147 makeClipper(11, 11, 90, 90)); in test_U8_4C()
152 makeClipper(11, 11, 90, 90)); in test_U8_3C()
157 makeClipper(11, 11, 90, 90)); in test_U8_2C()
162 makeClipper(11, 11, 90, 90)); in test_U8_1C()
168 makeClipper(11, 11, 90, 90)); in test_F32_4C()
174 makeClipper(11, 11, 90, 90)); in test_F32_3C()
180 makeClipper(11, 11, 90, 90)); in test_F32_2C()
186 makeClipper(11, 11, 90, 90)); in test_F32_1C()
DIntrinsic3DLut.java126 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C()
142 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test2C()
DIntrinsicBlur.java133 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); in testU8_1C()
148 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); in testU8_4C()
DIntrinsicHistogram.java103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm()
230 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2)); in testDot()
DIntrinsicLut.java83 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C()
DIntrinsicBase.java142 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) { in makeClipper() method in IntrinsicBase
DIntrinsicColorMatrix.java69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest()