public class EGLExt
extends Object
java.lang.Object | |
↳ | android.opengl.EGLExt |
EGL Extensions
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) |
Inherited methods |
|
---|---|
![]() java.lang.Object
|
int EGL_CONTEXT_FLAGS_KHR
Constant Value: 12540 (0x000030fc)
int EGL_CONTEXT_MAJOR_VERSION_KHR
Constant Value: 12440 (0x00003098)
int EGL_CONTEXT_MINOR_VERSION_KHR
Constant Value: 12539 (0x000030fb)
int EGL_OPENGL_ES3_BIT_KHR
Constant Value: 64 (0x00000040)
boolean eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface sur, long time)
Parameters | |
---|---|
dpy |
EGLDisplay
|
sur |
EGLSurface
|
time |
long
|
Returns | |
---|---|
boolean |