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

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp51 sp<Allocation> mUInt3Allocation; // uint3 variable
198 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4);
241 mUInt3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
399 mUInt3Allocation.clear();
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java62 private Allocation mUInt3Allocation; // uint3 field in class:MainActivity
252 mUInt3Allocation = Allocation.createSized(mRS, Element.U32_3(mRS), mAllocSize / 4);
297 mUInt3Allocation.copyFrom(buffer_int);
506 mUInt3Allocation.destroy();
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp55 sp<Allocation> mUInt3Allocation; // uint3 variable
202 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4);
245 mUInt3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
409 mUInt3Allocation.clear();

Completed in 40 milliseconds