Home | History | Annotate | Download | only in EGL

Lines Matching refs:disp

275                 dp->disp.dpy, configs, config_size, num_config);
341 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA);
353 dp->disp.dpy, attrib_list, configs, config_size, num_config);
368 dp->disp.dpy, config, attribute, value);
409 EGLDisplay iDpy = dp->disp.dpy;
534 dp->disp.dpy, config, pixmap, attrib_list);
553 dp->disp.dpy, config, attrib_list);
575 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
596 dp->disp.dpy, s->surface, attribute, value);
635 dp->disp.dpy, config, share_list, attrib_list);
677 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context);
796 dp->disp.dpy, c->context, attribute, value);
1105 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface);
1121 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target);
1153 return dp->disp.queryString.vendor;
1155 return dp->disp.queryString.version;
1157 return dp->disp.queryString.extensions;
1159 return dp->disp.queryString.clientApi;
1183 dp->disp.dpy, s->surface, attribute, value);
1203 dp->disp.dpy, s->surface, buffer);
1223 dp->disp.dpy, s->surface, buffer);
1238 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval);
1331 dp->disp.dpy, buftype, buffer, config, attrib_list);
1355 dp->disp.dpy, s->surface, attrib_list);
1373 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface);
1393 dp->disp.dpy,
1410 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
1430 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list);
1445 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
1460 dp->disp.dpy, sync, mode);
1477 dp->disp.dpy, sync, flags, timeout);
1494 dp->disp.dpy, sync, attribute, value);
1510 result = cnx->egl.eglWaitSyncKHR(dp->disp.dpy, sync, flags);
1529 result = cnx->egl.eglDupNativeFenceFDANDROID(dp->disp.dpy, sync);