Searched refs:mDoubleAllocation (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 85 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/ |
D | Allocations.cpp | 74 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/ |
D | jniallocations.cpp | 78 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()
|