Home
last modified time | relevance | path

Searched refs:PlatformDisplay (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/egl/main/
Degldisplay.c262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy) in _eglFindDisplay()
273 dpy->PlatformDisplay = plat_dpy; in _eglFindDisplay()
Degldisplay.h128 void *PlatformDisplay; /**< A pointer to the platform display */ member
Deglapi.c531 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCreateWindowSurface()
552 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCreatePixmapSurface()
713 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay)) in eglCopyBuffers()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c990 if (disp->PlatformDisplay == NULL) { in dri2_initialize_x11_swrast()
993 dri2_dpy->conn = XGetXCBConnection((Display *) disp->PlatformDisplay); in dri2_initialize_x11_swrast()
1034 if (disp->PlatformDisplay == NULL) in dri2_initialize_x11_swrast()
1066 if (disp->PlatformDisplay == NULL) { in dri2_initialize_x11_dri2()
1069 dri2_dpy->conn = XGetXCBConnection((Display *) disp->PlatformDisplay); in dri2_initialize_x11_dri2()
1163 if (disp->PlatformDisplay == NULL) in dri2_initialize_x11_dri2()
Dplatform_wayland.c771 if (disp->PlatformDisplay == NULL) { in dri2_initialize_wayland()
777 dri2_dpy->wl_dpy = disp->PlatformDisplay; in dri2_initialize_wayland()
Dplatform_drm.c410 gbm = disp->PlatformDisplay; in dri2_initialize_drm()
Degl_dri2.c617 if (disp->PlatformDisplay == NULL) { in dri2_terminate()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c605 GLX_dpy->dpy = (Display *) disp->PlatformDisplay; in GLX_eglInitialize()
618 if (!disp->PlatformDisplay) in GLX_eglInitialize()
633 if (!disp->PlatformDisplay) in GLX_eglInitialize()
663 if (!disp->PlatformDisplay) in GLX_eglTerminate()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c541 nplat->name, dpy->PlatformDisplay); in egl_g3d_initialize()
543 nplat->create_display(dpy->PlatformDisplay, dpy->Options.UseFallback); in egl_g3d_initialize()