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 159 int maxBufferCount = getMaxBufferCountLocked();
160 for (int i=0 ; i<maxBufferCount; i++) {
240 int maxBufferCount = getMaxBufferCountLocked();
241 if (slot < 0 || maxBufferCount <= slot) {
243 maxBufferCount, slot);
290 const int maxBufferCount = getMaxBufferCountLocked();
294 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) {
305 for (int i = 0; i < maxBufferCount; i++) {
338 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1);
507 int maxBufferCount = getMaxBufferCountLocked()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 187 static const unsigned maxBufferCount = 64;
188 uint16_t glyphs[maxBufferCount];

Completed in 79 milliseconds