API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.opengl.GLDebugHelper

Removed Methods
GL wrap(GL, boolean, Writer) Wrap an existing GL interface in a new GL interface that adds support for error checking and/or logging.
 

Added Methods
EGL wrap(EGL, int, Writer) Wrap an existing EGL interface in a new EGL interface that adds support for error checking and/or logging.
GL wrap(GL, int, Writer)  
 

Added Fields
int CONFIG_CHECK_GL_ERROR Check glError() after every call.
int CONFIG_CHECK_THREAD Check if all calls are on the same thread.
int CONFIG_LOG_ARGUMENT_NAMES Check if all calls are on the same thread.
int ERROR_WRONG_THREAD The Error number used in the GLException that is thrown if CONFIG_CHECK_THREAD is enabled and you call OpenGL ES on the a different thread.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff