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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp36 sp<Allocation> mShort3Allocation; // short3 variable
100 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4);
148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
364 mShort3Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java47 private Allocation mShort3Allocation; // short3 field in class:MainActivity
143 mShort3Allocation = Allocation.createSized(mRS, Element.I16_3(mRS), mAllocSize / 4);
200 mShort3Allocation.copyFrom(buffer_short);
450 mShort3Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp40 sp<Allocation> mShort3Allocation; // short3 variable
104 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4);
152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
374 mShort3Allocation.clear();

Completed in 89 milliseconds