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

  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 45 struct dri_context struct
64 static INLINE struct dri_context *
65 dri_context(__DRIcontext * driContextPriv) function
69 return (struct dri_context *)driContextPriv->driverPrivate;
73 * dri_context.c
84 struct dri_context *
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast_priv.h 59 struct dri_context struct
68 static INLINE struct dri_context *
69 dri_context(__DRIcontext * driContextPriv) function
71 return (struct dri_context *)driContextPriv->driverPrivate;
74 static INLINE struct dri_context *
77 return (struct dri_context *) ctx;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 69 __DRIcontext *dri_context; member in struct:nouveau_context
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 139 __DRIcontext *dri_context; member in struct:dri2_egl_context
  /external/mesa3d/src/glx/
dri_glx.c 79 struct dri_context struct
514 struct dri_context *pcp = (struct dri_context *) context;
532 struct dri_context *pcp = (struct dri_context *) context;
554 struct dri_context *pcp = (struct dri_context *) context;
577 struct dri_context *pcp, *pcp_shared;
594 pcp_shared = (struct dri_context *) shareList;

Completed in 103 milliseconds