Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.java2268 verifyResultsClampIntIntIntInt(inValue, inMinValue, inMaxValue, out, false); in checkClampIntIntIntInt()
2278 verifyResultsClampIntIntIntInt(inValue, inMinValue, inMaxValue, out, true); in checkClampIntIntIntInt()
2288 …private void verifyResultsClampIntIntIntInt(Allocation inValue, Allocation inMinValue, Allocation … in verifyResultsClampIntIntIntInt() method in TestClamp