Home
last modified time | relevance | path

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

12345

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_instance.java83 ai1.copyTo(i1); in run()
84 ai2.copyTo(i2); in run()
85 ai3.copyTo(i3); in run()
86 ai4.copyTo(i4); in run()
87 ai5.copyTo(i5); in run()
DUT_copy_test.java47 a2.copyTo(f2); in testFloat2()
71 a2.copyTo(f2); in testFloat3()
95 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java99 alloc.copyTo(outArray); in testAllocation_Byte3_1D()
131 alloc.copyTo(outArray); in testAllocation_Byte3_2D()
164 alloc.copyTo(outArray); in testAllocation_Byte3_3D()
198 alloc.copyTo(outArray); in testAllocation_Short3_1D()
233 alloc.copyTo(outArray); in testAllocation_Short3_2D()
269 alloc.copyTo(outArray); in testAllocation_Short3_3D()
303 alloc.copyTo(outArray); in testAllocation_Int3_1D()
338 alloc.copyTo(outArray); in testAllocation_Int3_2D()
374 alloc.copyTo(outArray); in testAllocation_Int3_3D()
408 alloc.copyTo(outArray); in testAllocation_Float3_1D()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_instance.java81 ai1.copyTo(i1); in run()
82 ai2.copyTo(i2); in run()
83 ai3.copyTo(i3); in run()
84 ai4.copyTo(i4); in run()
85 ai5.copyTo(i5); in run()
DUT_copy_test.java45 a2.copyTo(f2); in testFloat2()
69 a2.copyTo(f2); in testFloat3()
93 a2.copyTo(f2); in testFloat4()
DUT_alloc_copyPadded.java97 alloc.copyTo(outArray); in testAllocation_Byte3_1D()
129 alloc.copyTo(outArray); in testAllocation_Byte3_2D()
162 alloc.copyTo(outArray); in testAllocation_Byte3_3D()
196 alloc.copyTo(outArray); in testAllocation_Short3_1D()
231 alloc.copyTo(outArray); in testAllocation_Short3_2D()
267 alloc.copyTo(outArray); in testAllocation_Short3_3D()
301 alloc.copyTo(outArray); in testAllocation_Int3_1D()
336 alloc.copyTo(outArray); in testAllocation_Int3_2D()
372 alloc.copyTo(outArray); in testAllocation_Int3_3D()
406 alloc.copyTo(outArray); in testAllocation_Float3_1D()
[all …]
/frameworks/rs/tests/java_api/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/av/media/libnblog/
DEntry.cpp113 void EntryIterator::copyTo(std::unique_ptr<audio_utils_fifo_writer> &dst) const in copyTo() function in android::NBLog::EntryIterator
204 it.copyTo(dst); // copy fmt start entry in copyWithAuthor()
205 (++it).copyTo(dst); // copy timestamp in copyWithAuthor()
206 (++it).copyTo(dst); // copy hash in copyWithAuthor()
218 it.copyTo(dst); in copyWithAuthor()
220 it.copyTo(dst); in copyWithAuthor()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java122 public boolean copyTo(State other) { in copyTo() method in QSTile.State
182 copyTo(state); in copy()
193 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState
195 final boolean changed = super.copyTo(other) || o.value != value; in copyTo()
210 copyTo(state); in copy()
224 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState
234 return super.copyTo(other) || changed; in copyTo()
248 copyTo(state); in copy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java330 protected void copyTo(SignalIconState other) { in copyTo() method in StatusBarSignalPolicy.SignalIconState
359 public void copyTo(WifiIconState other) { in copyTo() method in StatusBarSignalPolicy.WifiIconState
360 super.copyTo(other); in copyTo()
368 copyTo(newState); in copy()
426 copyTo(copy); in copy()
430 public void copyTo(MobileIconState other) { in copyTo() method in StatusBarSignalPolicy.MobileIconState
431 super.copyTo(other); in copyTo()
444 state.copyTo(copy); in copyStates()
/frameworks/base/core/java/android/content/
DSyncStatusInfo.java60 public void copyTo(Stats to) { in copyTo() method in SyncStatusInfo.Stats
298 other.totalStats.copyTo(totalStats); in SyncStatusInfo()
299 other.todayStats.copyTo(todayStats); in SyncStatusInfo()
300 other.yesterdayStats.copyTo(yesterdayStats); in SyncStatusInfo()
450 todayStats.copyTo(yesterdayStats); in maybeResetTodayStats()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DRefocusFilterF32.java69 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()
86 mAllocation.copyTo(mBitmap); in extractSharpImage()
99 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
/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/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DRefocusFilterd1new.java71 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()
88 mAllocation.copyTo(mBitmap); in extractSharpImage()
101 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
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()
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()
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect119 mOut.copyTo(outArray);
160 mOut.copyTo(outArray);
196 mOut.copyTo(outArray);
237 mOut.copyTo(outArray);
278 mOut.copyTo(outArray);
314 mOut.copyTo(outArray);
355 mOut.copyTo(outArray);
396 mOut.copyTo(outArray);
432 mOut.copyTo(outArray);
473 mOut.copyTo(outArray);
[all …]
/frameworks/rs/tests/java_api/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()
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java1790 public void copyTo(Bitmap b) { in copyTo() method in Allocation
1797 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation
1838 public void copyTo(Object array) { in copyTo() method in Allocation
1839 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo()
1865 public void copyTo(byte[] d) { in copyTo() method in Allocation
1867 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo()
1892 public void copyTo(short[] d) { in copyTo() method in Allocation
1894 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo()
1919 public void copyTo(int[] d) { in copyTo() method in Allocation
1921 copyTo(d, Element.DataType.SIGNED_32, d.length); in copyTo()
[all …]
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java95 dest_alloc.copyTo(dest_bitmap); in heal()
172 dest_uc4.copyTo(destBitmap); in heal_orig()
198 mask.copyTo(data); in calcMaskArea()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java546 copyTo(mBitmap); in syncAll()
1845 public void copyTo(Bitmap b) { in copyTo() method in Allocation
1857 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation
1903 public void copyTo(Object array) { in copyTo() method in Allocation
1904 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo()
1930 public void copyTo(byte[] d) { in copyTo() method in Allocation
1932 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo()
1957 public void copyTo(short[] d) { in copyTo() method in Allocation
1959 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo()
1984 public void copyTo(int[] d) { in copyTo() method in Allocation
[all …]
/frameworks/base/libs/hwui/
DMatrix.h196 void copyTo(float* v) const;
197 void copyTo(SkMatrix& v) const;
/frameworks/base/core/java/android/hardware/camera2/params/
DBlackLevelPattern.java90 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern

12345