HomeSort by relevance Sort by last modified time
    Searched refs:dimsPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 742 jint *dimsPtr = _env->GetIntArrayElements(dims, NULL);
744 (const uint32_t *)dimsPtr, dimsLen);
746 _env->ReleaseIntArrayElements(dims, dimsPtr, JNI_ABORT);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 121 milliseconds