Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java995 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 …]
DRenderScript.java481 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D()
482 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D()
514 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
517 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D()
524 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
525 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
549 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
552 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D()
584 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D()
587 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1034 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 …]
DRenderScript.java555 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData()
556 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData()
581 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
584 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D()
591 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
592 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
615 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
618 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D()
640 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead()
642 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/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/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/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/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.java263 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
287 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.cpp505 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.cpp1407 jint xoff, jint yoff, jint zoff, in nAllocationElementData()
1430 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D()
1475 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D()
1549 jint xoff, jint yoff, jint zoff, in nAllocationElementRead()
1571 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
1588 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.java3812 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, in drawSoftware()