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;
62 hasPointerArg = true;
94 public boolean hasPointerArg() {
95 return hasPointerArg;
JniCodeEmitter.java 153 && jfunc.getCFunc().hasPointerArg();
765 && !jfunc.getCFunc().hasPointerArg();
    [all...]

Completed in 34 milliseconds