Searched refs:param_ptr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1227 jbyte* param_ptr = _env->GetByteArrayElements(params, NULL); local
1239 rsScriptForEachMulti((RsContext)con, (RsScript)script, slot, in_allocs, in_len, (RsAllocation)aout, param_ptr, param_len, &sc, sizeof(sc));
1246 _env->ReleaseByteArrayElements(params, param_ptr, JNI_ABORT);

Completed in 293 milliseconds