HomeSort by relevance Sort by last modified time
    Searched refs:jParams (Results 1 - 2 of 2) sorted by null

  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 486 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
488 if (jParams == nullptr) {
539 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
548 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 466 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
500 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
509 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]

Completed in 313 milliseconds