Home | History | Annotate | Download | only in renderscript

Lines Matching refs:eid

243     native int rsnTypeCreate(int con, int eid, int x, int y, int z, boolean mips, boolean faces);
244 synchronized int nTypeCreate(int eid, int x, int y, int z, boolean mips, boolean faces) {
246 return rsnTypeCreate(mContext, eid, x, y, z, mips, faces);