Lines Matching refs:disp

328                 dp->disp.dpy, configs, config_size, num_config);  in eglGetConfigs()
394 dp->disp.dpy, aaAttribs, configs, config_size, &numConfigAA); in eglChooseConfig()
406 dp->disp.dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
421 dp->disp.dpy, config, attribute, value); in eglGetConfigAttrib()
457 EGLDisplay iDpy = dp->disp.dpy; in eglCreateWindowSurface()
565 dp->disp.dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
584 dp->disp.dpy, config, attrib_list); in eglCreatePbufferSurface()
606 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface); in eglDestroySurface()
627 dp->disp.dpy, s->surface, attribute, value); in eglQuerySurface()
666 dp->disp.dpy, config, share_list, attrib_list); in eglCreateContext()
704 EGLBoolean result = c->cnx->egl.eglDestroyContext(dp->disp.dpy, c->context); in eglDestroyContext()
819 dp->disp.dpy, c->context, attribute, value); in eglQueryContext()
1094 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface); in eglSwapBuffersWithDamageKHR()
1115 return s->cnx->egl.eglSwapBuffersWithDamageKHR(dp->disp.dpy, s->surface, in eglSwapBuffersWithDamageKHR()
1118 return s->cnx->egl.eglSwapBuffers(dp->disp.dpy, s->surface); in eglSwapBuffersWithDamageKHR()
1140 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target); in eglCopyBuffers()
1172 return dp->disp.queryString.vendor; in eglQueryStringImplementationANDROID()
1174 return dp->disp.queryString.version; in eglQueryStringImplementationANDROID()
1176 return dp->disp.queryString.extensions; in eglQueryStringImplementationANDROID()
1178 return dp->disp.queryString.clientApi; in eglQueryStringImplementationANDROID()
1210 dp->disp.dpy, s->surface, attribute, value); in eglSurfaceAttrib()
1230 dp->disp.dpy, s->surface, buffer); in eglBindTexImage()
1250 dp->disp.dpy, s->surface, buffer); in eglReleaseTexImage()
1265 res = cnx->egl.eglSwapInterval(dp->disp.dpy, interval); in eglSwapInterval()
1353 dp->disp.dpy, buftype, buffer, config, attrib_list); in eglCreatePbufferFromClientBuffer()
1377 dp->disp.dpy, s->surface, attrib_list); in eglLockSurfaceKHR()
1395 return s->cnx->egl.eglUnlockSurfaceKHR(dp->disp.dpy, s->surface); in eglUnlockSurfaceKHR()
1415 dp->disp.dpy, in eglCreateImageKHR()
1432 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img); in eglDestroyImageKHR()
1452 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list); in eglCreateSyncKHR()
1467 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync); in eglDestroySyncKHR()
1482 dp->disp.dpy, sync, mode); in eglSignalSyncKHR()
1499 dp->disp.dpy, sync, flags, timeout); in eglClientWaitSyncKHR()
1516 dp->disp.dpy, sync, attribute, value); in eglGetSyncAttribKHR()
1532 dp->disp.dpy, attrib_list); in eglCreateStreamKHR()
1548 dp->disp.dpy, stream); in eglDestroyStreamKHR()
1565 dp->disp.dpy, stream, attribute, value); in eglStreamAttribKHR()
1582 dp->disp.dpy, stream, attribute, value); in eglQueryStreamKHR()
1599 dp->disp.dpy, stream, attribute, value); in eglQueryStreamu64KHR()
1616 dp->disp.dpy, stream, attribute, value); in eglQueryStreamTimeKHR()
1632 dp->disp.dpy, config, stream, attrib_list); in eglCreateStreamProducerSurfaceKHR()
1654 dp->disp.dpy, stream); in eglStreamConsumerGLTextureExternalKHR()
1671 dp->disp.dpy, stream); in eglStreamConsumerAcquireKHR()
1688 dp->disp.dpy, stream); in eglStreamConsumerReleaseKHR()
1705 dp->disp.dpy, stream); in eglGetStreamFileDescriptorKHR()
1722 dp->disp.dpy, file_descriptor); in eglCreateStreamFromFileDescriptorKHR()
1738 result = cnx->egl.eglWaitSyncKHR(dp->disp.dpy, sync, flags); in eglWaitSyncKHR()
1757 result = cnx->egl.eglDupNativeFenceFDANDROID(dp->disp.dpy, sync); in eglDupNativeFenceFDANDROID()
1932 return s->cnx->egl.eglSetDamageRegionKHR(dp->disp.dpy, s->surface, in eglSetDamageRegionKHR()