Searched refs:getArgType (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java90 public CType getArgType(int index) { method in class:CFunc
H A DJFunc.java113 public JType getArgType(int index) { method in class:JFunc
130 CType cArgType = cfunc.getArgType(i);
138 CType cArgType = cfunc.getArgType(i);
H A DJniCodeEmitter.java173 JType argType = jfunc.getArgType(i);
497 if (jfunc.getArgType(idx).isArray()) {
498 if (!cfunc.getArgType(cIndex).isConst()) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
502 if (!cfunc.getArgType(cIndex).isConst()) {
552 JType argType = jfunc.getArgType(i);
779 JType argType = jfunc.getArgType(i);
825 JType argType = jfunc.getArgType(i);
834 if (jfunc.getArgType(i).isBuffer()) {
858 JType argType = jfunc.getArgType(id
[all...]

Completed in 34 milliseconds