Searched refs:_ids (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1081 jlongArray _ids, jobjectArray _names, jintArray _arraySizes) in nElementCreate2() argument 1083 int fieldCount = _env->GetArrayLength(_ids); in nElementCreate2() 1088 jlong *jIds = _env->GetLongArrayElements(_ids, nullptr); in nElementCreate2() 1119 _env->ReleaseLongArrayElements(_ids, jIds, JNI_ABORT); in nElementCreate2() 1709 …_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entr… in nFileA3DGetIndexEntries() argument 1718 _env->SetIntArrayRegion(_ids, i, 1, (const jint*)&fileEntries[i].classID); in nFileA3DGetIndexEntries() 2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxID… in nMeshGetVertices() argument 2741 _env->SetLongArrayRegion(_ids, i, 1, &alloc); in nMeshGetVertices()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 945 jlongArray _ids, jobjectArray _names, jintArray _arraySizes) in nElementCreate2() argument 947 int fieldCount = _env->GetArrayLength(_ids); in nElementCreate2() 950 jlong *jIds = _env->GetLongArrayElements(_ids, NULL); in nElementCreate2() 973 _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
|