/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_context.c | 43 dri_pp_query(struct dri_context *ctx) in dri_pp_query() 71 struct dri_context *ctx = NULL; in dri_create_context() 101 st_share = ((struct dri_context *)sharedContextPrivate)->st; in dri_create_context() 104 ctx = CALLOC_STRUCT(dri_context); in dri_create_context() 169 struct dri_context *ctx = dri_context(cPriv); in dri_destroy_context() 195 struct dri_context *ctx = dri_context(cPriv); in dri_unbind_context() 218 struct dri_context *ctx = dri_context(cPriv); in dri_make_current() 254 struct dri_context * 263 return (struct dri_context *) (st) ? st->st_manager_private : NULL; in dri_get_current()
|
D | dri_drawable.c | 208 struct dri_context *ctx = dri_context(pDRICtx); in dri_set_tex_buffer2() 387 ctxi = dri_context(driCtx)->st; in dri_throttle()
|
D | SConscript | 18 'dri_context.c',
|
D | Makefile | 17 dri_context.c \
|
D | dri2.c | 49 struct dri_context *ctx = dri_get_current(dPriv->driScreenPriv); in dri2_flush_drawable() 411 struct dri_context *ctx, in dri2_update_tex_buffer() 503 struct dri_context *ctx = dri_context(context); in dri2_create_image_from_renderbuffer()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_context.c | 43 dri_pp_query(struct dri_context *ctx) in dri_pp_query() 71 struct dri_context *ctx = NULL; in dri_create_context() 101 st_share = ((struct dri_context *)sharedContextPrivate)->st; in dri_create_context() 104 ctx = CALLOC_STRUCT(dri_context); in dri_create_context() 169 struct dri_context *ctx = dri_context(cPriv); in dri_destroy_context() 195 struct dri_context *ctx = dri_context(cPriv); in dri_unbind_context() 218 struct dri_context *ctx = dri_context(cPriv); in dri_make_current() 254 struct dri_context * 263 return (struct dri_context *) (st) ? st->st_manager_private : NULL; in dri_get_current()
|
D | dri_drawable.c | 208 struct dri_context *ctx = dri_context(pDRICtx); in dri_set_tex_buffer2() 387 ctxi = dri_context(driCtx)->st; in dri_throttle()
|
D | drisw.c | 141 struct dri_context *ctx = dri_get_current(dPriv->driScreenPriv); in drisw_swap_buffers() 164 struct dri_context *ctx = dri_get_current(drawable->sPriv); in drisw_flush_frontbuffer() 245 struct dri_context *ctx, in drisw_update_tex_buffer()
|
D | SConscript | 18 'dri_context.c',
|
D | Makefile | 20 dri_context.c \
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_context.c | 43 dri_pp_query(struct dri_context *ctx) in dri_pp_query() 71 struct dri_context *ctx = NULL; in dri_create_context() 101 st_share = ((struct dri_context *)sharedContextPrivate)->st; in dri_create_context() 104 ctx = CALLOC_STRUCT(dri_context); in dri_create_context() 169 struct dri_context *ctx = dri_context(cPriv); in dri_destroy_context() 195 struct dri_context *ctx = dri_context(cPriv); in dri_unbind_context() 218 struct dri_context *ctx = dri_context(cPriv); in dri_make_current() 254 struct dri_context * 263 return (struct dri_context *) (st) ? st->st_manager_private : NULL; in dri_get_current()
|
D | dri_context.h | 45 struct dri_context struct 64 static INLINE struct dri_context * argument 65 dri_context(__DRIcontext * driContextPriv) in dri_context() function 69 return (struct dri_context *)driContextPriv->driverPrivate; in dri_context() 84 struct dri_context *
|
D | dri_drawable.h | 37 struct dri_context; 82 struct dri_context *ctx,
|
D | dri_drawable.c | 208 struct dri_context *ctx = dri_context(pDRICtx); in dri_set_tex_buffer2() 387 ctxi = dri_context(driCtx)->st; in dri_throttle()
|
D | dri_screen.h | 43 struct dri_context;
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast_priv.h | 59 struct dri_context struct 68 static INLINE struct dri_context * argument 69 dri_context(__DRIcontext * driContextPriv) in dri_context() function 71 return (struct dri_context *)driContextPriv->driverPrivate; in dri_context() 74 static INLINE struct dri_context * 77 return (struct dri_context *) ctx; in swrast_context()
|
D | swrast.c | 66 struct dri_context *dri_ctx; in swrastSetTexBuffer2() 711 struct dri_context *ctx = NULL; in dri_create_context() 712 struct dri_context *share = (struct dri_context *)sharedContextPrivate; in dri_create_context() 739 ctx = CALLOC_STRUCT(dri_context); in dri_create_context() 820 struct dri_context *ctx = dri_context(cPriv); in dri_destroy_context() 845 struct dri_context *ctx = dri_context(cPriv); in dri_make_current()
|
/external/mesa3d/src/glx/ |
D | dri_glx.c | 79 struct dri_context struct 514 struct dri_context *pcp = (struct dri_context *) context; in dri_destroy_context() 532 struct dri_context *pcp = (struct dri_context *) context; in dri_bind_context() 554 struct dri_context *pcp = (struct dri_context *) context; in dri_unbind_context() 577 struct dri_context *pcp, *pcp_shared; in dri_create_context() 594 pcp_shared = (struct dri_context *) shareList; in dri_create_context()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 717 dri2_ctx_shared ? dri2_ctx_shared->dri_context : NULL; in dri2_create_context() 826 dri2_ctx->dri_context = in dri2_create_context() 837 dri2_ctx->dri_context = in dri2_create_context() 846 dri2_ctx->dri_context = in dri2_create_context() 854 if (!dri2_ctx->dri_context) in dri2_create_context() 874 dri2_dpy->core->destroyContext(dri2_ctx->dri_context); in dri2_destroy_context() 908 cctx = (dri2_ctx) ? dri2_ctx->dri_context : NULL; in dri2_make_current() 911 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context; in dri2_make_current() 1019 (*dri2_dpy->tex_buffer->setTexBuffer2)(dri2_ctx->dri_context, in dri2_bind_tex_image() 1051 (*dri2_dpy->tex_buffer->releaseTexBuffer)(dri2_ctx->dri_context, in dri2_release_tex_image() [all …]
|
D | egl_dri2.h | 139 __DRIcontext *dri_context; member
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_context.h | 69 __DRIcontext *dri_context; member
|
D | nouveau_context.c | 96 nctx->dri_context = dri_ctx; in nouveau_context_create() 424 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context; in nouveau_validate_framebuffer()
|
D | nouveau_driver.c | 70 __DRIdrawable *drawable = nctx->dri_context->driDrawablePriv; in nouveau_flush()
|