Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java85 private Allocation mDoubleAllocation; // double field in MainActivity
338 mDoubleAllocation = Allocation.createSized(mRS, Element.F64(mRS), mAllocSize); in createFloatAllocations()
385 mDoubleAllocation.copyFrom(buffer_double); in initFloatAllocations()
537 mDoubleAllocation.destroy(); in runScript()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp74 sp<Allocation> mDoubleAllocation; // double variable
278 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize); in createFloatAllocations()
320 mDoubleAllocation->copy1DRangeFrom(0, mAllocSize, buffer_double); in initFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp78 sp<Allocation> mDoubleAllocation; // double variable
282 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize); in createFloatAllocations()
324 mDoubleAllocation->copy1DRangeFrom(0, mAllocSize, buffer_double); in initFloatAllocations()