replicant-frameworks_native/opengl/tests
Mathias Agopian 595264f1af BufferQueue improvements and APIs changes
this is the first step of a series of improvements to
BufferQueue. A few things happen in this change:

- setSynchronousMode() goes away as well as the SynchronousModeAllowed flag
- BufferQueue now defaults to (what used to be) synchronous mode
- a new "controlled by app" flag is passed when creating consumers and producers
  those flags are used to put the BufferQueue in a mode where it
  will never block if both flags are set. This is achieved by:
  - returning an error from dequeueBuffer() if it would block
  - making sure a buffer is always available by replacing
    the previous buffer with the new one in queueBuffer()
    (note: this is similar to what asynchrnous mode used to be)

Note: in this change EGL's swap-interval 0 is broken; this will be
fixed in another change.

Change-Id: I691f9507d6e2e158287e3039f2a79a4d4434211d
2013-07-18 22:28:18 -07:00
..
EGLTest BufferQueue improvements and APIs changes 2013-07-18 22:28:18 -07:00
angeles fixup include paths 2012-03-05 15:59:38 -08:00
configdump Add a test application to dump all the EGLConfig available 2010-10-20 17:10:47 -07:00
fillrate fixup include paths 2012-03-05 15:59:38 -08:00
filter fixup include paths 2012-03-05 15:59:38 -08:00
finish fixup include paths 2012-03-05 15:59:38 -08:00
gl2_basic fixup include paths 2012-03-05 15:59:38 -08:00
gl2_cameraeye Add a simple OpenGL ES 2.0 test program that displays a camera preview stream. 2011-03-28 15:27:19 -07:00
gl2_copyTexImage fixup include paths 2012-03-05 15:59:38 -08:00
gl2_java Fix another set of out-of-date headers. 2010-12-07 16:27:55 -08:00
gl2_jni am f0dcff89: Merge "gl_code.cpp: Remove a DOS style newline" 2013-05-13 13:05:36 -07:00
gl2_yuvtex another attempt to fix the build 2013-03-06 22:37:33 -08:00
gl_basic fixup include paths 2012-03-05 15:59:38 -08:00
gl_jni Add liblog 2013-04-09 21:55:39 -07:00
gl_perf Add liblog 2013-04-09 21:55:39 -07:00
gl_perfapp Add liblog 2013-04-09 21:55:39 -07:00
gl_yuvtex another attempt to fix the build 2013-03-06 22:37:33 -08:00
gldual Add liblog 2013-04-09 21:55:39 -07:00
gralloc fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
hwc Add liblog 2013-04-09 21:55:39 -07:00
include remove libui dependency on libEGL 2012-02-24 16:42:46 -08:00
lib fixup include paths 2012-03-05 15:59:38 -08:00
lighting1709 simplify this test 2009-06-02 18:35:48 -07:00
linetex fixup include paths 2012-03-05 15:59:38 -08:00
swapinterval fixup include paths 2012-03-05 15:59:38 -08:00
testFramerate Fix another set of out-of-date headers. 2010-12-07 16:27:55 -08:00
testLatency Fix another set of out-of-date headers. 2010-12-07 16:27:55 -08:00
testPauseResume Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
testViewport Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
textures fixup include paths 2012-03-05 15:59:38 -08:00
tritex fixup include paths 2012-03-05 15:59:38 -08:00
Android.mk enable java/jni build in PDK if supported 2012-08-07 17:09:19 -07:00