Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java75 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/
DAllocations.cpp64 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/
Djniallocations.cpp68 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()