Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp47 sp<Allocation> mInt4Allocation; // int4 variable
110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
156 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initSignedAllocations()
370 mInt4Allocation.clear(); in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp51 sp<Allocation> mInt4Allocation; // int4 variable
114 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
160 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int); in initSignedAllocations()
380 mInt4Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java58 private Allocation mInt4Allocation; // int4 field in MainActivity
158 mInt4Allocation = Allocation.createSized(mRS, Element.I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
206 mInt4Allocation.copyFrom(buffer_int); in initSignedAllocations()
461 mInt4Allocation.destroy(); in runScript()