Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java150 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc() method in JniCodeEmitter
158 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunctionCall()
167 (isPointerFunc ? "Bounds" : "" ) + in emitFunctionCall()
184 if (isPointerFunc) { in emitFunctionCall()
570 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunction()
572 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()
580 if (isPointerFunc) { in emitFunction()
604 if (isPointerFunc && nativeDecl) { in emitFunction()
632 if (isPointerFunc) { in emitFunction()
799 boolean isPointerFunc = isPointerFunc(jfunc); in emitJniCode()
[all …]