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

Commit 3db6b7db 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

am: 9b35a97f

Change-Id: I0a8c89098483948516220d694571ca3772c3f23e
parents 5ffd4742 9b35a97f
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -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

@@ -47,7 +47,7 @@ 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.