Home | History | Annotate | Download | only in EGL

Lines Matching refs:disp

261                 dp->disp.dpy, configs, config_size, num_config);
327 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA);
339 dp->disp.dpy, attrib_list, configs, config_size, num_config);
354 dp->disp.dpy, config, attribute, value);
370 EGLDisplay iDpy = dp->disp.dpy;
423 dp->disp.dpy, config, pixmap, attrib_list);
442 dp->disp.dpy, config, attrib_list);
464 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
485 dp->disp.dpy, s->surface, attribute, value);
526 dp->disp.dpy, config, share_list, attrib_list);
574 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context);
690 dp->disp.dpy, c->context, attribute, value);
998 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1014 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target);
1046 return dp->disp.queryString.vendor;
1048 return dp->disp.queryString.version;
1050 return dp->disp.queryString.extensions;
1052 return dp->disp.queryString.clientApi;
1076 dp->disp.dpy, s->surface, attribute, value);
1096 dp->disp.dpy, s->surface, buffer);
1116 dp->disp.dpy, s->surface, buffer);
1131 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
1224 dp->disp.dpy, buftype, buffer, config, attrib_list);
1248 dp->disp.dpy, s->surface, attrib_list);
1266 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
1286 dp->disp.dpy,
1303 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
1323 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list);
1338 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
1353 dp->disp.dpy, sync, mode);
1370 dp->disp.dpy, sync, flags, timeout);
1387 dp->disp.dpy, sync, attribute, value);
1403 result = cnx->egl.eglWaitSyncKHR(dp->disp.dpy, sync, flags);
1422 result = cnx->egl.eglDupNativeFenceFDANDROID(dp->disp.dpy, sync);