diff options
author | Mathias Agopian <mathias@google.com> | 2011-11-29 17:55:46 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-11-29 18:00:35 -0800 |
commit | bc2d79ed7ada6243f3690f94ab512c0ddcdbed12 (patch) | |
tree | dcdffbc36144be8a5f8f6664584ee8fbf576acfe /opengl/specs | |
parent | 3c03f63b656346beee5f04dbfa02f07fec0b8360 (diff) | |
download | frameworks_native-bc2d79ed7ada6243f3690f94ab512c0ddcdbed12.zip frameworks_native-bc2d79ed7ada6243f3690f94ab512c0ddcdbed12.tar.gz frameworks_native-bc2d79ed7ada6243f3690f94ab512c0ddcdbed12.tar.bz2 |
add a way to access the version string of the h/w implementation of EGL
we use a hidden egl extension. the version string is printed
in SF's dumpsys log.
Change-Id: I123eb4bde6de462bb2404c67b74d6d6219a48d6a
Diffstat (limited to 'opengl/specs')
-rw-r--r-- | opengl/specs/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/specs/README b/opengl/specs/README index 2fa2587..16b278f 100644 --- a/opengl/specs/README +++ b/opengl/specs/README @@ -9,4 +9,5 @@ for use by Android extensions. 0x3140 EGL_ANDROID_image_native_buffer 0x3141 (unused) 0x3142 EGL_ANDROID_recordable -0x3143 - 0x314F (unused) +0x3143 EGL_VERSION_HW_ANDROID (internal use) +0x3144 - 0x314F (unused) |