/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_context.h | 63 dri_context(__DRIcontext * driContextPriv) in dri_context() argument 65 if (!driContextPriv) in dri_context() 67 return (struct dri_context *)driContextPriv->driverPrivate; in dri_context() 73 void dri_destroy_context(__DRIcontext * driContextPriv); 75 boolean dri_unbind_context(__DRIcontext * driContextPriv); 78 dri_make_current(__DRIcontext * driContextPriv, 88 __DRIcontext * driContextPriv,
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 87 __DRIcontext *driContextPriv, 95 void (*DestroyContext)(__DRIcontext *driContextPriv); 106 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, 110 GLboolean (*UnbindContext)(__DRIcontext *driContextPriv); 242 __DRIcontext *driContextPriv; member
|
D | dri_util.c | 546 pdp->driContextPriv = pcp; in driBindContext() 657 pdraw->driContextPriv = NULL; in driCreateNewDrawable()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common_context.c | 135 __DRIcontext * driContextPriv, in radeonInitContext() argument 138 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in radeonInitContext() 160 driContextPriv->driverPrivate = radeon; in radeonInitContext() 165 radeon->driContext = driContextPriv; in radeonInitContext() 240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() argument 246 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate; in radeonDestroyContext() 294 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv) in radeonUnbindContext() argument 296 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate; in radeonUnbindContext() 578 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, in radeonMakeCurrent() argument 586 if (driContextPriv) in radeonMakeCurrent() [all …]
|
D | radeon_common_context.h | 508 __DRIcontext * driContextPriv, 512 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv); 515 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, 518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
|
D | radeon_context.c | 142 __DRIcontext *driContextPriv, in r100CreateContext() argument 150 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in r100CreateContext() 169 assert(driContextPriv); in r100CreateContext() 205 glVisual, driContextPriv, in r100CreateContext()
|
D | radeon_context.h | 454 __DRIcontext *driContextPriv,
|
D | radeon_screen.c | 183 rmesa = (radeonContextPtr) drawable->driContextPriv->driverPrivate; in radeonDRI2Flush()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common_context.c | 135 __DRIcontext * driContextPriv, in radeonInitContext() argument 138 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in radeonInitContext() 160 driContextPriv->driverPrivate = radeon; in radeonInitContext() 165 radeon->driContext = driContextPriv; in radeonInitContext() 240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() argument 246 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate; in radeonDestroyContext() 294 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv) in radeonUnbindContext() argument 296 radeonContextPtr radeon = (radeonContextPtr) driContextPriv->driverPrivate; in radeonUnbindContext() 578 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, in radeonMakeCurrent() argument 586 if (driContextPriv) in radeonMakeCurrent() [all …]
|
D | r200_context.c | 176 __DRIcontext *driContextPriv, in r200CreateContext() argument 184 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in r200CreateContext() 203 assert(driContextPriv); in r200CreateContext() 242 glVisual, driContextPriv, in r200CreateContext() 417 void r200DestroyContext( __DRIcontext *driContextPriv ) in r200DestroyContext() argument 420 r200ContextPtr rmesa = (r200ContextPtr)driContextPriv->driverPrivate; in r200DestroyContext() 427 radeonDestroyContext(driContextPriv); in r200DestroyContext()
|
D | radeon_common_context.h | 508 __DRIcontext * driContextPriv, 512 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv); 515 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, 518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
|
D | r200_context.h | 628 extern void r200DestroyContext( __DRIcontext *driContextPriv ); 631 __DRIcontext *driContextPriv, 638 extern GLboolean r200MakeCurrent( __DRIcontext *driContextPriv, 641 extern GLboolean r200UnbindContext( __DRIcontext *driContextPriv );
|
D | radeon_screen.c | 183 rmesa = (radeonContextPtr) drawable->driContextPriv->driverPrivate; in radeonDRI2Flush()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 404 __DRIcontext * driContextPriv, in intelInitContext() argument 411 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in intelInitContext() 416 if (!driContextPriv->driScreenPriv->dri2.useInvalidate) in intelInitContext() 432 driContextPriv->driverPrivate = intel; in intelInitContext() 433 intel->driContext = driContextPriv; in intelInitContext() 560 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext() argument 563 (struct intel_context *) driContextPriv->driverPrivate; in intelDestroyContext() 607 driContextPriv->driverPrivate = NULL; in intelDestroyContext() 612 intelUnbindContext(__DRIcontext * driContextPriv) in intelUnbindContext() argument 621 intelMakeCurrent(__DRIcontext * driContextPriv, in intelMakeCurrent() argument [all …]
|
D | intel_screen.h | 161 extern void intelDestroyContext(__DRIcontext * driContextPriv); 163 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv); 169 intelMakeCurrent(__DRIcontext * driContextPriv,
|
D | i830_context.c | 56 __DRIcontext * driContextPriv, in i830CreateContext() argument 78 mesaVis, driContextPriv, in i830CreateContext()
|
D | intel_screen.c | 931 __DRIcontext *driContextPriv, 941 __DRIcontext *driContextPriv, 951 __DRIcontext * driContextPriv, in intelCreateContext() argument 961 __DRIscreen *sPriv = driContextPriv->driScreenPriv; in intelCreateContext() 975 success = i915CreateContext(api, mesaVis, driContextPriv, in intelCreateContext() 980 success = i830CreateContext(api, mesaVis, driContextPriv, in intelCreateContext() 988 if (driContextPriv->driverPrivate != NULL) in intelCreateContext() 989 intelDestroyContext(driContextPriv); in intelCreateContext()
|
D | i915_context.c | 154 __DRIcontext * driContextPriv, in i915CreateContext() argument 176 mesaVis, driContextPriv, in i915CreateContext()
|
D | i830_context.h | 183 __DRIcontext * driContextPriv,
|
D | i915_context.h | 317 __DRIcontext * driContextPriv,
|
D | intel_context.h | 353 __DRIcontext * driContextPriv,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.h | 109 extern void intelDestroyContext(__DRIcontext * driContextPriv); 111 extern GLboolean intelUnbindContext(__DRIcontext * driContextPriv); 117 intelMakeCurrent(__DRIcontext * driContextPriv,
|
D | brw_context.c | 931 __DRIcontext *driContextPriv, in brwCreateContext() argument 940 struct intel_screen *screen = driContextPriv->driScreenPriv->driverPrivate; in brwCreateContext() 965 driContextPriv->driverPrivate = brw; in brwCreateContext() 966 brw->driContext = driContextPriv; in brwCreateContext() 1021 intelDestroyContext(driContextPriv); in brwCreateContext() 1080 intelDestroyContext(driContextPriv); in brwCreateContext() 1087 intelDestroyContext(driContextPriv); in brwCreateContext() 1149 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext() argument 1152 (struct brw_context *) driContextPriv->driverPrivate; in intelDestroyContext() 1218 driContextPriv->driverPrivate = NULL; in intelDestroyContext() [all …]
|
D | brw_context.h | 1231 __DRIcontext *driContextPriv,
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast_priv.h | 69 dri_context(__DRIcontext * driContextPriv) in dri_context() argument 71 return (struct dri_context *)driContextPriv->driverPrivate; in dri_context()
|