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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp32 sp<Allocation> mUChar4Allocation; // uchar4 variable
180 mUChar4Allocation = Allocation::createSized(mRS, Element::U8_4(mRS), mAllocSize / 4);
228 mUChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
391 mUChar4Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java43 private Allocation mUChar4Allocation; // uchar4 field in class:MainActivity
227 mUChar4Allocation = Allocation.createSized(mRS, Element.U8_4(mRS), mAllocSize / 4);
288 mUChar4Allocation.copyFrom(buffer_char);
492 mUChar4Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp36 sp<Allocation> mUChar4Allocation; // uchar4 variable
184 mUChar4Allocation = Allocation::createSized(mRS, Element::U8_4(mRS), mAllocSize / 4);
232 mUChar4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_char);
401 mUChar4Allocation.clear();

Completed in 147 milliseconds