/frameworks/rs/cpp/ |
D | Allocation.cpp | 275 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 285 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 299 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 306 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 313 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
|
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 672 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 699 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 702 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 706 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 709 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 713 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 716 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 720 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 723 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 739 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() [all …]
|
D | AllocationAdapter.java | 77 public void subData2D(int xoff, int yoff, int w, int h, int[] d) { in subData2D() 83 public void subData2D(int xoff, int yoff, int w, int h, float[] d) { in subData2D()
|
D | RenderScript.java | 284 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 285 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, b… in nAllocationData2D() 289 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 290 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, s… in nAllocationData2D() 294 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 295 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, i… in nAllocationData2D() 299 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 300 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, f… in nAllocationData2D() 304 … native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b); in rsnAllocationData2D() 305 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 780 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 807 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 810 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 814 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 817 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 821 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 824 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 828 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 831 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 847 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() [all …]
|
D | AllocationAdapter.java | 77 public void subData2D(int xoff, int yoff, int w, int h, int[] d) { in subData2D() 83 public void subData2D(int xoff, int yoff, int w, int h, float[] d) { in subData2D()
|
D | RenderScript.java | 378 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 379 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, b… in nAllocationData2D() 383 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 384 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, s… in nAllocationData2D() 388 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 389 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, i… in nAllocationData2D() 393 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 394 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, f… in nAllocationData2D() 398 … native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b); in rsnAllocationData2D() 399 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdAllocation.cpp | 41 uint32_t xoff, uint32_t yoff, uint32_t lod, in GetOffsetPtr() 53 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 286 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 313 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() 330 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 352 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 81 uint32_t xoff, uint32_t yoff, uint32_t lod, in GetOffsetPtr() 93 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 593 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 620 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() 637 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 659 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 86 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data() 103 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data() 122 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read() 136 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in read() 460 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 91 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data() 108 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data() 127 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read() 141 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in read() 522 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 879 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() 1108 int xoff, int yoff) { in findDropDownPosition()
|
/frameworks/support/renderscript/v8/jni/ |
D | android_renderscript_RenderScript.cpp | 471 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_s() 482 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_b() 493 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_i() 504 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_f()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 647 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_s() 658 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_b() 669 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_i() 680 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_f()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 1424 int yoff; in performTraversals() local 2104 int yoff; in draw() local 2191 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int yoff, in drawSoftware()
|