Searched refs:mShort3Allocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 36 sp<Allocation> mShort3Allocation; // short3 variable 100 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4); in createSignedAllocations() 148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 364 mShort3Allocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 40 sp<Allocation> mShort3Allocation; // short3 variable 104 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4); in createSignedAllocations() 152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 374 mShort3Allocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 47 private Allocation mShort3Allocation; // short3 field in MainActivity 143 mShort3Allocation = Allocation.createSized(mRS, Element.I16_3(mRS), mAllocSize / 4); in createSignedAllocations() 200 mShort3Allocation.copyFrom(buffer_short); in initSignedAllocations() 450 mShort3Allocation.destroy(); in runScript()
|