Searched refs:GLThread (Results 1 – 2 of 2) sorted by relevance
24 E/AndroidRuntime( 1466): FATAL EXCEPTION: GLThread 929 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.j…30 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:110…
359 mGLThread = new GLThread(mThisWeakRef); in setRenderer()590 mGLThread = new GLThread(mThisWeakRef); in onAttachedToWindow()1222 static class GLThread extends Thread { class in GLSurfaceView1223 GLThread(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in GLThread() method in GLSurfaceView.GLThread1829 public synchronized void threadExiting(GLThread thread) { in threadExiting()1847 public boolean tryAcquireEglContextLocked(GLThread thread) { in tryAcquireEglContextLocked()1871 public void releaseEglContextLocked(GLThread thread) { in releaseEglContextLocked()1938 private GLThread mEglOwner;1945 private GLThread mGLThread;