HomeSort by relevance Sort by last modified time
    Searched refs:__DRIcontext (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/mesa3d/src/gallium/state_trackers/dri/
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,
dri_context.c 44 __DRIcontext * cPriv,
171 dri_destroy_context(__DRIcontext * cPriv)
193 dri_unbind_context(__DRIcontext * cPriv)
215 dri_make_current(__DRIcontext * cPriv,
dri_drawable.h 119 dri_flush(__DRIcontext *cPriv,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 67 typedef struct __DRIcontextRec __DRIcontext;
217 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
241 void (*setTexBuffer)(__DRIcontext *pDRICtx,
251 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
261 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
303 void (*throttle)(__DRIcontext *ctx,
580 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
582 __DRIcontext *shared,
585 int (*copyContext)(__DRIcontext *dest,
586 __DRIcontext *src
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 60 typedef struct __DRIcontextRec __DRIcontext;
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 *ctx, void *fence, unsigned flags)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 69 __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);
nouveau_texture.h 53 nouveau_set_texbuffer(__DRIcontext *dri_ctx,
nouveau_context.c 53 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/
intel_tex.h 45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
intel_screen.h 161 extern void intelDestroyContext(__DRIcontext * driContextPriv);
163 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);
169 intelMakeCurrent(__DRIcontext * driContextPriv,
intel_context.c 109 __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,
i830_context.c 56 __DRIcontext * driContextPriv,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_screen.h 109 extern void intelDestroyContext(__DRIcontext * driContextPriv);
111 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv);
117 intelMakeCurrent(__DRIcontext * driContextPriv,
intel_tex.h 43 void intelSetTexBuffer(__DRIcontext *pDRICtx,
45 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 61 typedef struct __DRIcontextRec __DRIcontext;
228 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
245 void (*setTexBuffer)(__DRIcontext *pDRICtx,
255 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
523 __DRIcontext *(*createNewContext)(__DRIscreen *screen,
525 __DRIcontext *shared,
528 int (*copyContext)(__DRIcontext *dest,
529 __DRIcontext *src,
532 void (*destroyContext)(__DRIcontext *context);
534 int (*bindContext)(__DRIcontext *ctx
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 87 __DRIcontext *driContextPriv,
95 void (*DestroyContext)(__DRIcontext *driContextPriv);
106 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv,
110 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv);
242 __DRIcontext *driContextPriv;
dri_util.c 290 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 *src, unsigned long mask
    [all...]
  /external/mesa3d/src/glx/
drisw_priv.h 34 __DRIcontext *driContext;
dri2_priv.h 62 __DRIcontext *driContext;
dri3_priv.h 114 __DRIcontext *driContext;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
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,
radeon_common_context.h 377 __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/
swrast_priv.h 65 __DRIcontext *cPriv;
69 dri_context(__DRIcontext * driContextPriv)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.h 38 extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
39 extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
r200_context.h 628 extern void r200DestroyContext( __DRIcontext *driContextPriv );
631 __DRIcontext *driContextPriv,
638 extern GLboolean r200MakeCurrent( __DRIcontext *driContextPriv,
641 extern GLboolean r200UnbindContext( __DRIcontext *driContextPriv );

Completed in 2554 milliseconds

1 2 3