Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp69 static EGLSurface sEglSurface = EGL_NO_SURFACE; variable
162 sEglSurface = surface; in initGraphics()
178 eglDestroySurface(sEglDisplay, sEglSurface); in deinitGraphics()
214 eglSwapBuffers(sEglDisplay, sEglSurface); in main()