Searched defs:buffer_short (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp126 short *buffer_short = new short[mAllocSize]; local
133 buffer_short[i] = (short) i;
146 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
149 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
151 delete [] buffer_short;
214 short *buffer_short = new short[mAllocSize]; local
220 buffer_short[i] = (short) i;
232 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
[all...]
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp130 short *buffer_short = new short[mAllocSize]; local
137 buffer_short[i] = (short) i;
150 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short);
152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
153 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short);
155 delete [] buffer_short;
218 short *buffer_short = new short[mAllocSize]; local
224 buffer_short[i] = (short) i;
236 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short);
[all...]

Completed in 31 milliseconds