Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java77 private Allocation mHalf3Allocation; // half3 field in MainActivity
315 mHalf3Allocation = Allocation.createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
377 mHalf3Allocation.copyFromUnchecked(buffer_half); in initFloatAllocations()
532 mHalf3Allocation.destroy(); in runScript()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp66 sp<Allocation> mHalf3Allocation; // half3 variable
261 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
308 mHalf3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_half); in initFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp70 sp<Allocation> mHalf3Allocation; // half3 variable
265 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create()); in createFloatAllocations()
312 mHalf3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_half); in initFloatAllocations()