HomeSort by relevance Sort by last modified time
    Searched refs:mUShort2Allocation (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 40 sp<Allocation> mUShort2Allocation; // ushort2
187 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2);
233 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short);
394 mUShort2Allocation.clear();
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 51 private Allocation mUShort2Allocation; // ushort2
236 mUShort2Allocation = Allocation.createSized(mRS, Element.U16_2(mRS), mAllocSize / 2);
291 mUShort2Allocation.copyFrom(buffer_short);
497 mUShort2Allocation.destroy();
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 44 sp<Allocation> mUShort2Allocation; // ushort2
191 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2);
237 mUShort2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_short);
404 mUShort2Allocation.clear();

Completed in 61 milliseconds