Searched refs:mUShort2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 40 sp<Allocation> mUShort2Allocation; // ushort2 variable 187 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 233 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short); in initUnsignedAllocations() 394 mUShort2Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 44 sp<Allocation> mUShort2Allocation; // ushort2 variable 191 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 237 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short); in initUnsignedAllocations() 404 mUShort2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 51 private Allocation mUShort2Allocation; // ushort2 field in MainActivity 236 mUShort2Allocation = Allocation.createSized(mRS, Element.U16_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 291 mUShort2Allocation.copyFrom(buffer_short); in initUnsignedAllocations() 497 mUShort2Allocation.destroy(); in runScript()
|