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

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp278 jintArray _IDs,
282 int dataSize = _env->GetArrayLength(_IDs);
293 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]);
277 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp402 jintArray _IDs,
406 int dataSize = _env->GetArrayLength(_IDs);
417 _env->SetIntArrayRegion(_IDs, i, 1, (const jint*)&ids[i]);
401 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument

Completed in 4151 milliseconds