Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java352 …native void rsnAllocationElementData1D(int con, int id, int xoff, int mip, int compIdx, byte[] d, … in rsnAllocationElementData1D()
353 …synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int s… in nAllocationElementData1D()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp637 …env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray dat… in nAllocationElementData1D()