diff options
author | Mathias Agopian <mathias@google.com> | 2010-12-07 19:38:17 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-12-08 16:13:59 -0800 |
commit | a5529c8778c2f407f482fc12165aeb76c0f505c2 (patch) | |
tree | ffa08b15bbbaa2436d60e4d00cfae6cbcc3d8a82 /services/surfaceflinger/tests/resize | |
parent | 4eaf95afa47c8d7ce2b2928bc297572bf6a711d5 (diff) | |
download | frameworks_native-a5529c8778c2f407f482fc12165aeb76c0f505c2.zip frameworks_native-a5529c8778c2f407f482fc12165aeb76c0f505c2.tar.gz frameworks_native-a5529c8778c2f407f482fc12165aeb76c0f505c2.tar.bz2 |
remove support for PUSH_BUFFER surfaces and overlays
the same functionality is now supported through
the h/w composer HAL, and YUV support in the GPU.
Change-Id: I8146605449954b8e8fd7f78810b7d873c2d8f5bf
Diffstat (limited to 'services/surfaceflinger/tests/resize')
-rw-r--r-- | services/surfaceflinger/tests/resize/resize.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/surfaceflinger/tests/resize/resize.cpp b/services/surfaceflinger/tests/resize/resize.cpp index 127cca3..99f4b4f 100644 --- a/services/surfaceflinger/tests/resize/resize.cpp +++ b/services/surfaceflinger/tests/resize/resize.cpp @@ -10,8 +10,6 @@ #include <surfaceflinger/ISurface.h> #include <surfaceflinger/SurfaceComposerClient.h> -#include <ui/Overlay.h> - using namespace android; namespace android { @@ -32,7 +30,6 @@ int main(int argc, char** argv) // create a client to surfaceflinger sp<SurfaceComposerClient> client = new SurfaceComposerClient(); - // create pushbuffer surface sp<Surface> surface = client->createSurface(getpid(), 0, 160, 240, PIXEL_FORMAT_RGB_565); |