| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.c | 53 const struct gl_config *visual, __DRIcontext *dri_ctx, 58 __DRIscreen *dri_screen = dri_ctx->driScreenPriv; 82 nctx->dri_context = dri_ctx; 83 dri_ctx->driverPrivate = ctx; 88 nouveau_context_destroy(dri_ctx); 99 nouveau_context_destroy(dri_ctx); 224 nouveau_context_destroy(__DRIcontext *dri_ctx) argument 226 struct nouveau_context *nctx = dri_ctx->driverPrivate; 234 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw) argument 236 struct gl_context *ctx = dri_ctx 52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument 319 update_framebuffer(__DRIcontext * dri_ctx,__DRIdrawable * draw,int * stamp) argument 337 nouveau_context_make_current(__DRIcontext * dri_ctx,__DRIdrawable * dri_draw,__DRIdrawable * dri_read) argument 367 nouveau_context_unbind(__DRIcontext * dri_ctx) argument 393 validate_framebuffer(__DRIcontext * dri_ctx,__DRIdrawable * draw,int * stamp) argument 414 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context; local in function:nouveau_validate_framebuffer [all...] |
| H A D | nouveau_context.h | 112 const struct gl_config *visual, __DRIcontext *dri_ctx, 125 nouveau_context_destroy(__DRIcontext *dri_ctx); 128 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw); 131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw, 135 nouveau_context_unbind(__DRIcontext *dri_ctx);
|
| H A D | nouveau_texture.h | 53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
|
| H A D | nouveau_texture.c | 641 nouveau_set_texbuffer(__DRIcontext *dri_ctx, argument 645 struct nouveau_context *nctx = dri_ctx->driverPrivate; 661 nouveau_update_renderbuffers(dri_ctx, draw);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.c | 53 const struct gl_config *visual, __DRIcontext *dri_ctx, 58 __DRIscreen *dri_screen = dri_ctx->driScreenPriv; 82 nctx->dri_context = dri_ctx; 83 dri_ctx->driverPrivate = ctx; 88 nouveau_context_destroy(dri_ctx); 99 nouveau_context_destroy(dri_ctx); 224 nouveau_context_destroy(__DRIcontext *dri_ctx) argument 226 struct nouveau_context *nctx = dri_ctx->driverPrivate; 234 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw) argument 236 struct gl_context *ctx = dri_ctx 52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument 319 update_framebuffer(__DRIcontext * dri_ctx,__DRIdrawable * draw,int * stamp) argument 337 nouveau_context_make_current(__DRIcontext * dri_ctx,__DRIdrawable * dri_draw,__DRIdrawable * dri_read) argument 367 nouveau_context_unbind(__DRIcontext * dri_ctx) argument 393 validate_framebuffer(__DRIcontext * dri_ctx,__DRIdrawable * draw,int * stamp) argument 414 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context; local in function:nouveau_validate_framebuffer [all...] |
| H A D | nouveau_context.h | 112 const struct gl_config *visual, __DRIcontext *dri_ctx, 125 nouveau_context_destroy(__DRIcontext *dri_ctx); 128 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw); 131 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw, 135 nouveau_context_unbind(__DRIcontext *dri_ctx);
|
| H A D | nouveau_texture.h | 53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
|
| H A D | nouveau_texture.c | 644 nouveau_set_texbuffer(__DRIcontext *dri_ctx, argument 648 struct nouveau_context *nctx = dri_ctx->driverPrivate; 664 nouveau_update_renderbuffers(dri_ctx, draw);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | swrast.c | 81 struct dri_context *dri_ctx; local in function:swrastSetTexBuffer2 90 dri_ctx = pDRICtx->driverPrivate; 94 texObj = _mesa_get_current_tex_object(&dri_ctx->Base, target); 95 texImage = _mesa_get_tex_image(&dri_ctx->Base, texObj, target, 0); 98 _mesa_lock_texture(&dri_ctx->Base, texObj); 107 _mesa_init_teximage_fields(&dri_ctx->Base, texImage, 113 _mesa_unlock_texture(&dri_ctx->Base, texObj);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 486 brw_dri_create_fence_fd(__DRIcontext *dri_ctx, int fd) argument 488 struct brw_context *brw = dri_ctx->driverPrivate;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 579 brw_dri_create_fence_fd(__DRIcontext *dri_ctx, int fd) argument 581 struct brw_context *brw = dri_ctx->driverPrivate;
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1409 __DRIcontext *dri_ctx = dri2_egl_context(ctx)->dri_context; local in function:dri2_surf_update_fence_fd 1418 fence = dri2_dpy->fence->create_fence_fd(dri_ctx, -1);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | egl_dri2.c | 1718 __DRIcontext *dri_ctx = dri2_egl_context(ctx)->dri_context; local in function:dri2_surf_update_fence_fd 1727 fence = dri2_dpy->fence->create_fence_fd(dri_ctx, -1);
|