Home
last modified time | relevance | path

Searched refs:GLThread (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java362 mGLThread = new GLThread(mThisWeakRef); in setRenderer()
593 mGLThread = new GLThread(mThisWeakRef); in onAttachedToWindow()
1232 static class GLThread extends Thread { class in GLSurfaceViewCustom
1233 GLThread(WeakReference<GLSurfaceViewCustom> glSurfaceViewWeakRef) { in GLThread() method in GLSurfaceViewCustom.GLThread
1817 public synchronized void threadExiting(GLThread thread) { in threadExiting()
1835 public boolean tryAcquireEglContextLocked(GLThread thread) { in tryAcquireEglContextLocked()
1859 public void releaseEglContextLocked(GLThread thread) { in releaseEglContextLocked()
1926 private GLThread mEglOwner;
1933 private GLThread mGLThread;