Searched refs:in_ptr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1656 jlong *in_ptr = nullptr; local
1668 // TODO (b/20760800): Check in_ptr is not null
1669 in_ptr = _env->GetLongArrayElements(ains, nullptr);
1671 in_allocs = (RsAllocation*)in_ptr;
1679 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
1684 in_allocs[index] = (RsAllocation)in_ptr[index];
1738 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
1768 jlong *in_ptr = _env->GetLongArrayElements(ains, nullptr); local
1769 if (in_ptr == nullptr) {
1777 in_allocs = (RsAllocation*)in_ptr;
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2004 jlong *in_ptr = nullptr; local
2016 in_ptr = _env->GetLongArrayElements(ains, nullptr);
2017 if (in_ptr == nullptr) {
2023 in_allocs = (RsAllocation*)in_ptr;
2030 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
2035 in_allocs[index] = (RsAllocation)in_ptr[index];
2095 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
2127 jlong *in_ptr = _env->GetLongArrayElements(ains, nullptr); local
2128 if (in_ptr == nullptr) {
2136 in_allocs = (RsAllocation*)in_ptr;
[all...]

Completed in 159 milliseconds