Home
last modified time | relevance | path

Searched refs:compIdx (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java549 …ElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int si… in rsnAllocationElementData() argument
550 …llocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int si… in nAllocationElementData() argument
552 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementData()
635 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead() argument
637 int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementRead() argument
639 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementRead()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1403 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData() argument
1408 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementData()
1418 lod, ptr, sizeBytes, compIdx); in nAllocationElementData()
1545 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead() argument
1550 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementRead()
1560 lod, ptr, sizeBytes, compIdx); in nAllocationElementRead()