Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestDot.java146 verifyResultsDotFloat2Float2Float(inLeftVector, inRightVector, out, false); in checkDotFloat2Float2Float()
155 verifyResultsDotFloat2Float2Float(inLeftVector, inRightVector, out, true); in checkDotFloat2Float2Float()
164 …private void verifyResultsDotFloat2Float2Float(Allocation inLeftVector, Allocation inRightVector, … in verifyResultsDotFloat2Float2Float() method in TestDot