Home
last modified time | relevance | path

Searched defs:driContextPriv (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c135 __DRIcontext * driContextPriv, in radeonInitContext()
240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext()
294 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv) in radeonUnbindContext()
578 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, in radeonMakeCurrent()
Dradeon_context.c142 __DRIcontext *driContextPriv, in r100CreateContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c135 __DRIcontext * driContextPriv, in radeonInitContext()
240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext()
294 GLboolean radeonUnbindContext(__DRIcontext * driContextPriv) in radeonUnbindContext()
578 GLboolean radeonMakeCurrent(__DRIcontext * driContextPriv, in radeonMakeCurrent()
Dr200_context.c176 __DRIcontext *driContextPriv, in r200CreateContext()
409 void r200DestroyContext( __DRIcontext *driContextPriv ) in r200DestroyContext()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c57 __DRIcontext * driContextPriv, in i830CreateContext()
Dintel_context.c407 __DRIcontext * driContextPriv, in intelInitContext()
563 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext()
615 intelUnbindContext(__DRIcontext * driContextPriv) in intelUnbindContext()
624 intelMakeCurrent(__DRIcontext * driContextPriv, in intelMakeCurrent()
Di915_context.c160 __DRIcontext * driContextPriv, in i915CreateContext()
Dintel_screen.c960 __DRIcontext * driContextPriv, in intelCreateContext()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.h63 dri_context(__DRIcontext * driContextPriv) in dri_context()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c846 __DRIcontext *driContextPriv, in brwCreateContext()
1075 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext()
1143 intelUnbindContext(__DRIcontext * driContextPriv) in intelUnbindContext()
1204 intelMakeCurrent(__DRIcontext * driContextPriv, in intelMakeCurrent()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast_priv.h69 dri_context(__DRIcontext * driContextPriv) in dri_context()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h276 __DRIcontext *driContextPriv; member