Searched refs:mAllocationSrc (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java26 private Allocation mAllocationSrc; field in class:MathErr
40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
52 mAllocationSrc.copyFrom(mSrc);
69 mScript.forEach_testExp2(mAllocationSrc, mAllocationRes);
79 mScript.forEach_testLog2(mAllocationSrc, mAllocationRes);

Completed in 46 milliseconds