Home
last modified time | relevance | path

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

12

/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()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocationThunker.java351 public void copyTo(Bitmap b) { in copyTo() method in AllocationThunker
353 mN.copyTo(b); in copyTo()
358 public void copyTo(byte[] d) { in copyTo() method in AllocationThunker
360 mN.copyTo(d); in copyTo()
365 public void copyTo(short[] d) { in copyTo() method in AllocationThunker
367 mN.copyTo(d); in copyTo()
372 public void copyTo(int[] d) { in copyTo() method in AllocationThunker
374 mN.copyTo(d); in copyTo()
379 public void copyTo(float[] d) { in copyTo() method in AllocationThunker
381 mN.copyTo(d); in copyTo()
DAllocation.java1133 public void copyTo(Bitmap b) { in copyTo() method in Allocation
1147 public void copyTo(byte[] d) { in copyTo() method in Allocation
1160 public void copyTo(short[] d) { in copyTo() method in Allocation
1173 public void copyTo(int[] d) { in copyTo() method in Allocation
1186 public void copyTo(float[] d) { in copyTo() method in Allocation
/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/SystemUI/src/com/android/systemui/qs/
DQSTile.java168 final boolean changed = mTmpState.copyTo(mState); in handleRefreshState()
406 public boolean copyTo(State other) { in copyTo() method in QSTile.State
446 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState
448 final boolean changed = super.copyTo(other) || o.value != value; in copyTo()
471 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState
485 return super.copyTo(other) || changed; in copyTo()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java459 copyTo(mBitmap); in syncAll()
1254 public void copyTo(Bitmap b) { in copyTo() method in Allocation
1263 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation
1282 public void copyTo(Object array) { in copyTo() method in Allocation
1283 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo()
1294 public void copyTo(byte[] d) { in copyTo() method in Allocation
1296 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo()
1306 public void copyTo(short[] d) { in copyTo() method in Allocation
1308 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo()
1318 public void copyTo(int[] d) { in copyTo() method in Allocation
[all …]
DAllocationAdapter.java86 super.copyTo(d); in readData()
92 super.copyTo(d); in readData()
DDouble2.java381 public void copyTo(double[] data, int offset) { in copyTo() method in Double2
DFloat2.java380 public void copyTo(float[] data, int offset) { in copyTo() method in Float2
DByte2.java382 public void copyTo(byte[] data, int offset) { in copyTo() method in Byte2
DInt2.java436 public void copyTo(int[] data, int offset) { in copyTo() method in Int2
/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/base/libs/hwui/
DMatrix.h200 void copyTo(float* v) const;
201 void copyTo(SkMatrix& v) const;
DStatefulBaseRenderer.cpp113 mSnapshot->transform->copyTo(*matrix); in getMatrix()
167 currentTransform()->copyTo(transform); in clipPath()
/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/ImageProcessing2/src/com/android/rs/image/
DBlur25G.java89 mOutPixelsAllocation.copyTo(b); in updateBitmap()
DTestBase.java118 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()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DBlur25G.java106 mOutPixelsAllocation.copyTo(b); in updateBitmap()
DTestBase.java139 mOutPixelsAllocation.copyTo(b); in updateBitmap()
/frameworks/base/libs/input/
DSpriteController.h68 bitmap.copyTo(&bitmapCopy, kN32_SkColorType); in copy()

12