Searched refs:mShort2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 35 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/ |
D | jniallocations.cpp | 39 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/ |
D | MainActivity.java | 46 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()
|