Package com.kakao.vectormap.graphics.gl
Class EGLExt
- java.lang.Object
-
- com.kakao.vectormap.graphics.gl.EGLExt
-
public class EGLExt extends java.lang.Object
EGL Extensions
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CONTEXT_FLAGS_KHR
static int
EGL_CONTEXT_MAJOR_VERSION_KHR
static int
EGL_CONTEXT_MINOR_VERSION_KHR
static int
EGL_OPENGL_ES3_BIT_KHR
static int
EGL_RECORDABLE_ANDROID
-
Constructor Summary
Constructors Constructor Description EGLExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, long time)
-
-
-
Field Detail
-
EGL_CONTEXT_MAJOR_VERSION_KHR
public static final int EGL_CONTEXT_MAJOR_VERSION_KHR
- See Also:
- Constant Field Values
-
EGL_CONTEXT_MINOR_VERSION_KHR
public static final int EGL_CONTEXT_MINOR_VERSION_KHR
- See Also:
- Constant Field Values
-
EGL_CONTEXT_FLAGS_KHR
public static final int EGL_CONTEXT_FLAGS_KHR
- See Also:
- Constant Field Values
-
EGL_OPENGL_ES3_BIT_KHR
public static final int EGL_OPENGL_ES3_BIT_KHR
- See Also:
- Constant Field Values
-
EGL_RECORDABLE_ANDROID
public static final int EGL_RECORDABLE_ANDROID
- See Also:
- Constant Field Values
-
-