Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnAllocationCubeCreateFromBitmap

304     native int  rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
307 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);