Home | History | Annotate | Download | only in renderscript

Lines Matching full:norm

304     native int  rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
305 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) {
307 return rsnElementCreate(mContext, type, kind, norm, vecSize);