Lines Matching refs:dpy
47 EGLDisplay dpy; in main() local
51 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in main()
52 eglInitialize(dpy, &majorVersion, &minorVersion); in main()
55 dpy, configAttribs, window, &config); in main()
61 surface = eglCreateWindowSurface(dpy, config, window, NULL); in main()
62 context = eglCreateContext(dpy, config, NULL, NULL); in main()
63 eglMakeCurrent(dpy, surface, surface, context); in main()
64 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
65 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()