/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 995 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker() 1017 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker() 1036 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, in setFromFieldPacker() local 1427 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1444 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1463 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1494 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1527 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1560 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1593 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() [all …]
|
D | RenderScript.java | 469 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D() 470 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D() 502 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() 505 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() 512 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D() 513 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() 537 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() 540 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() 572 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D() 575 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1034 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker() 1057 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker() 1071 …public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp)… in setFromFieldPacker() 1096 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in setFromFieldPacker() local 1452 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1469 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1490 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1524 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1562 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1595 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() [all …]
|
D | RenderScript.java | 543 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData() 544 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData() 569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D() 572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D() 579 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D() 580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D() 603 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() 606 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() 628 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead() 630 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff, in nAllocationElementRead() [all …]
|
/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/support/compat/java/android/support/v4/widget/ |
D | PopupWindowCompat.java | 42 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() 112 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown() 216 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 268 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local 303 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local 341 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local 379 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local 417 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
|
D | UT_alloc_copyPadded.java | 916 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local 952 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local 991 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local 1030 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local 1069 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 268 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local 303 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local 341 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local 379 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local 417 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
|
D | UT_alloc_copyPadded.java | 916 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local 952 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local 991 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local 1030 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local 1069 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | ortho.h | 17 const T xoff = -(right + left) / (right - left); in OrthoMatrix() local
|
/frameworks/rs/ |
D | rsAllocation.cpp | 194 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, in data() 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() 225 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, in read() 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() 683 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 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() 897 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DRead() [all …]
|
D | rsHidlAdaptation.cpp | 556 void RsHidlAdaptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DData() 566 …HidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_t xoff, in Allocation1DElementData() 588 void RsHidlAdaptation::Allocation2DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DData() 600 void RsHidlAdaptation::Allocation3DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DData() 625 void RsHidlAdaptation::Allocation1DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DRead() 641 void RsHidlAdaptation::Allocation2DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation2DRead() 650 void RsHidlAdaptation::Allocation3DRead (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation3DRead()
|
D | rsApiStubs.cpp | 402 extern "C" void rsAllocation1DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DData() 420 extern "C" void rsAllocation2DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DData() 427 extern "C" void rsAllocation3DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DData() 444 extern "C" void rsAllocation1DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DRead() 456 extern "C" void rsAllocation2DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DRead() 463 extern "C" void rsAllocation3DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DRead()
|
D | rsScriptC_Lib.cpp | 248 const Allocation *alloc, uint32_t xoff, uint32_t yoff, in validateCopyArgs()
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 147 uint8_t *GetOffsetPtr(const Allocation *alloc, uint32_t xoff, uint32_t yoff, in GetOffsetPtr() 321 uint32_t xoff, uint32_t lod, size_t count, in rsovAllocationData1D() 339 uint32_t xoff, uint32_t yoff, uint32_t lod, in rsovAllocationData2D() 391 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsovAllocationData3D() 419 uint32_t xoff, uint32_t lod, size_t count, void *data, in rsovAllocationRead1D() 432 uint32_t xoff, uint32_t yoff, uint32_t lod, in rsovAllocationRead2D() 461 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsovAllocationRead3D()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 85 uint32_t xoff, uint32_t yoff, uint32_t zoff, in GetOffsetPtr() 97 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture() 817 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationData1D() 837 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() 899 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D() 938 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationRead1D() 950 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D() 979 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 190 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 344 int xoff = (xf16 >> 16) - 1; in kernelU4() local 411 int xoff = (xf16 >> 16) - 1; in kernelU2() local 478 int xoff = (xf16 >> 16) - 1; in kernelU1() local
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1239 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown() 1263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1415 jint xoff, jint yoff, jint zoff, in nAllocationElementData() 1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1557 jint xoff, jint yoff, jint zoff, in nAllocationElementRead() 1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D() 1596 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 | 1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, in nAllocationElementData1D() 1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D() 1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D() 1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 983 float xoff = HBFixedToFloat(positions[i].x_offset); in doLayoutRun() local
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 3022 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, in drawSoftware()
|