Searched refs:mBoolAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 22 sp<Allocation> mBoolAllocation; // boolean variable 121 mBoolAllocation = Allocation::createSized(mRS, Element::BOOLEAN(mRS), mAllocSize); in createSignedAllocations() 167 mBoolAllocation->copy1DRangeFrom(0, mAllocSize, buffer_bool); in initSignedAllocations() 377 mBoolAllocation.clear(); in main()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 26 sp<Allocation> mBoolAllocation; // boolean variable 125 mBoolAllocation = Allocation::createSized(mRS, Element::BOOLEAN(mRS), mAllocSize); in createSignedAllocations() 171 mBoolAllocation->copy1DRangeFrom(0, mAllocSize, buffer_bool); in initSignedAllocations() 387 mBoolAllocation.clear(); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 33 private Allocation mBoolAllocation; // boolean field in MainActivity 174 mBoolAllocation = Allocation.createSized(mRS, Element.BOOLEAN(mRS), mAllocSize); in createSignedAllocations() 213 mBoolAllocation.copyFromUnchecked(buffer_bool); in initSignedAllocations() 473 mBoolAllocation.destroy(); in runScript()
|