/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_instance.java | 84 ai1.copyTo(i1); in run() 85 ai2.copyTo(i2); in run() 86 ai3.copyTo(i3); in run() 87 ai4.copyTo(i4); in run() 88 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
D | UT_alloc_copyPadded.java | 96 alloc.copyTo(outArray); in testAllocation_Byte3_1D() 128 alloc.copyTo(outArray); in testAllocation_Byte3_2D() 161 alloc.copyTo(outArray); in testAllocation_Byte3_3D() 195 alloc.copyTo(outArray); in testAllocation_Short3_1D() 230 alloc.copyTo(outArray); in testAllocation_Short3_2D() 266 alloc.copyTo(outArray); in testAllocation_Short3_3D() 300 alloc.copyTo(outArray); in testAllocation_Int3_1D() 335 alloc.copyTo(outArray); in testAllocation_Int3_2D() 371 alloc.copyTo(outArray); in testAllocation_Int3_3D() 405 alloc.copyTo(outArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_instance.java | 84 ai1.copyTo(i1); in run() 85 ai2.copyTo(i2); in run() 86 ai3.copyTo(i3); in run() 87 ai4.copyTo(i4); in run() 88 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
D | UT_alloc_copyPadded.java | 96 alloc.copyTo(outArray); in testAllocation_Byte3_1D() 128 alloc.copyTo(outArray); in testAllocation_Byte3_2D() 161 alloc.copyTo(outArray); in testAllocation_Byte3_3D() 195 alloc.copyTo(outArray); in testAllocation_Short3_1D() 230 alloc.copyTo(outArray); in testAllocation_Short3_2D() 266 alloc.copyTo(outArray); in testAllocation_Short3_3D() 300 alloc.copyTo(outArray); in testAllocation_Int3_1D() 335 alloc.copyTo(outArray); in testAllocation_Int3_2D() 371 alloc.copyTo(outArray); in testAllocation_Int3_3D() 405 alloc.copyTo(outArray); in testAllocation_Float3_1D() [all …]
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
D | UT_script_group2_pointwise.java | 68 ((Allocation)group.execute(input)[0]).copyTo(a); in run()
|
D | UT_script_group2_nochain.java | 75 ((Allocation)group.execute(input)[0]).copyTo(a); in run()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTile.java | 192 final boolean changed = mTmpState.copyTo(mState); in handleRefreshState() 438 public boolean copyTo(State other) { in copyTo() method in QSTile.State 478 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState 480 final boolean changed = super.copyTo(other) || o.value != value; in copyTo() 503 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState 517 return super.copyTo(other) || changed; in copyTo()
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 86 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 99 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 129 mOutputPixelsAllocation.copyTo(output); in calcErrorHeatmapRS()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1289 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1296 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1324 public void copyTo(Object array) { in copyTo() method in Allocation 1325 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1336 public void copyTo(byte[] d) { in copyTo() method in Allocation 1338 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1348 public void copyTo(short[] d) { in copyTo() method in Allocation 1350 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1360 public void copyTo(int[] d) { in copyTo() method in Allocation 1362 copyTo(d, Element.DataType.SIGNED_32, d.length); in copyTo() [all …]
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | SGEMMTest.java | 162 matC.copyTo(c_float_out); in setTestSmall() 217 matC.copyTo(c_float_out); in setTestMedium() 265 matC.copyTo(c_float_out); in setTestLarge()
|
D | BNNMTest.java | 237 matC.copyTo(c_byte_output); in setTestSmall() 308 matC.copyTo(c_byte_output); in setTestMedium() 356 matC.copyTo(c_byte_output); in setTestLarge()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 326 mOutDisplayAllocation1.copyTo(mBitmapOut1); in runBenchmarkLoop() 328 mOutDisplayAllocation2.copyTo(mBitmapOut2); in runBenchmarkLoop() 347 mOutDisplayAllocation1.copyTo(mBitmapOut1); in runBenchmarkLoop() 348 mOutDisplayAllocation2.copyTo(mBitmapOut2); in runBenchmarkLoop() 497 mOutDisplayAllocation1.copyTo(mBitmapOut1); in run() 499 mOutDisplayAllocation2.copyTo(mBitmapOut2); in run()
|
D | Blur25G.java | 81 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 202 void copyTo(float* v) const; 203 void copyTo(SkMatrix& v) const;
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 473 copyTo(mBitmap); in syncAll() 1382 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1394 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1427 public void copyTo(Object array) { in copyTo() method in Allocation 1428 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1439 public void copyTo(byte[] d) { in copyTo() method in Allocation 1441 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1451 public void copyTo(short[] d) { in copyTo() method in Allocation 1453 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1463 public void copyTo(int[] d) { in copyTo() method in Allocation [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
D | GreedyLineBreaker.java | 156 breakInfo.copyTo(lineBreaks); in computeBreaks() 164 public void copyTo(LineBreaks lineBreaks) {
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | BlackLevelPattern.java | 86 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
|
D | RggbChannelVector.java | 147 public void copyTo(final float[] destination, final int offset) { in copyTo() method in RggbChannelVector
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | BackingStore.java | 534 allocation.copyTo(mBitmap); in syncToAllocationBacking() 628 allocation.copyTo(pixels.array()); in syncToAllocationBacking() 751 allocation.copyTo(bytes); in syncToAllocationBacking() 754 allocation.copyTo(floats); in syncToAllocationBacking()
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | TestBase.java | 99 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blur25G.java | 87 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
D | MathErr.java | 56 mAllocationRes.copyTo(mRes); in logErr()
|