Home | History | Annotate | Download | only in renderscript

Lines Matching refs:rsnAllocationCubeCreateFromBitmap

327     native int  rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
330 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);