HomeSort by relevance Sort by last modified time
    Searched full:ispointerfunc (Results 1 - 1 of 1) sorted by null

  /frameworks/base/opengl/tools/glgen/src/
JniCodeEmitter.java 138 boolean isPointerFunc(JFunc jfunc) {
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 && nativeDecl)
    [all...]

Completed in 938 milliseconds