Searched defs:_ids (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp254 jintArray _ids, jobjectArray _names, jintArray _arraySizes)
256 int fieldCount = _env->GetArrayLength(_ids);
259 jint *ids = _env->GetIntArrayElements(_ids, NULL);
272 _env->ReleaseIntArrayElements(_ids, ids, JNI_ABORT);
253 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp417 jlongArray _ids, jobjectArray _names, jintArray _arraySizes)
419 int fieldCount = _env->GetArrayLength(_ids);
422 jlong *jIds = _env->GetLongArrayElements(_ids, NULL);
445 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT);
871 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
880 _env->SetIntArrayRegion(_ids, i, 1, (const jint*)&fileEntries[i].classID);
1635 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
1644 _env->SetLongArrayRegion(_ids, i, 1, &alloc);
416 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument

Completed in 1842 milliseconds