Searched refs:mULong2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 60 sp<Allocation> mULong2Allocation; // ulong2 variable 207 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 247 mULong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long); in initUnsignedAllocations() 403 mULong2Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 64 sp<Allocation> mULong2Allocation; // ulong2 variable 211 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 251 mULong2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_long); in initUnsignedAllocations() 413 mULong2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 71 private Allocation mULong2Allocation; // ulong2 field in MainActivity 264 mULong2Allocation = Allocation.createSized(mRS, Element.U64_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 301 mULong2Allocation.copyFrom(buffer_long); in initUnsignedAllocations() 513 mULong2Allocation.destroy(); in runScript()
|