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

  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 382 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp);
385 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 329 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp);
332 return rsnAllocationCreateBitmapRef(mContext, type, bmp);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 74 milliseconds