Searched refs:isBuffer (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in printIfcheckPostamble() 204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, in printIfcheckPostamble() argument 217 (isBuffer ? "remaining()" : "length - " + offset) + in printIfcheckPostamble() 352 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitNativeBoundsChecks() argument 363 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, in emitNativeBoundsChecks() 390 (isBuffer ? "remaining()" : "length - " + in emitNativeBoundsChecks() 425 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii); in emitNativeBoundsChecks() 430 … boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) { in emitSentinelCheck() argument 501 } else if (jfunc.getArgType(idx).isBuffer()) { in hasNonConstArg() [all …]
|
D | JFunc.java | 85 if (argType.isBuffer()) { in addArgument()
|
D | JType.java | 185 public boolean isBuffer() { in isBuffer() method in JType
|