History log of /frameworks/base/opengl/java/android/opengl/EGL14.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0c79d808cb66894434e78052c66a0f81e5419176 30-Apr-2013 Jesse Hall <jessehall@google.com> Add android.opengl.EGLExt class for EGL extensions

Add the ES-relevant constants from the EGL_KHR_create_context
extension. These allow apps to check which EGLConfigs (if any) support
ES3 contexts. Otherwise, the app has to create a context with an
EGLConfig and then check whether it is an ES2 or ES3 context.

Also move eglSetPresentationTimeANDROID from EGL14 to EGLExt, since it's an
extension function. It's new in API 18.

Bug: 8678160
Change-Id: I3cba6e59ebb0a3a4c4012aa54a36b940c288bcec
/frameworks/base/opengl/java/android/opengl/EGL14.java
34f17dd1f615c6285f4f344eb700923e2432e48e 06-Mar-2013 Andy McFadden <fadden@android.com> Publish new MediaCodec API

Un-hide two new methods in MediaCodec, one new constant, and a new
EGL extension.

Bug 7991062
Bug 8191230

Change-Id: I028669132d9ffda1e4b34a561bab3997bbd7dae5
/frameworks/base/opengl/java/android/opengl/EGL14.java
0c361e9d3c93b3890fbae82b2f937bb4b3a42f70 02-Mar-2013 Andy McFadden <fadden@android.com> Add eglPresentationTimeANDROID

Added EGL extension to set a timestamp on a surface.

Bug 8191230

Change-Id: Ie73bd7d1217348c9c64b8c68da38d671d48355f7
/frameworks/base/opengl/java/android/opengl/EGL14.java
1296c63bf14af034a90d5579ff301d1a2b70e34a 08-Aug-2012 Jeff Brown <jeffbrown@google.com> Enable use of Surface as a native window in EGL14 wrapper.

Change-Id: Ia3546fd02f9b60d4505fbc0602522b95e3e5b6be
/frameworks/base/opengl/java/android/opengl/EGL14.java
9b18b515909354d7b48c8ebc33ec38e2c6bbdf37 13-Jul-2012 Thomas Tafertshofer <tafertth@google.com> EGL 1.4 API without @hide

Change-Id: If03d23082b011aaba41594712601495dcbd70f6a
/frameworks/base/opengl/java/android/opengl/EGL14.java
6b1e838fc16d397359f82c3a4f5700f1ed7dd910 03-Jul-2012 Thomas Tafertshofer <tafertth@google.com> EGL 1.4 bindings generated by glgen

Change-Id: I1c3da57101f4ea089a12f1796f25b72d6852141e
/frameworks/base/opengl/java/android/opengl/EGL14.java