Searched refs:_ids (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1082 jlongArray _ids, jobjectArray _names, jintArray _arraySizes) in nElementCreate2() argument 1084 int fieldCount = _env->GetArrayLength(_ids); in nElementCreate2() 1089 jlong *jIds = _env->GetLongArrayElements(_ids, nullptr); in nElementCreate2() 1120 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT); in nElementCreate2() 1700 …_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entr… in nFileA3DGetIndexEntries() argument 1709 _env->SetIntArrayRegion(_ids, i, 1, (const jint*)&fileEntries[i].classID); in nFileA3DGetIndexEntries() 2724 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxID… in nMeshGetVertices() argument 2735 _env->SetLongArrayRegion(_ids, i, 1, &alloc); in nMeshGetVertices()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 947 jlongArray _ids, jobjectArray _names, jintArray _arraySizes) in nElementCreate2() argument 949 int fieldCount = _env->GetArrayLength(_ids); in nElementCreate2() 952 jlong *jIds = _env->GetLongArrayElements(_ids, NULL); in nElementCreate2() 975 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT); in nElementCreate2()
|
/frameworks/rs/ |
D | rsHidlAdaptation.cpp | 251 uint64_t _ids = (uint64_t)(uintptr_t)ids; in ElementGetSubElements() local
|