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

  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 161 JType argType = jfunc.getArgType(i);
441 if (jfunc.getArgType(idx).isArray()) {
442 if (!cfunc.getArgType(cIndex).isConst()) {
445 } else if (jfunc.getArgType(idx).isBuffer()) {
446 if (!cfunc.getArgType(cIndex).isConst()) {
496 JType argType = jfunc.getArgType(i);
713 JType argType = jfunc.getArgType(i);
757 JType argType = jfunc.getArgType(i);
766 if (jfunc.getArgType(i).isBuffer()) {
791 JType argType = jfunc.getArgType(idx)
    [all...]
JFunc.java 113 public JType getArgType(int index) {
130 CType cArgType = cfunc.getArgType(i);
138 CType cArgType = cfunc.getArgType(i);
CFunc.java 86 public CType getArgType(int index) {

Completed in 450 milliseconds