Home | History | Annotate | Download | only in jni

Lines Matching refs:_idx

1317 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _prim)
1323 jint idxLen = _env->GetArrayLength(_idx);
1324 jint *idxPtr = _env->GetIntArrayElements(_idx, NULL);
1334 _env->ReleaseIntArrayElements(_idx, idxPtr, 0);