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

12345

/xsrc/external/mit/MesaLib.old/dist/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_helpers.h35 dri2_create_image_from_renderbuffer(__DRIcontext *context,
39 dri2_create_image_from_renderbuffer2(__DRIcontext *context,
47 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.h49 __DRIcontext *cPriv;
69 dri_context(__DRIcontext * driContextPriv)
79 void dri_destroy_context(__DRIcontext * driContextPriv);
81 boolean dri_unbind_context(__DRIcontext * driContextPriv);
84 dri_make_current(__DRIcontext * driContextPriv,
94 __DRIcontext * driContextPriv,
H A Ddri_helpers.h72 dri2_create_image_from_renderbuffer(__DRIcontext *context,
76 dri2_create_image_from_renderbuffer2(__DRIcontext *context,
84 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex.h42 void intelSetTexBuffer(__DRIcontext *pDRICtx,
44 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
46 void intelReleaseTexBuffer(__DRIcontext *pDRICtx, GLint target,
H A Dintel_screen.h125 extern void intelDestroyContext(__DRIcontext * driContextPriv);
127 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);
133 intelMakeCurrent(__DRIcontext * driContextPriv,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex.h42 void brw_set_texbuffer(__DRIcontext *pDRICtx,
44 void brw_set_texbuffer2(__DRIcontext *pDRICtx,
46 void brw_release_texbuffer(__DRIcontext *pDRICtx, GLint target,
H A Dbrw_screen.h117 extern void brw_destroy_context(__DRIcontext *driContextPriv);
119 extern GLboolean brw_unbind_context(__DRIcontext *driContextPriv);
125 brw_make_current(__DRIcontext *driContextPriv,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h69 __DRIcontext *dri_context;
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 Dnouveau_texture.h53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h69 __DRIcontext *dri_context;
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 Dnouveau_texture.h53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex.h45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex.h45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h127 __DRIcontext *driContextPriv,
132 void (*DestroyContext)(__DRIcontext *driContextPriv);
143 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
147 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);
284 __DRIcontext *driContextPriv;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h127 __DRIcontext *driContextPriv,
132 void (*DestroyContext)(__DRIcontext *driContextPriv);
143 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
147 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);
284 __DRIcontext *driContextPriv;
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h66 typedef struct __DRIcontextRec __DRIcontext; typedef in typeref:struct:__DRIcontextRec
222 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
246 void (*setTexBuffer)(__DRIcontext *pDRICtx,
258 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
270 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
321 void (*flush_with_flags)(__DRIcontext *ctx,
338 void (*throttle)(__DRIcontext *ctx,
392 void *(*create_fence)(__DRIcontext *ctx);
414 GLboolean (*client_wait_sync)(__DRIcontext *ctx, void *fence,
429 void (*server_wait_sync)(__DRIcontext *ct
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h64 typedef struct __DRIcontextRec __DRIcontext; typedef in typeref:struct:__DRIcontextRec
201 void (*setTexBuffer)(__DRIcontext *pDRICtx,
213 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
225 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
276 void (*flush_with_flags)(__DRIcontext *ctx,
293 void (*throttle)(__DRIcontext *ctx,
347 void *(*create_fence)(__DRIcontext *ctx);
369 unsigned char (*client_wait_sync)(__DRIcontext *ctx, void *fence,
384 void (*server_wait_sync)(__DRIcontext *ctx, void *fence, unsigned flags);
407 void *(*create_fence_fd)(__DRIcontext *ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/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,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast_priv.h65 __DRIcontext *cPriv;
69 dri_context(__DRIcontext * driContextPriv)
/xsrc/external/mit/MesaLib/dist/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,
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_priv.h65 __DRIcontext *driContext;
H A Ddrisw_priv.h39 __DRIcontext *driContext;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_priv.h66 __DRIcontext *driContext;
H A Ddrisw_priv.h39 __DRIcontext *driContext;

Completed in 14 milliseconds

12345