/frameworks/rs/cpp/ |
D | Allocation.cpp | 282 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() 341 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom() 353 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo() 365 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange() 376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom() 396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom() 404 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1075 …public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp)… in setFromFieldPacker() 1100 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in setFromFieldPacker() local 1456 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1473 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1494 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1528 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1566 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1599 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1632 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1665 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() [all …]
|
D | RenderScript.java | 549 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData() 550 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData() 575 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() 578 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() 585 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D() 586 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() 609 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() 612 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() 634 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead() 636 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff, in nAllocationElementRead() [all …]
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1432 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1449 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1468 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1499 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1532 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1565 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1598 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1631 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1649 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1653 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, in copy2DRangeFrom() local [all …]
|
D | RenderScript.java | 519 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() 522 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() 529 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D() 530 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() 554 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() 557 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() 589 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D() 592 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 271 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Byte() local 306 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Short() local 344 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Int() local 382 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Float() local 420 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Long() local
|
D | UT_alloc_copyPadded.java | 918 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Byte3() local 954 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Short3() local 993 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Int3() local 1032 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Float3() local 1071 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Long3() local
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 273 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Byte() local 308 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Short() local 346 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Int() local 384 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Float() local 422 int yoff = random.nextInt(height); in allocation_copy2DRangeTo_Long() local
|
D | UT_alloc_copyPadded.java | 920 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Byte3() local 956 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Short3() local 995 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Int3() local 1034 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Float3() local 1073 int yoff = random.nextInt(height); in testAllocation_copy2DRangeTo_Long3() local
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | ortho.h | 18 const T yoff = -(top + bottom) / (top - bottom); in OrthoMatrix() local
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 265 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() 289 protected void attachToAnchor(View anchor, int xoff, int yoff, int gravity) { in attachToAnchor()
|
/frameworks/base/core/java/com/android/internal/view/inline/ |
D | InlineTooltipUi.java | 253 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown() 272 protected void attachToAnchor(View anchor, int xoff, int yoff, int gravity) { in attachToAnchor()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 212 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data() 218 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data() 242 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read() 261 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in read() 701 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 707 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData() 909 void rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, in rsi_Allocation2DRead() 917 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsi_Allocation3DRead()
|
D | rsScriptC_Lib.cpp | 248 const Allocation *alloc, uint32_t xoff, uint32_t yoff, in validateCopyArgs()
|
D | rsHidlAdaptation.cpp | 588 …tation::Allocation2DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, in Allocation2DData() 600 …ion3DData (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff… in Allocation3DData() 641 …tation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, in Allocation2DRead() 650 …ion3DRead (RsContext context, RsAllocation allocation, uint32_t xoff, uint32_t yoff, uint32_t zoff… in Allocation3DRead()
|
D | rsApiStubs.cpp | 415 …llocation2DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, in rsAllocation2DData() 422 …location3DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsAllocation3DData() 451 …llocation2DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, in rsAllocation2DRead() 458 …location3DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsAllocation3DRead()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 88 uint32_t xoff, uint32_t yoff, uint32_t zoff, in GetOffsetPtr() 100 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 911 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() 962 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 991 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D()
|
/frameworks/minikin/libs/minikin/ |
D | LayoutCore.cpp | 451 float yoff = -HBFixedToFloat(positions[i].y_offset); in LayoutPiece() local
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1382 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() 1406 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1402 jint xoff, jint yoff, jint zoff, in nAllocationElementData() 1425 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1470 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1544 jint xoff, jint yoff, jint zoff, in nAllocationElementRead() 1566 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D() 1583 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1221 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1260 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1341 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 5709 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, in drawSoftware()
|