public class GLDebugHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIG_CHECK_GL_ERROR |
static int |
CONFIG_CHECK_THREAD |
static int |
CONFIG_LOG_ARGUMENT_NAMES |
static int |
ERROR_WRONG_THREAD |
| Constructor and Description |
|---|
GLDebugHelper() |
| Modifier and Type | Method and Description |
|---|---|
static javax.microedition.khronos.egl.EGL |
wrap(javax.microedition.khronos.egl.EGL egl,
int configFlags,
Writer log) |
static javax.microedition.khronos.opengles.GL |
wrap(javax.microedition.khronos.opengles.GL gl,
int configFlags,
Writer log) |
public static final int CONFIG_CHECK_GL_ERROR
public static final int CONFIG_CHECK_THREAD
public static final int CONFIG_LOG_ARGUMENT_NAMES
public static final int ERROR_WRONG_THREAD
Copyright © 2008-2013. All Rights Reserved.