Home | History | Annotate | Download | only in renderscript

Lines Matching defs:mProcessContextList

52     static private ArrayList<RenderScript> mProcessContextList = new ArrayList<RenderScript>();
1465 synchronized (mProcessContextList) {
1466 for (RenderScript prs : mProcessContextList) {
1477 mProcessContextList.add(prs);
1496 synchronized (mProcessContextList) {
1497 oldList = mProcessContextList;
1498 mProcessContextList = new ArrayList<RenderScript>();