Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java549 …onElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in rsnAllocationElementData()
550 …nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData()
635 int mip, int compIdx, byte[] d, int sizeBytes); in rsnAllocationElementRead()
637 int mip, int compIdx, byte[] d, int sizeBytes) { in nAllocationElementRead()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1403 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData()
1545 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementRead()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java486 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D()
487 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1189 jint lod, jint compIdx, jbyteArray data, jint sizeBytes) in nAllocationElementData1D()