Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp45 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/
Djniallocations.cpp49 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/
DMainActivity.java56 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()