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

  /external/mesa3d/src/egl/drivers/dri2/
platform_surfaceless.c 333 dri2_dpy->core->destroyScreen(dri2_dpy->dri_screen);
platform_x11.c     [all...]
platform_wayland.c     [all...]
platform_android.c     [all...]
egl_dri2.c 774 dri2_dpy->core->destroyScreen(dri2_dpy->dri_screen);
883 dri2_dpy->core->destroyScreen(dri2_dpy->dri_screen);
    [all...]
  /external/mesa3d/src/glx/
dri3_glx.c 554 (*psc->core->destroyScreen) (psc->driScreen);
899 psp->destroyScreen = dri3_destroy_screen;
936 psc->core->destroyScreen(psc->driScreen);
drisw_glx.c 587 (*psc->core->destroyScreen) (psc->driScreen);
731 psp->destroyScreen = driswDestroyScreen;
746 psc->core->destroyScreen(psc->driScreen);
dri2_glx.c 704 (*psc->core->destroyScreen) (psc->driScreen);
    [all...]
driwindows_glx.c 547 psp->destroyScreen = driwindowsDestroyScreen;
glxclient.h 109 void (*destroyScreen)(struct glx_screen *psc);
dri_glx.c 741 (*psc->core->destroyScreen) (psc->driScreen);
875 psp->destroyScreen = driDestroyScreen;
glxext.c 217 psc->driScreen->destroyScreen(psc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 559 void (*destroyScreen)(__DRIscreen *screen);
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 473 dri->core->destroyScreen(dri->screen);
1038 dri->core->destroyScreen(dri->screen);
  /external/mesa3d/include/GL/internal/
dri_interface.h 741 void (*destroyScreen)(__DRIscreen *screen);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 218 * This function calls __DriverAPIRec::DestroyScreen on \p screenPrivate, calls
229 psp->driver->DestroyScreen(psp);
767 .destroyScreen = driDestroyScreen,

Completed in 211 milliseconds