Home
last modified time | relevance | path

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

/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
39 testAllocation1 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
48 s.invoke_entrypoint(testAllocation1, testAllocation2); in run()
DUT_math_fp16.java25 private Allocation testAllocation1, testAllocation2; field in UT_math_fp16
/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
41 testAllocation1 = Allocation.createTyped(RS, i32TypeBuilder.create()); in initializeGlobals()
50 s.invoke_entrypoint(testAllocation1, testAllocation2); in run()