diff --git a/docs/xml/Javax.Microedition.Khronos.Egl/IEGL10.xml b/docs/xml/Javax.Microedition.Khronos.Egl/IEGL10.xml
index 433001841..d4c8257b3 100644
--- a/docs/xml/Javax.Microedition.Khronos.Egl/IEGL10.xml
+++ b/docs/xml/Javax.Microedition.Khronos.Egl/IEGL10.xml
@@ -1134,8 +1134,13 @@
+ Gets the EGL rendering context current to the calling thread.
- To be added.
+
+ The current rendering context, or
+
+ if no context is current.
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1164,8 +1169,13 @@
+ Gets the EGL display connection for the current rendering context.
- To be added.
+
+ The current display connection, or
+
+ if no context is current.
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1195,10 +1205,24 @@
- To be added.
+
+ Specifies whether to retrieve the read
+ () or draw
+ () surface.
+
+ Gets the requested surface of the current EGL rendering context.
- To be added.
+
+ The requested current surface, or
+
+ if no context is current.
+
+
+ is neither
+ nor
+ .
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1228,11 +1252,19 @@
- To be added.
+
+ Ignored by Android's EGL binding.
+
+ Gets Android's default EGL display connection.
- To be added.
+
+ The default EGL display connection, or
+
+ if no display connection is available.
+
+ Android's AOSP EGL binding always obtains .
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1260,8 +1292,12 @@
+ Gets and clears the error from the last EGL function invoked on the current thread.
- To be added.
+
+ The EGL error code. Calling this method resets the error to
+ .
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1367,12 +1403,24 @@
- To be added.
- To be added.
+ The EGL display connection to initialize.
+
+ May be . Otherwise, it must contain at least two elements and
+ receives the EGL major and minor version numbers at indices 0 and 1.
+
+ Initializes an EGL display connection.
- To be added.
+
+ if the display connection was initialized; otherwise,
+ .
+
+
+ is , or
+ is non-null and has fewer than two elements.
+
+ Android's AOSP EGL binding exposes EGL 1.0 through .
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -1504,13 +1552,32 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The EGL display connection.
+
+ The draw surface, or
+ when releasing the current context.
+
+
+ The read surface, or
+ when releasing the current context.
+
+
+ The rendering context to attach to the surfaces. Pass
+ with both surfaces
+ set to to release
+ the current context.
+
+ Binds a rendering context to the calling thread and to its draw and read surfaces.
- To be added.
+
+ if the context was made current; otherwise,
+ .
+
+
+ , , , or
+ is .
+
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -2329,12 +2396,21 @@
- To be added.
- To be added.
+ The EGL display connection.
+ The drawing surface whose buffers are swapped.
+ Swaps the color buffers of an EGL drawing surface.
- To be added.
+
+ if the buffers were swapped; otherwise,
+ .
+
+
+ or is
+ .
+
+ For a back-buffered window surface, this posts the color buffer to its native window. It has no effect on a single-buffered window, pixmap, or pixel-buffer surface.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
@@ -2363,11 +2439,19 @@
- To be added.
+ The EGL display connection to terminate.
+ Releases resources associated with an EGL display connection.
- To be added.
+
+ if the display connection was terminated; otherwise,
+ .
+
+
+ is .
+
+ Resources associated with contexts or surfaces that are current remain until they are no longer current.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.