Home | History | Annotate | Download | only in specs
      1 Name
      2 
      3     ANDROID_GLES_layers
      4 
      5 Name Strings
      6 
      7     EGL_ANDROID_GLES_layers
      8 
      9 Contributors
     10 
     11     Cody Northrop
     12 
     13 Contact
     14 
     15     Cody Northrop, Google LLC (cnorthrop 'at' google.com)
     16 
     17 Status
     18 
     19     Draft
     20 
     21 Version
     22 
     23     Version 1, March 3, 2019
     24 
     25 Number
     26 
     27     EGL Extension #132
     28 
     29 Extension Type
     30 
     31     EGL client extension
     32 
     33 Dependencies
     34 
     35     Requires EGL 1.5 or EGL_EXT_client_extensions
     36 
     37 Overview
     38 
     39     This extension indicates the EGL loader supports GLES layering on Android.
     40     It does not add any requirements to drivers or hardware.
     41 
     42     See frameworks/native/opengl/libs/EGL/GLES_layers.md in Android for
     43     more information.
     44 
     45 New Types
     46 
     47     None
     48 
     49 New Procedures and Functions
     50 
     51     None
     52 
     53 New Tokens
     54 
     55     None
     56 
     57 Issues
     58 
     59     None
     60 
     61 Revision History
     62 
     63 #1 (Cody Northrop, March 3, 2019)
     64     - Initial draft.
     65