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

/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1701 jint *limit_ptr = nullptr; local
1705 limit_ptr = _env->GetIntArrayElements(limits, nullptr);
1712 sc.xStart = limit_ptr[0];
1713 sc.xEnd = limit_ptr[1];
1714 sc.yStart = limit_ptr[2];
1715 sc.yEnd = limit_ptr[3];
1716 sc.zStart = limit_ptr[4];
1717 sc.zEnd = limit_ptr[5];
1746 _env->ReleaseIntArrayElements(limits, limit_ptr, JNI_ABORT);
1798 jint *limit_ptr local
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2056 jint *limit_ptr = nullptr; local
2060 limit_ptr = _env->GetIntArrayElements(limits, nullptr);
2061 if (limit_ptr == nullptr) {
2069 sc.xStart = limit_ptr[0];
2070 sc.xEnd = limit_ptr[1];
2071 sc.yStart = limit_ptr[2];
2072 sc.yEnd = limit_ptr[3];
2073 sc.zStart = limit_ptr[4];
2074 sc.zEnd = limit_ptr[5];
2103 _env->ReleaseIntArrayElements(limits, limit_ptr, JNI_ABOR
2157 jint *limit_ptr = nullptr; local
[all...]

Completed in 469 milliseconds