replicant-frameworks_native/opengl/specs
Andy McFadden 0e775697fb Recommend different time source
We were recommending SystemClock#uptimeMillis() from Java code, but
millisecond resolution is a little coarse.  We don't have an
appropriate call in SystemClock, so use System.nanoTime() instead.

Bug 8733179

Change-Id: Ifb85a03eabf7ff168966adcb5ed5914bbf3884b2
2013-04-29 15:41:40 -07:00
..
EGL_ANDROID_blob_cache.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_framebuffer_target.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_image_native_buffer.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_native_fence_sync.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_presentation_time.txt Recommend different time source 2013-04-29 15:41:40 -07:00
EGL_ANDROID_recordable.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
README Add a spec for EGL_ANDROID_framebuffer_target. 2012-09-21 12:15:22 -07:00

README

This directory contains OpenGL ES and EGL extension specifications that have
been or are being defined for Android.  

The table below tracks usage of EGL enumerant values that have been reserved
for use by Android extensions.

     Value                       Extension
----------------     ----------------------------------
0x3140               EGL_ANDROID_image_native_buffer
0x3141               (unused)
0x3142               EGL_RECORDABLE_ANDROID (EGL_ANDROID_recordable)
0x3143               EGL_VERSION_HW_ANDROID (internal use)
0x3144               EGL_SYNC_NATIVE_FENCE_ANDROID (EGL_ANDROID_native_fence_sync)
0x3145               EGL_SYNC_NATIVE_FENCE_FD_ANDROID (EGL_ANDROID_native_fence_sync)
0x3146               EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID (EGL_ANDROID_native_fence_sync)
0x3147               EGL_FRAMEBUFFER_TARGET_ANDROID (EGL_ANDROID_framebuffer_target)
0x3148 - 0x314F      (unused)