Home
last modified time | relevance | path

Searched refs:mULong4Allocation (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp62 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/
Djniallocations.cpp66 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/
DMainActivity.java73 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()