Searched refs:mHalfAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 75 private Allocation mHalfAllocation; // half field in MainActivity 311 mHalfAllocation = Allocation.createSized(mRS, Element.F16(mRS), mAllocSize); in createFloatAllocations() 375 mHalfAllocation.copyFromUnchecked(buffer_half); in initFloatAllocations() 528 mHalfAllocation.destroy(); in runScript()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 64 sp<Allocation> mHalfAllocation; // half variable 259 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations() 306 mHalfAllocation->copy1DRangeFrom(0, mAllocSize, buffer_half); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 68 sp<Allocation> mHalfAllocation; // half variable 263 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize); in createFloatAllocations() 310 mHalfAllocation->copy1DRangeFrom(0, mAllocSize, buffer_half); in initFloatAllocations()
|