to top
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

Added in API level 18

Constant Value: 12540 (0x000030fc)

public static final int EGL_CONTEXT_MAJOR_VERSION_KHR

Added in API level 18

Constant Value: 12440 (0x00003098)

public static final int EGL_CONTEXT_MINOR_VERSION_KHR

Added in API level 18

Constant Value: 12539 (0x000030fb)

public static final int EGL_OPENGL_ES3_BIT_KHR

Added in API level 18

Constant Value: 64 (0x00000040)

Public Constructors

public EGLExt ()

Added in API level 18

Public Methods

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

Added in API level 18