Home | History | Annotate | Download | only in renderscript

Lines Matching refs:elementData

286     native void rsnElementGetNativeData(int con, int id, int[] elementData);
287 synchronized void nElementGetNativeData(int id, int[] elementData) {
289 rsnElementGetNativeData(mContext, id, elementData);