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

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1189 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1192 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, compIdx,
1197 lod, ptr, sizeBytes, compIdx);
1205 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1209 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1214 lod, ptr, sizeBytes, compIdx);
1325 jint lod, jint compIdx, jobject data, jint sizeBytes)
1329 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1334 lod, ptr, sizeBytes, compIdx);
1188 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java543 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes); argument
544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { argument
546 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
629 int mip, int compIdx, byte[] d, int sizeBytes);
631 int mip, int compIdx, byte[] d, int sizeBytes) {
633 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
628 rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
630 nAllocationElementRead(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1408 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1413 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1423 lod, ptr, sizeBytes, compIdx);
1550 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1555 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1565 lod, ptr, sizeBytes, compIdx);
1406 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1548 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java481 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); argument
482 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { argument
484 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
487 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
488 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
490 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
576 int mip, int compIdx, byte[] d, int sizeBytes);
578 int mip, int compIdx, byte[] d, int sizeBytes) {
580 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);

Completed in 422 milliseconds