Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_single_source_script.java28 private Allocation testAllocation1, testAllocation2; field in UT_single_source_script
42 testAllocation2 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
50 s.invoke_entrypoint(testAllocation1, testAllocation2); in run()
51 s.forEach_oldFoo(testAllocation2, testAllocation2); in run()
52 s.forEach_oldGoo(testAllocation2, testAllocation2); in run()
53 s.invoke_validate(testAllocation2); in run()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_single_source_script.java26 private Allocation testAllocation1, testAllocation2; field in UT_single_source_script
40 testAllocation2 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
48 s.invoke_entrypoint(testAllocation1, testAllocation2); in run()
49 s.forEach_oldFoo(testAllocation2, testAllocation2); in run()
50 s.forEach_oldGoo(testAllocation2, testAllocation2); in run()
51 s.invoke_validate(testAllocation2); in run()
DUT_math_fp16.java25 private Allocation testAllocation1, testAllocation2; field in UT_math_fp16