summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Craig Donner <cdonner@google.com> 2017-02-17 14:24:29 -0800
committer Craig Donner <cdonner@google.com> 2017-02-17 14:26:35 -0800
commitedfdedf7665bfc9e619255b37501ad33a0fd4e24 (patch)
tree52303bcd56da61cf7ee7b3f431670a8fbd035898
parent89eba3681aa55865b933b451689d0cc4306bb6e4 (diff)
Fix typos in EGL_ANDROID_get_native_client_buffer spec.
Bug: 34050596 Test: N/A Change-Id: Ic15f074c019b0973408436781a00f9bd0260f036
-rw-r--r--opengl/specs/EGL_ANDROID_get_native_client_buffer.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt b/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt
index de012a0c30..772b21a132 100644
--- a/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt
+++ b/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt
@@ -61,7 +61,7 @@ Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
"The command
- EGLClientBuffer eglGeteNativeClientBufferANDROID(
+ EGLClientBuffer eglGetNativeClientBufferANDROID(
AHardwareBuffer *buffer)
may be used to create an EGLClientBuffer from an AHardwareBuffer object.
@@ -73,7 +73,7 @@ Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
Errors
- If eglGeteNativeClientBufferANDROID fails, NULL will be returned, no
+ If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
memory will be allocated, and the following error will be generated:
* If the value of buffer is NULL, the error EGL_BAD_PARAMETER is
@@ -92,5 +92,8 @@ Issues
Revision History
+#2 (Craig Donner, February 17, 2017)
+ - Fix typographical errors.
+
#1 (Craig Donner, January 27, 2017)
- Initial draft.