Home | History | Annotate | Download | only in renderscript

Lines Matching refs:faces

430     native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
431 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
433 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);