Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java543 …onElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in rsnAllocationElementData()
544 …nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData()
629 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead()
631 int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementRead()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java469 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D()
470 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1404 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData()
1546 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1187 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D()