Home | History | Annotate | Download | only in renderscript

Lines Matching refs:faces

326     native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces, int yuv);
327 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
329 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces, yuv);