Searched refs:EglHelper (Results 1 – 3 of 3) sorted by relevance
26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…28 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:…
104 private static class EglHelper { class in BlockingGLTextureView314 private EglHelper mEglHelper = new EglHelper();
778 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext()985 private static class EglHelper { class in GLSurfaceView986 public EglHelper(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in EglHelper() method in GLSurfaceView.EglHelper1271 mEglHelper = new EglHelper(mGLSurfaceViewWeakRef); in guardedRun()1556 EglHelper.logEglErrorAsWarning("GLThread", "eglSwapBuffers", swapError); in guardedRun()1775 private EglHelper mEglHelper;