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

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

Completed in 189 milliseconds