Home
last modified time | relevance | path

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

12345

/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/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTile.java258 final boolean changed = mTmpState.copyTo(mState); in handleRefreshState()
561 public boolean copyTo(State other) { in copyTo() method in QSTile.State
592 enforcedAdmin.copyTo(other.enforcedAdmin); in copyTo()
622 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState
624 final boolean changed = super.copyTo(other) || o.value != value; in copyTo()
641 public boolean copyTo(State other) { in copyTo() method in QSTile.AirplaneBooleanState
643 final boolean changed = super.copyTo(other) || o.isAirplaneMode != isAirplaneMode; in copyTo()
658 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState
670 return super.copyTo(other) || changed; in copyTo()
/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()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DFragmentTuner.java221 MenuItem copyTo = menu.findItem(R.id.menu_copy_to); in updateActionMenu() local
236 copyTo.setVisible(true); in updateActionMenu()
240 copyTo.setEnabled(!selection.containsPartialFiles()); in updateActionMenu()
/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/java/tests/Refocus/src/com/android/rs/test/d1new/
DRefocusFilterd1new.java70 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()
84 mAllocation.copyTo(mBitmap); in extractSharpImage()
97 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
DRefocusFilterF32.java68 buffers.outAllocation.copyTo(buffers.outputImage); in extractResultImage()
82 mAllocation.copyTo(mBitmap); in extractSharpImage()
95 mAllocation.copyTo(mBitmap); in extractFuzzyImage()
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect116 mOut.copyTo(outArray);
157 mOut.copyTo(outArray);
193 mOut.copyTo(outArray);
234 mOut.copyTo(outArray);
275 mOut.copyTo(outArray);
311 mOut.copyTo(outArray);
352 mOut.copyTo(outArray);
393 mOut.copyTo(outArray);
429 mOut.copyTo(outArray);
470 mOut.copyTo(outArray);
[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/support/v8/renderscript/java/src/android/support/v8/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/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/tools/layoutlib/bridge/src/android/text/
DGreedyLineBreaker.java156 breakInfo.copyTo(lineBreaks); in computeBreaks()
164 public void copyTo(LineBreaks lineBreaks) {
/frameworks/base/libs/hwui/
DMatrix.h206 void copyTo(float* v) const;
207 void copyTo(SkMatrix& v) const;
/frameworks/base/core/java/android/hardware/camera2/params/
DBlackLevelPattern.java86 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java128 dest_uc4.copyTo(destBitmap); in heal()
154 mask.copyTo(data); in calcMaskArea()
/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/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java79 tile.getState().copyTo(state); in addSystemTiles()
180 tile.getState().copyTo(state); in getState()

12345