Searched defs:dri_context (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_context.h45 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/gallium/state_trackers/dri/common/
H A Ddri_context.h45 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h59 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/swrast/
H A Dswrast_priv.h59 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h69 __DRIcontext *dri_context; member in struct:nouveau_context
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h69 __DRIcontext *dri_context; member in struct:nouveau_context
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h139 __DRIcontext *dri_context; member in struct:dri2_egl_context
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h139 __DRIcontext *dri_context; member in struct:dri2_egl_context
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c79 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;
/external/mesa3d/src/glx/
H A Ddri_glx.c79 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 859 milliseconds