Home
last modified time | relevance | path

Searched defs:xoff (Results 1 – 25 of 25) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java1000 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker()
1022 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker()
1041 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, in setFromFieldPacker() local
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()
[all …]
DRenderScript.java486 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D()
487 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D()
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/base/rs/java/android/renderscript/
DAllocation.java1038 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker()
1061 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker()
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()
[all …]
DRenderScript.java549 …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/cpp/
DAllocation.cpp282 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/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java268 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
DUT_alloc_copyPadded.java916 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/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copy.java270 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local
305 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local
343 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local
381 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local
419 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
DUT_alloc_copyPadded.java917 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local
953 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local
992 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local
1031 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local
1070 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_alloc_copy.java272 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local
307 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local
345 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local
383 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local
421 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
DUT_alloc_copyPadded.java919 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local
955 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local
994 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local
1033 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local
1072 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dortho.h17 const T xoff = -(right + left) / (right - left); in OrthoMatrix() local
/frameworks/base/core/java/com/android/internal/view/inline/
DInlineTooltipUi.java149 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
168 protected void attachToAnchor(View anchor, int xoff, int yoff, int gravity) { in attachToAnchor()
/frameworks/rs/
DrsAllocation.cpp194 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 …]
DrsHidlAdaptation.cpp556 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()
DrsApiStubs.cpp397 extern "C" void rsAllocation1DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DData()
415 extern "C" void rsAllocation2DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DData()
422 extern "C" void rsAllocation3DData (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DData()
439 extern "C" void rsAllocation1DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation1DRead()
451 extern "C" void rsAllocation2DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation2DRead()
458 extern "C" void rsAllocation3DRead (RsContext ctxWrapper, RsAllocation va, uint32_t xoff, uint32_t … in rsAllocation3DRead()
DrsScriptC_Lib.cpp248 const Allocation *alloc, uint32_t xoff, uint32_t yoff, in validateCopyArgs()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java265 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/rs/driver/
DrsdAllocation.cpp88 uint32_t xoff, uint32_t yoff, uint32_t zoff, in GetOffsetPtr()
100 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture()
829 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationData1D()
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()
950 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationRead1D()
962uint32_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/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp366 int xoff = (xf16 >> 16) - 1; in kernelU4() local
443 int xoff = (xf16 >> 16) - 1; in kernelU2() local
521 int xoff = (xf16 >> 16) - 1; in kernelU1() local
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp497 float xoff = HBFixedToFloat(positions[i].x_offset); in LayoutPiece() local
/frameworks/base/core/java/android/widget/
DPopupWindow.java1378 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown()
1402 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1402 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/
Dandroid_renderscript_RenderScript.cpp1188 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, in nAllocationElementData1D()
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/
DViewRootImpl.java4463 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, in drawSoftware()