OSDN Git Service

added native_window_set_buffer_count()
authorMathias Agopian <mathias@google.com>
Fri, 21 May 2010 21:19:50 +0000 (14:19 -0700)
committerMathias Agopian <mathias@google.com>
Fri, 21 May 2010 21:34:32 +0000 (14:34 -0700)
commitf10d7fde03218c17251416a34d7b726a43ec528a
tree4a3cc07b0b73c47fcb875e0e3e5e64c8318504cc
parent3e23593d2f93e4449e22fdc0c9614cd119929084
added native_window_set_buffer_count()

this method can be used to change the number of buffers
associated to a native window. the default is two.

Change-Id: I608b959e6b29d77f95edb23c31dc9b099a758f2f
include/private/surfaceflinger/SharedBufferStack.h
include/surfaceflinger/Surface.h
include/ui/egl/android_natives.h
libs/surfaceflinger_client/SharedBufferStack.cpp
libs/surfaceflinger_client/Surface.cpp