Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java86 private Allocation mDouble2Allocation; // double2 field in MainActivity
340 mDouble2Allocation = Allocation.createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
386 mDouble2Allocation.copyFrom(buffer_double); in initFloatAllocations()
539 mDouble2Allocation.destroy(); in runScript()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp75 sp<Allocation> mDouble2Allocation; // double2 variable
279 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
321 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp79 sp<Allocation> mDouble2Allocation; // double2 variable
283 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create()); in createFloatAllocations()
325 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations()