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()
114 eglSwapBuffers(dpy, surface); in main()
128 eglSwapBuffers(dpy, surface); in main()
143 eglSwapBuffers(dpy, surface); in main()
158 eglSwapBuffers(dpy, surface); in main()
175 eglSwapBuffers(dpy, surface); in main()
193 eglSwapBuffers(dpy, surface); in main()
207 eglSwapBuffers(dpy, surface); in main()
223 eglSwapBuffers(dpy, surface); in main()