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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1174 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1178 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, compIdx, len,
1182 lod, ptr, sizeBytes, compIdx);
1190 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1194 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1199 lod, ptr, sizeBytes, compIdx);
1310 jint lod, jint compIdx, jobject data, jint sizeBytes)
1314 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1319 lod, ptr, sizeBytes, compIdx);
1173 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.cpp1404 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1409 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1419 lod, ptr, sizeBytes, compIdx);
1546 jint lod, jint compIdx, jbyteArray data, jint sizeBytes)
1551 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1561 lod, ptr, sizeBytes, compIdx);
1402 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1544 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java469 native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes); argument
470 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { argument
472 rsnAllocationElementData1D(mContext, id, xoff, mip, compIdx, d, sizeBytes);
475 native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes);
476 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
478 rsnAllocationElementData(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);
564 int mip, int compIdx, byte[] d, int sizeBytes);
566 int mip, int compIdx, byte[] d, int sizeBytes) {
568 rsnAllocationElementRead(mContext, id, xoff, yoff, zoff, mip, compIdx, d, sizeBytes);

Completed in 377 milliseconds