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

  /frameworks/native/opengl/tools/glgen/src/
CFunc.java 29 boolean hasPointerArg = false;
61 hasPointerArg = true;
90 public boolean hasPointerArg() {
91 return hasPointerArg;
JniCodeEmitter.java 141 && jfunc.getCFunc().hasPointerArg();
678 !jfunc.getCFunc().hasPointerArg();
    [all...]

Completed in 37 milliseconds