Searched refs:dri_context (Results 1 - 25 of 42) sorted by relevance

12

/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 *
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A Ddri_drawable.h37 struct dri_context;
82 struct dri_context *ctx,
H A Ddri_screen.h43 struct dri_context;
H A Ddri_drawable.c33 #include "dri_context.h"
208 struct dri_context *ctx = dri_context(pDRICtx);
387 ctxi = dri_context(driCtx)->st;
/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 *
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A Ddri_drawable.h37 struct dri_context;
82 struct dri_context *ctx,
H A Ddri_screen.h43 struct dri_context;
H A Ddri_drawable.c33 #include "dri_context.h"
208 struct dri_context *ctx = dri_context(pDRICtx);
387 ctxi = dri_context(driCtx)->st;
/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;
H A Dswrast.c66 struct dri_context *dri_ctx;
711 struct dri_context *ctx = NULL;
712 struct dri_context *share = (struct dri_context *)sharedContextPrivate;
739 ctx = CALLOC_STRUCT(dri_context);
820 struct dri_context *ctx = dri_context(cPriv);
845 struct dri_context *ctx = dri_context(cPriv);
/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;
H A Dswrast.c66 struct dri_context *dri_ctx;
711 struct dri_context *ctx = NULL;
712 struct dri_context *share = (struct dri_context *)sharedContextPrivate;
739 ctx = CALLOC_STRUCT(dri_context);
820 struct dri_context *ctx = dri_context(cPriv);
845 struct dri_context *ctx = dri_context(cPriv);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A DMakefile17 dri_context.c \
H A Ddri_drawable.c33 #include "dri_context.h"
208 struct dri_context *ctx = dri_context(pDRICtx);
387 ctxi = dri_context(driCtx)->st;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A DMakefile20 dri_context.c \
H A Ddri_drawable.c33 #include "dri_context.h"
208 struct dri_context *ctx = dri_context(pDRICtx);
387 ctxi = dri_context(driCtx)->st;
H A Ddrisw.c45 #include "dri_context.h"
141 struct dri_context *ctx = dri_get_current(dPriv->driScreenPriv);
164 struct dri_context *ctx = dri_get_current(drawable->sPriv);
245 struct dri_context *ctx,
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A DMakefile17 dri_context.c \
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_context.c36 #include "dri_context.h"
43 dri_pp_query(struct dri_context *ctx)
71 struct dri_context *ctx = NULL;
101 st_share = ((struct dri_context *)sharedContextPrivate)->st;
104 ctx = CALLOC_STRUCT(dri_context);
169 struct dri_context *ctx = dri_context(cPriv);
195 struct dri_context *ctx = dri_context(cPriv);
218 struct dri_context *ct
[all...]
H A DMakefile20 dri_context.c \

Completed in 2597 milliseconds

12