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

/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java138 boolean isPointerFunc(JFunc jfunc) { method in class:JniCodeEmitter
146 boolean isPointerFunc = isPointerFunc(jfunc);
155 (isPointerFunc ? "Bounds" : "" ) +
172 if (isPointerFunc) {
445 boolean isPointerFunc = isPointerFunc(jfunc);
447 if (!nativeDecl && !interfaceDecl && !isPointerFunc) {
455 if (isPointerFunc) {
479 if (isPointerFunc
[all...]

Completed in 15 milliseconds