/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 655 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 682 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 685 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 689 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 692 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 696 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 699 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 703 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 706 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, in copy2DRangeFrom() local 722 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 | 327 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 328 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, b… in nAllocationData2D() 332 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 333 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, s… in nAllocationData2D() 337 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 338 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, i… in nAllocationData2D() 342 …native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, int w, int… in rsnAllocationData2D() 343 …synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, f… in nAllocationData2D() 347 … native void rsnAllocationData2D(int con, int id, int xoff, int yoff, int mip, int face, Bitmap b); in rsnAllocationData2D() 348 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
|
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.cpp | 77 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 393 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 422 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() 436 uint32_t xoff, uint32_t yoff, uint32_t lod, in getOffsetPtr()
|
/frameworks/base/libs/rs/ |
D | rsAdapter.cpp | 158 void Adapter2D::subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data) { in subData() 231 void rsi_Adapter2DSubData(Context *rsc, RsAdapter2D va, uint32_t xoff, uint32_t yoff, uint32_t w, u… in rsi_Adapter2DSubData()
|
D | rsAllocation.cpp | 88 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data() 105 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data() 443 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 | 877 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() 1094 int xoff, int yoff) { in findDropDownPosition()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 569 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_s() 580 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_b() 591 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_i() 602 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 | 1215 int yoff; in performTraversals() local 1828 int yoff; in draw() local
|