Home | History | Annotate | Download | only in jni

Lines Matching full:closures

409       ALOGE("Unmatched closures and field IDs for dependencies in closure creation.");
582 ALOGE("Failed to get Java array elements: closures.");
586 RsClosure* closures;
589 ALOGE("Too many closures in script group");
593 closures = (RsClosure*)alloca(sizeof(RsClosure) * numClosures);
594 if (closures == nullptr) {
599 closures[i] = (RsClosure)jClosures[i];
605 closures, numClosures);