Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1016 public EglHelper(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in EglHelper() argument
1017 mGLSurfaceViewWeakRef = glSurfaceViewWeakRef; in EglHelper()
1254 GLThread(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in GLThread() argument
1261 mGLSurfaceViewWeakRef = glSurfaceViewWeakRef; in GLThread()