OSDN Git Service

libgui: Remove custom BufferQueue allocators
authorDan Stoza <stoza@google.com>
Fri, 8 Jan 2016 17:36:21 +0000 (09:36 -0800)
committerDan Stoza <stoza@google.com>
Fri, 8 Jan 2016 17:36:21 +0000 (09:36 -0800)
commitacd56150573d3a6d449c0de01f93c6f269d121e3
tree40927c2493c48e8745e8aa5a571e87842fbdcb11
parent3bb0c8810fb461a64f04bce81f32ca1994fde9b5
libgui: Remove custom BufferQueue allocators

Removes the ability to set a custom GraphicBuffer allocator for a
BufferQueue. Custom-allocated buffers may still be used through the
attachBuffer call.

Change-Id: I127bdfb496fc089a61c7e266c8bd2b906d41f32e
cmds/flatland/GLHelper.cpp
cmds/flatland/GLHelper.h
include/gui/BufferQueue.h
include/gui/BufferQueueCore.h
libs/gui/BufferQueue.cpp
libs/gui/BufferQueueCore.cpp
services/surfaceflinger/SurfaceFlinger.cpp