Searched refs:mInt2Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 45 sp<Allocation> mInt2Allocation; // int2 variable 108 mInt2Allocation = Allocation::createSized(mRS, Element::I32_2(mRS), mAllocSize / 2); in createSignedAllocations() 154 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initSignedAllocations() 368 mInt2Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 49 sp<Allocation> mInt2Allocation; // int2 variable 112 mInt2Allocation = Allocation::createSized(mRS, Element::I32_2(mRS), mAllocSize / 2); in createSignedAllocations() 158 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int); in initSignedAllocations() 378 mInt2Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 56 private Allocation mInt2Allocation; // int2 field in MainActivity 154 mInt2Allocation = Allocation.createSized(mRS, Element.I32_2(mRS), mAllocSize / 2); in createSignedAllocations() 204 mInt2Allocation.copyFrom(buffer_int); in initSignedAllocations() 457 mInt2Allocation.destroy(); in runScript()
|