Searched refs:mUInt2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 50 sp<Allocation> mUInt2Allocation; // uint2 variable 197 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 240 mUInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initUnsignedAllocations() 398 mUInt2Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 54 sp<Allocation> mUInt2Allocation; // uint2 variable 201 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 244 mUInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initUnsignedAllocations() 408 mUInt2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 61 private Allocation mUInt2Allocation; // uint2 field in MainActivity 250 mUInt2Allocation = Allocation.createSized(mRS, Element.U32_2(mRS), mAllocSize / 2); in createUnsignedAllocations() 296 mUInt2Allocation.copyFrom(buffer_int); in initUnsignedAllocations() 504 mUInt2Allocation.destroy(); in runScript()
|