Searched refs:mEglDisplay (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java906 mEglDisplay = mEgl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY);
908 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) {
916 if(!mEgl.eglInitialize(mEglDisplay, version)) {
919 mEglConfig = mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);
925 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig);
951 if (mEglDisplay == null) {
967 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE,
969 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
976 mEglDisplay, mEglConfig, holder);
991 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurfac
1084 EGLDisplay mEglDisplay; field in class:GLSurfaceView.EglHelper
[all...]
/frameworks/base/core/java/android/view/
H A DViewRoot.java208 EGLDisplay mEglDisplay; field in class:ViewRoot
351 mEglDisplay = eglDisplay;
410 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE,
412 mEgl.eglDestroyContext(mEglDisplay, mEglContext);
413 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
414 mEgl.eglTerminate(mEglDisplay);
417 mEglDisplay = null;
1416 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);

Completed in 52 milliseconds