Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java930 mEglDisplay = mEgl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in start()
932 if (mEglDisplay == EGL10.EGL_NO_DISPLAY) { in start()
940 if(!mEgl.eglInitialize(mEglDisplay, version)) { in start()
943 mEglConfig = mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay); in start()
949 mEglContext = mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start()
972 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in createSurface()
974 mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in createSurface()
981 mEglDisplay, mEglConfig, holder); in createSurface()
991 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface()
1019 mEgl.eglSwapBuffers(mEglDisplay, mEglSurface); in swap()
[all …]