Searched refs:xarray (Results 1 – 1 of 1) sorted by relevance
124 jfloatArray *xarray = reinterpret_cast<jfloatArray*>(&xobj); in convertJobjectToConfiguration() local125 jsize xlen = env->GetArrayLength(*xarray); in convertJobjectToConfiguration()127 env->GetFloatArrayElements(*xarray, nullptr /* isCopy */); in convertJobjectToConfiguration()140 env->ReleaseFloatArrayElements(*xarray, x, JNI_ABORT); // no need to copy back in convertJobjectToConfiguration()149 jfloatArray xarray = nullptr; in convertVolumeShaperToJobject() local153 jfloatArray xarray = env->NewFloatArray(configuration->size()); in convertVolumeShaperToJobject() local155 float * const x = env->GetFloatArrayElements(xarray, nullptr /* isCopy */); in convertVolumeShaperToJobject()162 env->ReleaseFloatArrayElements(xarray, x, 0 /* mode */); in convertVolumeShaperToJobject()173 args[5].l = xarray; in convertVolumeShaperToJobject()