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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1643 jlong *in_ptr = nullptr; local
1655 // TODO (b/20760800): Check in_ptr is not null
1656 in_ptr = _env->GetLongArrayElements(ains, nullptr);
1658 in_allocs = (RsAllocation*)in_ptr;
1666 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
1671 in_allocs[index] = (RsAllocation)in_ptr[index];
1725 _env->ReleaseLongArrayElements(ains, in_ptr, JNI_ABORT);
1755 jlong *in_ptr = _env->GetLongArrayElements(ains, nullptr); local
1756 if (in_ptr == nullptr) {
1764 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 295 milliseconds