Loading opengl/specs/EGL_ANDROID_get_native_client_buffer.txt +9 −6 Original line number Original line Diff line number Diff line Loading @@ -16,15 +16,15 @@ Contact Status Status Draft Complete Version Version Version 1.0, January 27, 2017 Version 3, October 11, 2017 Number Number EGL Extension #XXX EGL Extension #123 Dependencies Dependencies Loading @@ -47,7 +47,7 @@ struct AHardwareBuffer New Procedures and Functions New Procedures and Functions EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer *buffer) EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) New Tokens New Tokens Loading @@ -62,7 +62,7 @@ Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors) "The command "The command EGLClientBuffer eglGetNativeClientBufferANDROID( EGLClientBuffer eglGetNativeClientBufferANDROID( AHardwareBuffer *buffer) const struct AHardwareBuffer *buffer) may be used to create an EGLClientBuffer from an AHardwareBuffer object. may be used to create an EGLClientBuffer from an AHardwareBuffer object. EGL implementations must guarantee that the lifetime of the returned EGL implementations must guarantee that the lifetime of the returned Loading Loading @@ -92,6 +92,9 @@ Issues Revision History Revision History #3 (Jesse Hall, October 11, 2017) - Assigned extension number, fixed minor issues for publication #2 (Craig Donner, February 17, 2017) #2 (Craig Donner, February 17, 2017) - Fix typographical errors. - Fix typographical errors. Loading Loading
opengl/specs/EGL_ANDROID_get_native_client_buffer.txt +9 −6 Original line number Original line Diff line number Diff line Loading @@ -16,15 +16,15 @@ Contact Status Status Draft Complete Version Version Version 1.0, January 27, 2017 Version 3, October 11, 2017 Number Number EGL Extension #XXX EGL Extension #123 Dependencies Dependencies Loading @@ -47,7 +47,7 @@ struct AHardwareBuffer New Procedures and Functions New Procedures and Functions EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer *buffer) EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) New Tokens New Tokens Loading @@ -62,7 +62,7 @@ Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors) "The command "The command EGLClientBuffer eglGetNativeClientBufferANDROID( EGLClientBuffer eglGetNativeClientBufferANDROID( AHardwareBuffer *buffer) const struct AHardwareBuffer *buffer) may be used to create an EGLClientBuffer from an AHardwareBuffer object. may be used to create an EGLClientBuffer from an AHardwareBuffer object. EGL implementations must guarantee that the lifetime of the returned EGL implementations must guarantee that the lifetime of the returned Loading Loading @@ -92,6 +92,9 @@ Issues Revision History Revision History #3 (Jesse Hall, October 11, 2017) - Assigned extension number, fixed minor issues for publication #2 (Craig Donner, February 17, 2017) #2 (Craig Donner, February 17, 2017) - Fix typographical errors. - Fix typographical errors. Loading