Searched refs:isBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/tools/glgen/src/
H A DJniCodeEmitter.java186 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
188 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
192 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
205 "\"" + (isBuffer ? "remaining()" : "length - " + offset) + " < needed\");");
328 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
339 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
366 "\"" + (isBuffer ? "remaining()" : "length - " + offset) + " < " + checks[index + 2] + "\");");
411 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
424 } else if (jfunc.getArgType(idx).isBuffer()) {
745 if (jfunc.getArgType(i).isBuffer()) {
327 emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
[all...]
H A DJFunc.java85 if (argType.isBuffer()) {
H A DJType.java152 public boolean isBuffer() { method in class:JType

Completed in 76 milliseconds