Searched defs:isPointerFunc (Results 1 - 1 of 1) sorted by path

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java150 boolean isPointerFunc(JFunc jfunc) { method in class:JniCodeEmitter
158 boolean isPointerFunc = isPointerFunc(jfunc);
167 (isPointerFunc ? "Bounds" : "" ) +
184 if (isPointerFunc) {
522 boolean isPointerFunc = isPointerFunc(jfunc);
524 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
532 if (isPointerFunc) {
556 if (isPointerFunc
[all...]

Completed in 48 milliseconds