HomeSort by relevance Sort by last modified time
    Searched refs:PlatformDisplay (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/egl/main/
egldisplay.h 128 void *PlatformDisplay; /**< A pointer to the platform display */
egldisplay.c 262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy)
273 dpy->PlatformDisplay = plat_dpy;
eglapi.c 531 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
552 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
713 if (disp->Platform != _eglGetNativePlatform(disp->PlatformDisplay))
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 990 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);
    [all...]
platform_drm.c 410 gbm = disp->PlatformDisplay;
platform_wayland.c 771 if (disp->PlatformDisplay == NULL) {
777 dri2_dpy->wl_dpy = disp->PlatformDisplay;
egl_dri2.c 617 if (disp->PlatformDisplay == NULL) {
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 605 GLX_dpy->dpy = (Display *) disp->PlatformDisplay;
618 if (!disp->PlatformDisplay)
633 if (!disp->PlatformDisplay)
663 if (!disp->PlatformDisplay)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 541 nplat->name, dpy->PlatformDisplay);
543 nplat->create_display(dpy->PlatformDisplay, dpy->Options.UseFallback);

Completed in 105 milliseconds