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 488 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
490 if (jParams == nullptr) {
541 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
550 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 468 jbyte* jParams = _env->GetByteArrayElements(paramArray, nullptr);
502 (RsContext)con, (RsScriptInvokeID)invokeID, jParams, jParamLength,
511 _env->ReleaseByteArrayElements(paramArray, jParams, JNI_ABORT);
    [all...]

Completed in 58 milliseconds