Searched defs:isBuffer (Results 1 - 2 of 2) sorted by path

/frameworks/native/opengl/tools/glgen/src/
H A DJType.java189 public boolean isBuffer() { method in class:JType
H A DJniCodeEmitter.java198 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
200 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
204 void printIfcheckPostamble(PrintStream out, boolean isBuffer, boolean emitExceptionCheck, argument
217 (isBuffer ? "remaining()" : "length - " + offset) +
369 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
380 printIfcheckPostamble(out, isBuffer, emitExceptionCheck,
407 (isBuffer ? "remaining()" : "length - " +
442 printIfcheckPostamble(out, isBuffer, emitExceptionCheck, iii);
447 boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) {
549 } else if (jfunc.getArgType(idx).isBuffer()) {
368 emitNativeBoundsChecks(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
446 emitSentinelCheck(CFunc cfunc, String cname, PrintStream out, boolean isBuffer, boolean emitExceptionCheck, String offset, String remaining, String iii) argument
[all...]

Completed in 77 milliseconds