• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name
2
3    ANDROID_GLES_layers
4
5Name Strings
6
7    EGL_ANDROID_GLES_layers
8
9Contributors
10
11    Cody Northrop
12
13Contact
14
15    Cody Northrop, Google LLC (cnorthrop 'at' google.com)
16
17Status
18
19    Draft
20
21Version
22
23    Version 1, March 3, 2019
24
25Number
26
27    EGL Extension #132
28
29Extension Type
30
31    EGL client extension
32
33Dependencies
34
35    Requires EGL 1.5 or EGL_EXT_client_extensions
36
37Overview
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
45New Types
46
47    None
48
49New Procedures and Functions
50
51    None
52
53New Tokens
54
55    None
56
57Issues
58
59    None
60
61Revision History
62
63#1 (Cody Northrop, March 3, 2019)
64    - Initial draft.
65