Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp35 sp<Allocation> mShort2Allocation; // short2 variable
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations()
363 mShort2Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp39 sp<Allocation> mShort2Allocation; // short2 variable
103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations()
373 mShort2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java46 private Allocation mShort2Allocation; // short2 field in MainActivity
141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create()); in createSignedAllocations()
199 mShort2Allocation.copyFrom(buffer_short); in initSignedAllocations()
448 mShort2Allocation.destroy(); in runScript()