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

  /frameworks/native/opengl/tools/glgen/src/
JFunc.java 40 public CFunc getCFunc() {
JniCodeEmitter.java 124 out.println(" // C function " + jfunc.getCFunc().getOriginal());
141 && jfunc.getCFunc().hasPointerArg();
655 CFunc cfunc = jfunc.getCFunc();
678 !jfunc.getCFunc().hasPointerArg();
    [all...]

Completed in 141 milliseconds