Searched refs:PlatformDisplay (Results 1 - 18 of 18) sorted by relevance

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

Completed in 1372 milliseconds