Searched refs:__DRIcontext (Results 1 - 25 of 61) sorted by relevance

123

/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_context.h49 __DRIcontext *cPriv;
63 dri_context(__DRIcontext * driContextPriv)
73 void dri_destroy_context(__DRIcontext * driContextPriv);
75 boolean dri_unbind_context(__DRIcontext * driContextPriv);
78 dri_make_current(__DRIcontext * driContextPriv,
88 __DRIcontext * driContextPriv,
H A Ddri_context.c44 __DRIcontext * cPriv,
171 dri_destroy_context(__DRIcontext * cPriv)
193 dri_unbind_context(__DRIcontext * cPriv)
215 dri_make_current(__DRIcontext * cPriv,
H A Ddri_drawable.h119 dri_flush(__DRIcontext *cPriv,
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h60 typedef struct __DRIcontextRec __DRIcontext; typedef in typeref:struct:__DRIcontextRec
216 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
240 void (*setTexBuffer)(__DRIcontext *pDRICtx,
252 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
264 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
315 void (*flush_with_flags)(__DRIcontext *ctx,
332 void (*throttle)(__DRIcontext *ctx,
362 void *(*create_fence)(__DRIcontext *ctx);
384 GLboolean (*client_wait_sync)(__DRIcontext *ctx, void *fence,
399 void (*server_wait_sync)(__DRIcontext *ct
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h69 __DRIcontext *dri_context;
112 const struct gl_config *visual, __DRIcontext *dri_ctx,
126 nouveau_context_destroy(__DRIcontext *dri_ctx);
129 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw);
132 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *ddraw,
136 nouveau_context_unbind(__DRIcontext *dri_ctx);
H A Dnouveau_texture.h53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
H A Dnouveau_context.c53 const struct gl_config *visual, __DRIcontext *dri_ctx,
226 nouveau_context_destroy(__DRIcontext *dri_ctx)
236 nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw)
321 update_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw,
339 nouveau_context_make_current(__DRIcontext *dri_ctx, __DRIdrawable *dri_draw,
369 nouveau_context_unbind(__DRIcontext *dri_ctx)
395 validate_framebuffer(__DRIcontext *dri_ctx, __DRIdrawable *draw,
416 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex.h45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
H A Dintel_screen.h161 extern void intelDestroyContext(__DRIcontext * driContextPriv);
163 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);
169 intelMakeCurrent(__DRIcontext * driContextPriv,
H A Dintel_context.c109 __DRIcontext *driContext = intel->driContext;
197 intel_update_renderbuffers(__DRIcontext *context, __DRIdrawable *drawable)
225 __DRIcontext *driContext = intel->driContext;
278 __DRIcontext *driContext = intel->driContext;
404 __DRIcontext * driContextPriv,
560 intelDestroyContext(__DRIcontext * driContextPriv)
612 intelUnbindContext(__DRIcontext * driContextPriv)
621 intelMakeCurrent(__DRIcontext * driContextPriv,
H A Di830_context.c56 __DRIcontext * driContextPriv,
H A Dintel_syncobj.c235 intel_dri_create_fence(__DRIcontext *ctx)
261 intel_dri_client_wait_sync(__DRIcontext *ctx, void *driver_fence, unsigned flags,
270 intel_dri_server_wait_sync(__DRIcontext *ctx, void *driver_fence, unsigned flags)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.h109 extern void intelDestroyContext(__DRIcontext * driContextPriv);
111 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);
117 intelMakeCurrent(__DRIcontext * driContextPriv,
H A Dintel_tex.h43 void intelSetTexBuffer(__DRIcontext *pDRICtx,
45 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
/external/mesa3d/src/mesa/drivers/dri/common/
H A Ddri_util.h87 __DRIcontext *driContextPriv,
95 void (*DestroyContext)(__DRIcontext *driContextPriv);
106 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
110 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);
242 __DRIcontext *driContextPriv;
H A Ddri_util.c290 static __DRIcontext *
293 __DRIcontext *shared,
299 __DRIcontext *context;
470 static __DRIcontext *
473 __DRIcontext *shared, void *data)
481 static __DRIcontext *
483 __DRIcontext *shared, void *data)
497 driDestroyContext(__DRIcontext *pcp)
506 driCopyContext(__DRIcontext *dest, __DRIcontext *sr
[all...]
/external/mesa3d/src/glx/
H A Ddrisw_priv.h34 __DRIcontext *driContext;
H A Ddri2_priv.h62 __DRIcontext *driContext;
H A Ddri3_priv.h114 __DRIcontext *driContext;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h40 extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
41 extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dradeon_common_context.h377 __DRIcontext *driContext; /* DRI context */
508 __DRIcontext * driContextPriv,
512 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv);
513 void radeon_update_renderbuffers(__DRIcontext *context, __DRIdrawable *drawable,
515 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv,
518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h65 __DRIcontext *cPriv;
69 dri_context(__DRIcontext * driContextPriv)
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h377 __DRIcontext *driContext; /* DRI context */
508 __DRIcontext * driContextPriv,
512 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv);
513 void radeon_update_renderbuffers(__DRIcontext *context, __DRIdrawable *drawable,
515 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv,
518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
H A Dr200_tex.h38 extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
39 extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dr200_context.h628 extern void r200DestroyContext( __DRIcontext *driContextPriv );
631 __DRIcontext *driContextPriv,
638 extern GLboolean r200MakeCurrent( __DRIcontext *driContextPriv,
641 extern GLboolean r200UnbindContext( __DRIcontext *driContextPriv );

Completed in 271 milliseconds

123