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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 410 * driver, dlsym() for the __DRI_DRIVER_EXTENSIONS symbol and look for
413 #define __DRI_DRIVER_EXTENSIONS "__driDriverExtensions"
  /external/mesa3d/src/glx/
dri_common.c 178 extensions = dlsym(handle, __DRI_DRIVER_EXTENSIONS);
dri_glx.c 844 extensions = dlsym(psc->driver, __DRI_DRIVER_EXTENSIONS);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 466 * driver, dlsym() for the __DRI_DRIVER_EXTENSIONS symbol and look for
469 #define __DRI_DRIVER_EXTENSIONS "__driDriverExtensions"
  /external/mesa3d/include/GL/internal/
dri_interface.h 633 * driver, dlsym() for the __DRI_DRIVER_EXTENSIONS symbol and look for
636 #define __DRI_DRIVER_EXTENSIONS "__driDriverExtensions"
639 * This symbol replaces the __DRI_DRIVER_EXTENSIONS symbol, and will be
    [all...]
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 378 extensions = dlsym(dri->driver, __DRI_DRIVER_EXTENSIONS);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 531 extensions = dlsym(dri2_dpy->driver, __DRI_DRIVER_EXTENSIONS);
    [all...]

Completed in 423 milliseconds