Searched refs:lo (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest() argument 73 copyOutput(lo); in initTest() 88 private void copyOutput(Script.LaunchOptions lo) { in copyOutput() argument 90 mScript.forEach_convert1_fToU(mScratchPixelsAllocation1, mAllocRef, lo); in copyOutput() 94 mScript.forEach_convert4_fToU(mScratchPixelsAllocation1, mAllocRef, lo); in copyOutput() 133 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); in testU8_1C() local 135 initTest(w, h, e, lo); in testU8_1C() 136 mIntrinsic.forEach(mAllocDst, lo); in testU8_1C() 148 Script.LaunchOptions lo = makeClipper(11, 11, w - 11, h - 11); in testU8_4C() local 150 initTest(w, h, e, lo); in testU8_4C() [all …]
|
D | Intrinsic3DLut.java | 126 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C() local 128 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C() 129 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test1C() 142 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test2C() local 144 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test2C() 145 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test2C()
|
D | IntrinsicLut.java | 83 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); in test1C() local 85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); in test1C() 86 mScript.forEach_root(mAllocSrc, mAllocRef, lo); in test1C()
|
D | IntrinsicBase.java | 143 Script.LaunchOptions lo = new Script.LaunchOptions(); in makeClipper() local 144 lo.setX(x, x2); in makeClipper() 145 lo.setY(y, y2); in makeClipper() 146 return lo; in makeClipper()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioTrackSurroundTest.java | 179 int lo = bis.read(); // assume Little Endian in loadRawResourceShorts() local 181 masterBuffer[i] = (short) (hi * 256 + lo); in loadRawResourceShorts()
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-testlib-20.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |