Searched refs:buffer_int (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp127 int *buffer_int = new int[mAllocSize]; local
134 buffer_int[i] = (int) i;
153 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
154 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int);
155 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int);
156 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
158 delete [] buffer_int;
215 int *buffer_int = new int[mAllocSize]; local
221 buffer_int[i] = (int) i;
239 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
[all...]
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp131 int *buffer_int = new int[mAllocSize]; local
138 buffer_int[i] = (int) i;
157 mIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
158 mInt2Allocation->copy1DRangeFrom(0, mAllocSize/2, buffer_int);
159 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int);
160 mInt4Allocation->copy1DRangeFrom(0, mAllocSize/4, buffer_int);
162 delete [] buffer_int;
219 int *buffer_int = new int[mAllocSize]; local
225 buffer_int[i] = (int) i;
243 mUIntAllocation->copy1DRangeFrom(0, mAllocSize, buffer_int);
[all...]
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java181 int[] buffer_int = new int[mAllocSize];
188 buffer_int[i] = (int) i;
203 mIntAllocation.copyFrom(buffer_int);
204 mInt2Allocation.copyFrom(buffer_int);
205 mInt3Allocation.copyFrom(buffer_int);
206 mInt4Allocation.copyFrom(buffer_int);
275 int[] buffer_int = new int[mAllocSize];
281 buffer_int[i] = (int) i;
295 mUIntAllocation.copyFrom(buffer_int);
296 mUInt2Allocation.copyFrom(buffer_int);
[all...]
/frameworks/rs/tests/lldb/cpp/KernelVariables/
H A DKernelVariables.cpp39 static const int buffer_int[] = {1, 2, 3, 4}; local
41 int_allocation->copy1DRangeFrom(0, 4, buffer_int);
/frameworks/rs/tests/lldb/java/KernelVariables/src/com/android/rs/kernelvariables/
H A DMainActivity.java66 int[] buffer_int = {1, 2, 3, 4};
68 int_allocation.copyFrom(buffer_int);
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
H A Djnikernelvariables.cpp48 static const int buffer_int[] = {1, 2, 3, 4}; local
50 int_allocation->copy1DRangeFrom(0, 4, buffer_int);

Completed in 137 milliseconds