Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp44 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/
Djniallocations.cpp48 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/
DMainActivity.java55 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()