History log of /frameworks/base/opengl/java/android/opengl/EGLExt.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a0175536383d77a5dd1908e73085752b1bf5a803 22-Jun-2013 Andy McFadden <fadden@android.com> Fix wrapper equals()

Make it faster and correcter.

Bug 9204146

Change-Id: Ieeb97b72005e831ec6b94fc24ed2c3bc03307c2a
/frameworks/base/opengl/java/android/opengl/EGLExt.java
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/EGLExt.java