HomeSort by relevance Sort by last modified time
    Searched defs:maxBufSize (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 153 pb_size maxBufSize;
537 pb_size maxBufSize,
558 mgr->maxBufSize = maxBufSize;
562 while(bufSize < maxBufSize) {
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 50 public int maxBufSize; /* buffer sizes */
408 if (bufSize < maxBufSize) {
409 if (bufSize + n > maxBufSize) {
410 offset = n - (maxBufSize - bufSize);
412 newBufSize = maxBufSize;
413 newScreenBase = maxBufSize - height - 1;
470 System.err.println("bufSize=" + bufSize + ", maxBufSize=" + maxBufSize);
747 if (amount < maxBufSize) {
764 maxBufSize = amount
    [all...]

Completed in 97 milliseconds