diff options
author | Andy McFadden <fadden@android.com> | 2013-05-01 00:43:55 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-05-01 00:43:55 +0000 |
commit | 5d46b04bd5a8ec00ea527b68aa48907d3978a007 (patch) | |
tree | 40b4d8de5293ad08e00aa0f3f7dec142df52bfb3 /opengl | |
parent | f6d1c3930eeba6b089ba12fb82ecad1c6622e550 (diff) | |
parent | 0e775697fb12d3f9c577c7758a362103c2194519 (diff) | |
download | frameworks_native-5d46b04bd5a8ec00ea527b68aa48907d3978a007.tar.gz frameworks_native-5d46b04bd5a8ec00ea527b68aa48907d3978a007.tar.bz2 frameworks_native-5d46b04bd5a8ec00ea527b68aa48907d3978a007.zip |
Merge "Recommend different time source" into jb-mr2-dev
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/specs/EGL_ANDROID_presentation_time.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/specs/EGL_ANDROID_presentation_time.txt b/opengl/specs/EGL_ANDROID_presentation_time.txt index 03370ed87..09b39387b 100644 --- a/opengl/specs/EGL_ANDROID_presentation_time.txt +++ b/opengl/specs/EGL_ANDROID_presentation_time.txt @@ -107,8 +107,8 @@ Issues presentation time when an absolute time is needed be queried on Android? RESOLVED: The current clock value can be queried from the Java - SystemClock#uptimeMillis() method or from the native clock_gettime - function by passing CLOCK_MONOTONIC as the clock identifier. + System.nanoTime() method, or from the native clock_gettime function by + passing CLOCK_MONOTONIC as the clock identifier. Revision History |