Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/testPauseResume/
DREADME26 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:…
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java104 private static class EglHelper { class in BlockingGLTextureView
314 private EglHelper mEglHelper = new EglHelper();
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java778 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext()
985 private static class EglHelper { class in GLSurfaceView
986 public EglHelper(WeakReference<GLSurfaceView> glSurfaceViewWeakRef) { in EglHelper() method in GLSurfaceView.EglHelper
1271 mEglHelper = new EglHelper(mGLSurfaceViewWeakRef); in guardedRun()
1556 EglHelper.logEglErrorAsWarning("GLThread", "eglSwapBuffers", swapError); in guardedRun()
1775 private EglHelper mEglHelper;