Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp72 static EGLSurface sEglSurface = EGL_NO_SURFACE; variable
166 sEglSurface = surface; in initGraphics()
182 eglDestroySurface(sEglDisplay, sEglSurface); in deinitGraphics()
218 eglSwapBuffers(sEglDisplay, sEglSurface); in main()