Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnTypeCreate

419     native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
422 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);