Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java157 boolean isPointerFunc(JFunc jfunc) { in isPointerFunc() method in JniCodeEmitter
165 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunctionCall()
174 (isPointerFunc ? "Bounds" : "" ) + in emitFunctionCall()
191 if (isPointerFunc) { in emitFunctionCall()
604 boolean isPointerFunc = isPointerFunc(jfunc); in emitFunction()
606 if (!nativeDecl && !interfaceDecl && !isPointerFunc) { in emitFunction()
614 if (isPointerFunc) { in emitFunction()
638 if (isPointerFunc && nativeDecl) { in emitFunction()
666 if (isPointerFunc) { in emitFunction()
846 boolean isPointerFunc = isPointerFunc(jfunc); in emitJniCode()
[all …]