From 224d992b7190784449e937ace32fd2801a6fcacf Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Fri, 13 Oct 2017 15:53:31 -0700 Subject: Update EGL_ANDROID_get_native_client_buffer.txt Import minor changes made while adding this extension to https://github.com/KhronosGroup/EGL-Registry. Test: none, not code Change-Id: I99c3c585f7161ca4ed4538b619f5cf9023265cfc --- opengl/specs/EGL_ANDROID_get_native_client_buffer.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'opengl') diff --git a/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt b/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt index 772b21a132..285bba46de 100644 --- a/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt +++ b/opengl/specs/EGL_ANDROID_get_native_client_buffer.txt @@ -16,15 +16,15 @@ Contact Status - Draft + Complete Version - Version 1.0, January 27, 2017 + Version 3, October 11, 2017 Number - EGL Extension #XXX + EGL Extension #123 Dependencies @@ -43,11 +43,11 @@ Overview New Types -struct AHardwareBuffer + struct AHardwareBuffer New Procedures and Functions -EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer *buffer) + EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) New Tokens @@ -62,7 +62,7 @@ Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors) "The command EGLClientBuffer eglGetNativeClientBufferANDROID( - AHardwareBuffer *buffer) + const struct AHardwareBuffer *buffer) may be used to create an EGLClientBuffer from an AHardwareBuffer object. EGL implementations must guarantee that the lifetime of the returned @@ -92,6 +92,9 @@ Issues Revision History +#3 (Jesse Hall, October 11, 2017) + - Assigned extension number, fixed minor issues for publication + #2 (Craig Donner, February 17, 2017) - Fix typographical errors. -- cgit v1.2.3-59-g8ed1b