Top "Renderscript" questions

RenderScript is an Android-specific compute API offered by Google.

Fast Bitmap Blur For Android SDK

Currently in an Android application that I'm developing I'm looping through the pixels of an image to blur it. This …

java android image-processing renderscript
How to use the Renderscript Support Library with Gradle

Is it possible to use the Support Renderscript Library with Gradle? If so, how do you include it in your …

android gradle android-build renderscript
How to use OpenCL on Android?

For plattform independence (desktop, cloud, mobile, ...) it would be great to use OpenCL for GPGPU development when speed does matter. …

android opengl-es opencl gpgpu renderscript
Why did Google choose RenderScript instead of OpenCL

I've been wondering if it was possible to use OpenCL for Android, find out that it wasn't possible, and dropped …

android opencl renderscript
Is it possible to program GPU for Android

I am now programming on Android and I wonder whether we can use GPGPU for Android now? I once heard …

android gpu renderscript
How to use ScriptIntrinsicYuvToRGB (converting byte[] yuv to byte[] rgba)

I have byte[] yuvByteArray (540x360 image captured from Camera.PreviewCallback.onPreviewFrame method and dumped into assets/yuv.bin file). I …

android renderscript
Converting camera YUV-data to ARGB with renderscript

My Problem is: I've set up a camera in Android and receive the preview data by using an onPreviewFrame-listener which …

android android-camera renderscript
android can't load SupportV8 RenderScript in api <17

i just want to use RenderScript's ScriptIntrinsicBlur in my application , i've added renderscript.v8.jar (in android support lib v8) …

android crash android-support-library renderscript
Renderscript via the support library

Seems to me that android has an android.support.v8 package that contains Renderscript support. The thing is, this doesn't …

android android-support-library renderscript