Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DCFunc.java29 boolean hasPointerArg = false; field in CFunc
62 hasPointerArg = true; in addArgument()
94 public boolean hasPointerArg() { in hasPointerArg() method in CFunc
95 return hasPointerArg; in hasPointerArg()
DJniCodeEmitter.java153 && jfunc.getCFunc().hasPointerArg(); in isPointerFunc()
813 && !jfunc.getCFunc().hasPointerArg(); in emitJniCode()
987 || (cfunc.hasPointerArg() && numArrays > 0)) in emitJniCode()