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

/frameworks/support/v8/renderscript/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.cpp1992 jlong *in_ptr = nullptr; local
2004 in_ptr = _env->GetLongArrayElements(ains, nullptr);
2005 if (in_ptr == nullptr) {
2011 in_allocs = (RsAllocation*)in_ptr;
2018 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
2023 in_allocs[index] = (RsAllocation)in_ptr[index];
2083 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
2115 jlong *in_ptr = _env->GetLongArrayElements(ains, nullptr); local
2116 if (in_ptr == nullptr) {
2124 in_allocs = (RsAllocation*)in_ptr;
[all...]

Completed in 127 milliseconds