public class EglFactory
extends java.lang.Object
| Constructor and Description |
|---|
EglFactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
android_opengl_egl_support() |
static IEglCore |
createEGL() |
static IEglCore |
createEGL(java.lang.Object sharedContext,
int flags) |
java.lang.Object |
getEGLContext() |
static AbstractSurfaceInfo |
newSurfaceInfo(android.view.SurfaceHolder holder,
int with,
int height) |
static IWindowSurface |
newWindowSurface(IEglCore elgCore,
AbstractSurfaceInfo sfInfo,
boolean releaseSurace) |
public static IEglCore createEGL()
public static IEglCore createEGL(java.lang.Object sharedContext, int flags)
public static boolean android_opengl_egl_support()
public static AbstractSurfaceInfo newSurfaceInfo(android.view.SurfaceHolder holder, int with, int height)
public static IWindowSurface newWindowSurface(IEglCore elgCore, AbstractSurfaceInfo sfInfo, boolean releaseSurace)
public java.lang.Object getEGLContext()