OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jParamLength
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
476
jsize
jParamLength
= _env->GetArrayLength(paramArray);
528
(RsContext)con, (RsScriptInvokeID)invokeID, jParams,
jParamLength
,
[
all
...]
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
467
jsize
jParamLength
= _env->GetArrayLength(paramArray);
500
(RsContext)con, (RsScriptInvokeID)invokeID, jParams,
jParamLength
,
[
all
...]
Completed in 3233 milliseconds