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

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 24 sp<Allocation> mCharAllocation; // char
88 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create());
139 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
358 mCharAllocation.clear();
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 35 private Allocation mCharAllocation; // char
125 mCharAllocation = Allocation.createTyped(mRS, typeI8Builder.create());
193 mCharAllocation.copyFrom(buffer_char);
439 mCharAllocation.destroy();
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 28 sp<Allocation> mCharAllocation; // char
92 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create());
143 mCharAllocation->copy3DRangeFrom(0, 0, 0, 1, 3, 8, buffer_char);
368 mCharAllocation.clear();

Completed in 53 milliseconds