Searched refs:mShort4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 37 sp<Allocation> mShort4Allocation; // short4 variable 101 mShort4Allocation = Allocation::createSized(mRS, Element::I16_4(mRS), mAllocSize / 4); in createSignedAllocations() 149 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 365 mShort4Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 41 sp<Allocation> mShort4Allocation; // short4 variable 105 mShort4Allocation = Allocation::createSized(mRS, Element::I16_4(mRS), mAllocSize / 4); in createSignedAllocations() 153 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 375 mShort4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 48 private Allocation mShort4Allocation; // short4 field in MainActivity 145 mShort4Allocation = Allocation.createSized(mRS, Element.I16_4(mRS), mAllocSize / 4); in createSignedAllocations() 201 mShort4Allocation.copyFrom(buffer_short); in initSignedAllocations() 452 mShort4Allocation.destroy(); in runScript()
|