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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java230 // GLThread may still be running if this view was never
358 mGLThread = new GLThread(mThisWeakRef);
589 mGLThread = new GLThread(mThisWeakRef);
1222 static class GLThread extends Thread { class in class:GLSurfaceView
1223 GLThread(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { method in class:GLSurfaceView.GLThread
1234 setName("GLThread " + getId());
1236 Log.i("GLThread", "starting tid=" + getId());
1307 Log.i("GLThread", "mPaused is now " + mPaused + " tid=" + getId());
1314 Log.i("GLThread", "releasing EGL context because asked to tid=" + getId());
1332 Log.i("GLThread", "releasin
[all...]

Completed in 63 milliseconds