Home | History | Annotate | Download | only in gui

Lines Matching full:buffercount

704     size_t bufferCount = va_arg(args, size_t);
705 return setBufferCount(static_cast<int32_t>(bufferCount));
961 int Surface::setBufferCount(int bufferCount)
968 if (bufferCount == 0) {
976 bufferCount - minUndequeuedBuffers);
981 bufferCount, strerror(-err));