Searched refs:isBuffer (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 206 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble() 210 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 223 (isBuffer ? "remaining()" : "length - " + offset) + in printIfcheckPostamble() 375 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument 386 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks() 413 (isBuffer ? "remaining()" : "length - " + in emitNativeBoundsChecks() 448 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks() 453 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument 555 } else if (jfunc.getArgType(idx).isBuffer()) { in hasNonConstArg() [all …]
|
D | JFunc.java | 85 if (argType.isBuffer()) { in addArgument()
|
D | JType.java | 195 public boolean isBuffer() { in isBuffer() method in JType
|