HomeSort by relevance Sort by last modified time
    Searched defs:dri2 (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 49 __DRIdri2Extension *dri2; member in struct:gbm_dri_device
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 69 __DRIdri2LoaderExtension *dri2 = screen->dri2.loader; local
72 dri2->flushFrontBuffer(drawable, drawable->loaderPrivate);
  /hardware/intel/common/libva/va/x11/
va_dricommon.h 58 } dri2; member in union:dri_buffer
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 48 * The following structs are shared between DRISW and DRI2, the DRISW structs
49 * are essentially base classes of the DRI2 structs. DRISW needs to compile on
159 /* Flag to indicate that this is a DRI2 screen. Many of the above
164 } dri2; member in struct:__DRIscreenRec
204 } dri2; member in struct:__DRIcontextRec
247 * If this differs from the value stored at __DRIdrawable::dri2.stamp,
260 } dri2; member in struct:__DRIdrawableRec
  /external/valgrind/drd/
drd_error.c 267 const DataRaceErrInfo* const dri2 = VG_(get_error_extra)(e2); local
268 return dri1->access_type == dri2->access_type
269 && dri1->size == dri2->size;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 33 #include <xcb/dri2.h>
52 #define LOG_TAG "EGL-DRI2"
97 __DRIdri2Extension *dri2; member in struct:dri2_egl_display
  /external/mesa3d/src/glx/
dri2_glx.c 48 #include "dri2.h"
83 const __DRIdri2Extension *dri2; member in struct:dri2_screen
191 /* If the shareList context is not a DRI2 context, we cannot possibly
192 * create a DRI2 context that shares it.
213 (*psc->dri2->createNewContext) (psc->driScreen,
248 if (psc->dri2->base.version < 3) {
253 /* Remap the GLX tokens to DRI2 tokens.
281 * this we don't have to check the driver's DRI2 version before sending the
299 (*psc->dri2->createContextAttribs) (psc->driScreen,
333 /* If it's a GLX 1.3 drawables, we can destroy the DRI2 drawabl
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 207 int dri2; member in struct:psb_driver_data_s

Completed in 475 milliseconds