OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jClosures
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp
577
jlong*
jClosures
= _env->GetLongArrayElements(closureArray, nullptr);
579
if (
jClosures
== nullptr) {
597
closures[i] = (RsClosure)
jClosures
[i];
607
_env->ReleaseLongArrayElements(closureArray,
jClosures
, JNI_ABORT);
[
all
...]
/frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp
538
jlong*
jClosures
= _env->GetLongArrayElements(closureArray, nullptr);
554
closures[i] = (RsClosure)
jClosures
[i];
564
_env->ReleaseLongArrayElements(closureArray,
jClosures
, JNI_ABORT);
[
all
...]
Completed in 1086 milliseconds