Searched refs:mULong4Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 62 sp<Allocation> mULong4Allocation; // ulong4 variable 209 mULong4Allocation = Allocation::createSized(mRS, Element::U64_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 249 mULong4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long); in initUnsignedAllocations() 405 mULong4Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 66 sp<Allocation> mULong4Allocation; // ulong4 variable 213 mULong4Allocation = Allocation::createSized(mRS, Element::U64_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 253 mULong4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_long); in initUnsignedAllocations() 415 mULong4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 73 private Allocation mULong4Allocation; // ulong4 field in MainActivity 268 mULong4Allocation = Allocation.createSized(mRS, Element.U64_4(mRS), mAllocSize / 4); in createUnsignedAllocations() 303 mULong4Allocation.copyFrom(buffer_long); in initUnsignedAllocations() 517 mULong4Allocation.destroy(); in runScript()
|