Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DReduceTest.java402 final int cellVal = inputArray[rsRslt.x + dimX * rsRslt.y]; in testFz2() local
405 assertEquals("input[" + rsRslt.x + ", " + rsRslt.y + "]", 0, cellVal); in testFz2()
425 final int cellVal = inputArray[rsRslt.x + dimX * rsRslt.y + dimX * dimY * rsRslt.z]; in testFz3() local
428 assertEquals("input[" + rsRslt.x + ", " + rsRslt.y + ", " + rsRslt.z + "]", 0, cellVal); in testFz3()