HomeSort by relevance Sort by last modified time
    Searched refs:dri_context (Results 1 - 17 of 17) 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 *
dri_context.c 36 #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 *ctx = dri_context(cPriv)
    [all...]
dri_drawable.h 37 struct dri_context;
82 struct dri_context *ctx,
dri_screen.h 43 struct dri_context;
dri_drawable.c 33 #include "dri_context.h"
208 struct dri_context *ctx = dri_context(pDRICtx);
387 ctxi = dri_context(driCtx)->st;
  /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;
swrast.c 66 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/gallium/state_trackers/dri/sw/
Makefile 20 dri_context.c \
drisw.c 45 #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/
Makefile 17 dri_context.c \
dri2.c 39 #include "dri_context.h"
49 struct dri_context *ctx = dri_get_current(dPriv->driScreenPriv);
411 struct dri_context *ctx,
503 struct dri_context *ctx = dri_context(context);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 69 __DRIcontext *dri_context; member in struct:nouveau_context
nouveau_driver.c 70 __DRIdrawable *drawable = nctx->dri_context->driDrawablePriv;
nouveau_context.c 96 nctx->dri_context = dri_ctx;
424 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_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;
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 717 dri2_ctx_shared ? dri2_ctx_shared->dri_context : NULL;
826 dri2_ctx->dri_context =
837 dri2_ctx->dri_context =
846 dri2_ctx->dri_context =
854 if (!dri2_ctx->dri_context)
874 dri2_dpy->core->destroyContext(dri2_ctx->dri_context);
908 cctx = (dri2_ctx) ? dri2_ctx->dri_context : NULL;
911 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context;
1019 (*dri2_dpy->tex_buffer->setTexBuffer2)(dri2_ctx->dri_context,
1051 (*dri2_dpy->tex_buffer->releaseTexBuffer)(dri2_ctx->dri_context,
    [all...]
egl_dri2.h 139 __DRIcontext *dri_context; member in struct:dri2_egl_context

Completed in 203 milliseconds