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

  /frameworks/native/libs/gui/
BufferQueue.cpp 284 const int maxBufferCount = getMaxBufferCountLocked(async);
289 if (mOverrideMaxBufferCount < maxBufferCount) {
297 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) {
309 for (int i = 0; i < maxBufferCount; i++) {
346 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1);
511 const int maxBufferCount = getMaxBufferCountLocked(async);
516 if (mOverrideMaxBufferCount < maxBufferCount) {
521 if (buf < 0 || buf >= maxBufferCount) {
523 maxBufferCount, buf);
668 int maxBufferCount = getMaxBufferCountLocked(false); // worst-case, i.e. largest valu
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 189 static const unsigned maxBufferCount = 64;
190 uint16_t glyphs[maxBufferCount];

Completed in 1688 milliseconds