Home | History | Annotate | Download | only in renderscript

Lines Matching refs:vecSize

841         int vecSize = 1;
842 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
843 return new Element(id, rs, dt, dk, norm, vecSize);