Searched refs:buffer_double (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 298 double *buffer_double = new double[mAllocSize]; in initFloatAllocations() local 303 buffer_double[i] = (double) 1 / i; in initFloatAllocations() 320 mDoubleAllocation->copy1DRangeFrom(0, mAllocSize, buffer_double); in initFloatAllocations() 321 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations() 322 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 323 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 325 delete [] buffer_double; in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 302 double *buffer_double = new double[mAllocSize]; in initFloatAllocations() local 307 buffer_double[i] = (double) 1 / i; in initFloatAllocations() 324 mDoubleAllocation->copy1DRangeFrom(0, mAllocSize, buffer_double); in initFloatAllocations() 325 mDouble2Allocation->copy3DRangeFrom(0, 0, 0, 4, 1, 3, buffer_double); in initFloatAllocations() 326 mDouble3Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 327 mDouble4Allocation->copy3DRangeFrom(0, 0, 0, 1, 2, 3, buffer_double); in initFloatAllocations() 329 delete [] buffer_double; in initFloatAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 363 double[] buffer_double = new double[mAllocSize]; in initFloatAllocations() local 372 buffer_double[i] = (double) 1 / i; in initFloatAllocations() 385 mDoubleAllocation.copyFrom(buffer_double); in initFloatAllocations() 386 mDouble2Allocation.copyFrom(buffer_double); in initFloatAllocations() 387 mDouble3Allocation.copyFrom(buffer_double); in initFloatAllocations() 388 mDouble4Allocation.copyFrom(buffer_double); in initFloatAllocations()
|