Home | History | Annotate | Download | only in renderscript

Lines Matching refs:rsnAllocationCubeCreateFromBitmap

447     native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage);
450 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);