Searched refs:compIdx (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 352 …native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, … in rsnAllocationElementData1D() argument 353 …synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int s… in nAllocationElementData1D() argument 355 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes); in nAllocationElementData1D()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 637 …v, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data,… in nAllocationElementData1D() argument 640 …%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes); in nAllocationElementData1D() 642 rsAllocation1DElementData(con, (RsAllocation)alloc, offset, lod, ptr, sizeBytes, compIdx); in nAllocationElementData1D()
|