Searched defs:GLThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java229 // GLThread may still be running if this view was never
359 mGLThread = new GLThread(mThisWeakRef);
619 mGLThread = new GLThread(mThisWeakRef);
1251 static class GLThread extends Thread { class in class:GLSurfaceView
1252 GLThread(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { method in class:GLSurfaceView.GLThread
1264 setName("GLThread " + getId());
1266 Log.i("GLThread", "starting tid=" + getId());
1340 Log.i("GLThread", "mPaused is now " + mPaused + " tid=" + getId());
1347 Log.i("GLThread", "releasing EGL context because asked to tid=" + getId());
1365 Log.i("GLThread", "releasin
[all...]

Completed in 11 milliseconds