Home
last modified time | relevance | path

Searched refs:copyTo (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_instance.java84 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()
DUT_copy_test.java46 a2.copyTo(f2); in testFloat2()
70 a2.copyTo(f2); in testFloat3()
94 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java96 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/
DUT_instance.java84 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()
DUT_copy_test.java46 a2.copyTo(f2); in testFloat2()
70 a2.copyTo(f2); in testFloat3()
94 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java96 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/
DUT_copy_test.java46 a2.copyTo(f2); in testFloat2()
70 a2.copyTo(f2); in testFloat3()
94 a2.copyTo(f2); in testFloat4()
DUT_script_group2_pointwise.java68 ((Allocation)group.execute(input)[0]).copyTo(a); in run()
DUT_script_group2_nochain.java75 ((Allocation)group.execute(input)[0]).copyTo(a); in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTile.java192 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/
DErrorCalculator.java86 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/
DAllocation.java1289 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/
DSGEMMTest.java162 matC.copyTo(c_float_out); in setTestSmall()
217 matC.copyTo(c_float_out); in setTestMedium()
265 matC.copyTo(c_float_out); in setTestLarge()
DBNNMTest.java237 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/
DImageProcessingActivity2.java326 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()
DBlur25G.java81 mOutPixelsAllocation.copyTo(b); in updateBitmap()
/frameworks/base/libs/hwui/
DMatrix.h202 void copyTo(float* v) const;
203 void copyTo(SkMatrix& v) const;
/frameworks/base/rs/java/android/renderscript/
DAllocation.java473 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/
DGreedyLineBreaker.java156 breakInfo.copyTo(lineBreaks); in computeBreaks()
164 public void copyTo(LineBreaks lineBreaks) {
/frameworks/base/core/java/android/hardware/camera2/params/
DBlackLevelPattern.java86 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
DRggbChannelVector.java147 public void copyTo(final float[] destination, final int offset) { in copyTo() method in RggbChannelVector
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java534 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/
DTestBase.java99 mOutPixelsAllocation.copyTo(b); in updateBitmap()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DBlur25G.java87 mOutPixelsAllocation.copyTo(b); in updateBitmap()
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
DMathErr.java56 mAllocationRes.copyTo(mRes); in logErr()

123