Home | History | Annotate | Download | only in jni

Lines Matching defs:nAllocationElementData1D

650 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
653 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
1621 {"rsnAllocationElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },