Searched refs:mIntAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 44 sp<Allocation> mIntAllocation; // int variable 107 mIntAllocation = Allocation::createSized(mRS, Element::I32(mRS), mAllocSize); in createSignedAllocations() 153 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initSignedAllocations() 367 mIntAllocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 48 sp<Allocation> mIntAllocation; // int variable 111 mIntAllocation = Allocation::createSized(mRS, Element::I32(mRS), mAllocSize); in createSignedAllocations() 157 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int); in initSignedAllocations() 377 mIntAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 55 private Allocation mIntAllocation; // int field in MainActivity 152 mIntAllocation = Allocation.createSized(mRS, Element.I32(mRS), mAllocSize); in createSignedAllocations() 203 mIntAllocation.copyFrom(buffer_int); in initSignedAllocations() 455 mIntAllocation.destroy(); in runScript()
|