Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnAllocationCubeCreateFromBitmap

355     native int  rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage);
358 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage);