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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java934 mEglSurface = null;
961 if (mEglSurface != null && mEglSurface != EGL10.EGL_NO_SURFACE) {
969 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface);
975 mEglSurface = mEGLWindowSurfaceFactory.createWindowSurface(mEgl,
978 if (mEglSurface == null || mEglSurface == EGL10.EGL_NO_SURFACE) {
991 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
1019 if (! mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) {
1085 EGLSurface mEglSurface; field in class:GLSurfaceView.EglHelper
[all...]
/frameworks/base/core/java/android/view/
H A DViewRoot.java210 EGLSurface mEglSurface; field in class:ViewRoot
387 mEglSurface = surface;
413 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
416 mEglSurface = null;
1416 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface);

Completed in 67 milliseconds