Home | History | Annotate | Download | only in renderscript

Lines Matching refs:elementData

337     native void rsnElementGetNativeData(long con, long id, int[] elementData);
338 synchronized void nElementGetNativeData(long id, int[] elementData) {
340 rsnElementGetNativeData(mContext, id, elementData);