Searched refs:xarray (Results 1 – 1 of 1) sorted by relevance
126 jfloatArray *xarray = reinterpret_cast<jfloatArray*>(&xobj); in convertJobjectToConfiguration() local127 jsize xlen = env->GetArrayLength(*xarray); in convertJobjectToConfiguration()129 env->GetFloatArrayElements(*xarray, nullptr /* isCopy */); in convertJobjectToConfiguration()142 env->ReleaseFloatArrayElements(*xarray, x, JNI_ABORT); // no need to copy back in convertJobjectToConfiguration()151 jfloatArray xarray = nullptr; in convertVolumeShaperToJobject() local155 jfloatArray xarray = env->NewFloatArray(configuration->size()); in convertVolumeShaperToJobject() local157 float * const x = env->GetFloatArrayElements(xarray, nullptr /* isCopy */); in convertVolumeShaperToJobject()164 env->ReleaseFloatArrayElements(xarray, x, 0 /* mode */); in convertVolumeShaperToJobject()175 args[5].l = xarray; in convertVolumeShaperToJobject()