Lines Matching refs:dpy
47 EGLDisplay dpy; in main() local
52 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
53 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
56 dpy, configAttribs, window, &config); in main()
62 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
63 context = eglCreateContext(dpy, config, NULL, NULL); in main()
64 eglMakeCurrent(dpy, surface, surface, context); in main()
65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
113 eglSwapBuffers(dpy, surface); in main()
127 eglSwapBuffers(dpy, surface); in main()
142 eglSwapBuffers(dpy, surface); in main()
157 eglSwapBuffers(dpy, surface); in main()
174 eglSwapBuffers(dpy, surface); in main()
192 eglSwapBuffers(dpy, surface); in main()
206 eglSwapBuffers(dpy, surface); in main()
222 eglSwapBuffers(dpy, surface); in main()