Searched refs:argCIndices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/tools/glgen/src/
H A DJFunc.java30 List<Integer> argCIndices = new ArrayList<Integer>(); field in class:JFunc
83 argCIndices.add(new Integer(cindex));
118 return argCIndices.get(index).intValue();

Completed in 33 milliseconds