Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java543 …ElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int si… in rsnAllocationElementData() argument
544 …llocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int si… in nAllocationElementData() argument
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementData()
629 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead() argument
631 int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementRead() argument
633 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes); in nAllocationElementRead()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java481 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D() argument
482 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D() argument
484 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes); in nAllocationElementData1D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1408 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData() argument
1413 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementData()
1423 lod, ptr, sizeBytes, compIdx); in nAllocationElementData()
1550 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead() argument
1555 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementRead()
1565 lod, ptr, sizeBytes, compIdx); in nAllocationElementRead()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1189 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D() argument
1192 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, compIdx, in nAllocationElementData1D()
1197 lod, ptr, sizeBytes, compIdx); in nAllocationElementData1D()