HomeSort by relevance Sort by last modified time
    Searched refs:dri_context (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
Makefile 17 dri_context.c \
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
Makefile 17 dri_context.c \
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.h 69 __DRIcontext *dri_context; member in struct:nouveau_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/mesa/drivers/dri/nouveau/
nouveau_context.h 69 __DRIcontext *dri_context; member in struct:nouveau_context
  /external/chromium_org/third_party/mesa/src/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...]

Completed in 1259 milliseconds

1 2