Home
last modified time | relevance | path

Searched refs:radeonDestroyContext (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h123 #define radeonDestroyContext r200_radeonDestroyContext macro
Dradeon_common_context.h518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
Dradeon_common_context.c240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() function
Dradeon_screen.c837 .DestroyContext = radeonDestroyContext,
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h123 #define radeonDestroyContext r200_radeonDestroyContext macro
Dradeon_common_context.h518 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
Dr200_context.c427 radeonDestroyContext(driContextPriv); in r200DestroyContext()
Dradeon_common_context.c240 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() function
Dradeon_screen.c837 .DestroyContext = radeonDestroyContext,