Home
last modified time | relevance | path

Searched refs:zoff (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1086 if(zoff < 0) { in setFromFieldPacker()
1100 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in setFromFieldPacker() local
1731 if (xoff < 0 || yoff < 0 || zoff < 0) { in validate3DRange()
1755 validate3DRange(xoff, yoff, zoff, w, h, d); in copy3DRangeFromUnchecked()
1810 copy3DRangeFromUnchecked(xoff, yoff, zoff, w, h, d, array, in copy3DRangeFrom()
1836 validate3DRange(xoff, yoff, zoff, w, h, d); in copy3DRangeFrom()
1837 mRS.nAllocationData3D(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in copy3DRangeFrom() local
2043 if(zoff < 0) { in copyToFieldPacker()
2057 mRS.nAllocationElementRead(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in copyToFieldPacker() local
2594 validate3DRange(xoff, yoff, zoff, w, h, d); in copy3DRangeToUnchecked()
[all …]
H A DRenderScript.java550 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData() argument
552 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementData()
609 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D() argument
612 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D() argument
616 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes, in nAllocationData3D()
634 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead() argument
636 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff, in nAllocationElementRead() argument
639 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementRead()
652 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationRead3D() argument
655 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationRead3D() argument
[all …]
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1402 jint xoff, jint yoff, jint zoff, in nAllocationElementData() argument
1408 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementData()
1417 xoff, yoff, zoff, in nAllocationElementData()
1470 …3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, in nAllocationData3D() argument
1477 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationData3D()
1482 (RsContext)con, alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D()
1544 jint xoff, jint yoff, jint zoff, in nAllocationElementRead() argument
1550 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementRead()
1559 xoff, yoff, zoff, in nAllocationElementRead()
1590 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationRead3D()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...