android.opengl
Class GLDebugHelper

java.lang.Object
  extended by android.opengl.GLDebugHelper

public class GLDebugHelper
extends Object


Field Summary
static int CONFIG_CHECK_GL_ERROR
           
static int CONFIG_CHECK_THREAD
           
static int CONFIG_LOG_ARGUMENT_NAMES
           
static int ERROR_WRONG_THREAD
           
 
Constructor Summary
GLDebugHelper()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_CHECK_GL_ERROR

public static final int CONFIG_CHECK_GL_ERROR
See Also:
Constant Field Values

CONFIG_CHECK_THREAD

public static final int CONFIG_CHECK_THREAD
See Also:
Constant Field Values

CONFIG_LOG_ARGUMENT_NAMES

public static final int CONFIG_LOG_ARGUMENT_NAMES
See Also:
Constant Field Values

ERROR_WRONG_THREAD

public static final int ERROR_WRONG_THREAD
See Also:
Constant Field Values
Constructor Detail

GLDebugHelper

public GLDebugHelper()
Method Detail

wrap

public static javax.microedition.khronos.opengles.GL wrap(javax.microedition.khronos.opengles.GL gl,
                                                          int configFlags,
                                                          Writer log)

wrap

public static javax.microedition.khronos.egl.EGL wrap(javax.microedition.khronos.egl.EGL egl,
                                                      int configFlags,
                                                      Writer log)


Copyright © 2008-2012. All Rights Reserved.