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.c141 __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/
Dintel_context.c407 __DRIcontext * driContextPriv, in intelInitContext()
559 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext()
611 intelUnbindContext(__DRIcontext * driContextPriv) in intelUnbindContext()
620 intelMakeCurrent(__DRIcontext * driContextPriv, in intelMakeCurrent()
Di830_context.c56 __DRIcontext * driContextPriv, in i830CreateContext()
Di915_context.c159 __DRIcontext * driContextPriv, in i915CreateContext()
Dintel_screen.c957 __DRIcontext * driContextPriv, in intelCreateContext()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.h63 dri_context(__DRIcontext * driContextPriv) in dri_context()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c939 __DRIcontext *driContextPriv, in brwCreateContext()
1181 intelDestroyContext(__DRIcontext * driContextPriv) in intelDestroyContext()
1257 intelUnbindContext(__DRIcontext * driContextPriv) in intelUnbindContext()
1321 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.h284 __DRIcontext *driContextPriv; member