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

/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java29 boolean hasPointerArg = false; field in class:CFunc
61 hasPointerArg = true;
90 public boolean hasPointerArg() { method in class:CFunc
91 return hasPointerArg;
H A DJniCodeEmitter.java141 && jfunc.getCFunc().hasPointerArg();
678 !jfunc.getCFunc().hasPointerArg();

Completed in 2767 milliseconds