Loading opengl/specs/EGL_ANDROID_get_native_client_buffer.txt +9 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -47,7 +47,7 @@ struct AHardwareBuffer New Procedures and Functions EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer *buffer) EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) New Tokens Loading @@ -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 Loading Loading @@ -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. Loading Loading
opengl/specs/EGL_ANDROID_get_native_client_buffer.txt +9 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -47,7 +47,7 @@ struct AHardwareBuffer New Procedures and Functions EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer *buffer) EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) New Tokens Loading @@ -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 Loading Loading @@ -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. Loading