Searched refs:buffer_short (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 126 short *buffer_short = new short[mAllocSize]; in initSignedAllocations() local 133 buffer_short[i] = (short) i; in initSignedAllocations() 146 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initSignedAllocations() 147 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations() 148 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 149 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 151 delete [] buffer_short; in initSignedAllocations() 214 short *buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local 220 buffer_short[i] = (short) i; in initUnsignedAllocations() 232 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initUnsignedAllocations() [all …]
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 130 short *buffer_short = new short[mAllocSize]; in initSignedAllocations() local 137 buffer_short[i] = (short) i; in initSignedAllocations() 150 mShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initSignedAllocations() 151 mShort2Allocation->copy3DRangeFrom(0, 0, 0, 6, 1, 2, buffer_short); in initSignedAllocations() 152 mShort3Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 153 mShort4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_short); in initSignedAllocations() 155 delete [] buffer_short; in initSignedAllocations() 218 short *buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local 224 buffer_short[i] = (short) i; in initUnsignedAllocations() 236 mUShortAllocation->copy1DRangeFrom(0, mAllocSize, buffer_short); in initUnsignedAllocations() [all …]
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 180 short[] buffer_short = new short[mAllocSize]; in initSignedAllocations() local 187 buffer_short[i] = (short) i; in initSignedAllocations() 198 mShortAllocation.copyFrom(buffer_short); in initSignedAllocations() 199 mShort2Allocation.copyFrom(buffer_short); in initSignedAllocations() 200 mShort3Allocation.copyFrom(buffer_short); in initSignedAllocations() 201 mShort4Allocation.copyFrom(buffer_short); in initSignedAllocations() 274 short[] buffer_short = new short[mAllocSize]; in initUnsignedAllocations() local 280 buffer_short[i] = (short) i; in initUnsignedAllocations() 290 mUShortAllocation.copyFrom(buffer_short); in initUnsignedAllocations() 291 mUShort2Allocation.copyFrom(buffer_short); in initUnsignedAllocations() [all …]
|