Searched refs:makeClipper (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicConvolve3x3.java | 210 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()
|
D | IntrinsicConvolve5x5.java | 147 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()
|
D | Intrinsic3DLut.java | 126 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C() 142 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test2C()
|
D | IntrinsicBlur.java | 133 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()
|
D | IntrinsicHistogram.java | 103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm() 230 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2)); in testDot()
|
D | IntrinsicLut.java | 83 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C()
|
D | IntrinsicBase.java | 142 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) { in makeClipper() method in IntrinsicBase
|
D | IntrinsicColorMatrix.java | 69 mSi.forEach(mAllocSrc, mAllocDst, makeClipper(x1, y1, x2, y2)); in subtest()
|