Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.java2933 verifyResultsClampUint4Uint4Uint4Uint4(inValue, inMinValue, inMaxValue, out, false); in checkClampUint4Uint4Uint4Uint4()
2943 verifyResultsClampUint4Uint4Uint4Uint4(inValue, inMinValue, inMaxValue, out, true); in checkClampUint4Uint4Uint4Uint4()
2953 …private void verifyResultsClampUint4Uint4Uint4Uint4(Allocation inValue, Allocation inMinValue, All… in verifyResultsClampUint4Uint4Uint4Uint4() method in TestClamp