Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

EGLExt

extends Object
java.lang.Object
   ↳ android.opengl.EGLExt

Class Overview

EGL Extensions

Summary

Constants
int EGL_CONTEXT_FLAGS_KHR
int EGL_CONTEXT_MAJOR_VERSION_KHR
int EGL_CONTEXT_MINOR_VERSION_KHR
int EGL_OPENGL_ES3_BIT_KHR
Public Constructors
EGLExt ()
Public Methods
static boolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, long time)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int EGL_CONTEXT_FLAGS_KHR

Constant Value: 12540 (0x000030fc)

public static final int EGL_CONTEXT_MAJOR_VERSION_KHR

Constant Value: 12440 (0x00003098)

public static final int EGL_CONTEXT_MINOR_VERSION_KHR

Constant Value: 12539 (0x000030fb)

public static final int EGL_OPENGL_ES3_BIT_KHR

Constant Value: 64 (0x00000040)

Public Constructors

public EGLExt ()

Public Methods

public static boolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, long time)