Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestClamp.java2839 verifyResultsClampUint3Uint3Uint3Uint3(inValue, inMinValue, inMaxValue, out, false); in checkClampUint3Uint3Uint3Uint3()
2849 verifyResultsClampUint3Uint3Uint3Uint3(inValue, inMinValue, inMaxValue, out, true); in checkClampUint3Uint3Uint3Uint3()
2859 …private void verifyResultsClampUint3Uint3Uint3Uint3(Allocation inValue, Allocation inMinValue, All… in verifyResultsClampUint3Uint3Uint3Uint3() method in TestClamp