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

  /frameworks/native/include/gui/
BufferQueue.h 326 // setDefaultMaxBufferCount sets the default value for the maximum buffer
332 status_t setDefaultMaxBufferCount(int bufferCount);
GLConsumer.h 108 // setDefaultMaxBufferCount sets the default limit on the maximum number
111 status_t setDefaultMaxBufferCount(int bufferCount);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 68 mBufferQueue->setDefaultMaxBufferCount(NUM_FRAMEBUFFER_SURFACE_BUFFERS);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/native/cmds/flatland/
GLHelper.cpp 205 glc->setDefaultMaxBufferCount(3);
  /frameworks/native/libs/gui/
GLConsumer.cpp 107 status_t GLConsumer::setDefaultMaxBufferCount(int bufferCount) {
109 return mBufferQueue->setDefaultMaxBufferCount(bufferCount);
BufferQueue.cpp 967 status_t BufferQueue::setDefaultMaxBufferCount(int bufferCount) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 122 mSurfaceFlingerConsumer->setDefaultMaxBufferCount(2);
124 mSurfaceFlingerConsumer->setDefaultMaxBufferCount(3);
    [all...]

Completed in 8069 milliseconds