Home
last modified time | relevance | path

Searched refs:lo (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java48 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 …]
DIntrinsic3DLut.java126 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()
DIntrinsicLut.java83 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()
DIntrinsicBase.java143 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/
DAudioTrackSurroundTest.java179 int lo = bis.read(); // assume Little Endian in loadRawResourceShorts() local
181 masterBuffer[i] = (short) (hi * 256 + lo); in loadRawResourceShorts()
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...