Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b35a97f authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

Merge "Update EGL_ANDROID_get_native_client_buffer.txt" am: c8b3006e

am: b002413f

Change-Id: Ic23587e3d1ced162a5d83cc2242192b0117b64aa
parents ea5bc92b b002413f
Loading
Loading
Loading
Loading
+9 −6
Original line number Original line Diff line number Diff line
@@ -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


@@ -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


@@ -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
@@ -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.