| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_context.h | 49 __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 D | dri_helpers.h | 35 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 D | dri_context.h | 49 __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 D | dri_helpers.h | 72 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 D | intel_tex.h | 42 void intelSetTexBuffer(__DRIcontext *pDRICtx, 44 void intelSetTexBuffer2(__DRIcontext *pDRICtx, 46 void intelReleaseTexBuffer(__DRIcontext *pDRICtx, GLint target,
|
| H A D | intel_screen.h | 125 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 D | brw_tex.h | 42 void brw_set_texbuffer(__DRIcontext *pDRICtx, 44 void brw_set_texbuffer2(__DRIcontext *pDRICtx, 46 void brw_release_texbuffer(__DRIcontext *pDRICtx, GLint target,
|
| H A D | brw_screen.h | 117 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 D | nouveau_context.h | 69 __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 D | nouveau_texture.h | 53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.h | 69 __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 D | nouveau_texture.h | 53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex.h | 45 void intelSetTexBuffer(__DRIcontext *pDRICtx, 47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex.h | 45 void intelSetTexBuffer(__DRIcontext *pDRICtx, 47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.h | 127 __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 D | dri_util.h | 127 __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 D | dri_interface.h | 66 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 D | dri_interface.h | 64 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 D | radeon_tex.h | 40 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 D | swrast_priv.h | 65 __DRIcontext *cPriv; 69 dri_context(__DRIcontext * driContextPriv)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tex.h | 40 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 D | dri2_priv.h | 65 __DRIcontext *driContext;
|
| H A D | drisw_priv.h | 39 __DRIcontext *driContext;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | dri2_priv.h | 66 __DRIcontext *driContext;
|
| H A D | drisw_priv.h | 39 __DRIcontext *driContext;
|