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…
358 mGLThread = new GLThread(mThisWeakRef); in setRenderer()589 mGLThread = new GLThread(mThisWeakRef); in onAttachedToWindow()1221 static class GLThread extends Thread { class in GLSurfaceView1222 GLThread(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in GLThread() method in GLSurfaceView.GLThread1813 public synchronized void threadExiting(GLThread thread) { in threadExiting()1831 public boolean tryAcquireEglContextLocked(GLThread thread) { in tryAcquireEglContextLocked()1855 public void releaseEglContextLocked(GLThread thread) { in releaseEglContextLocked()1922 private GLThread mEglOwner;1929 private GLThread mGLThread;