Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h175 #define radeonDestroyContext r200_radeonDestroyContext macro
Dradeon_common_context.h500 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
Dradeon_common_context.c241 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() function
Dradeon_screen.c862 .DestroyContext = radeonDestroyContext,
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h175 #define radeonDestroyContext r200_radeonDestroyContext macro
Dradeon_common_context.h500 extern void radeonDestroyContext(__DRIcontext * driContextPriv);
Dr200_context.c412 radeonDestroyContext(driContextPriv); in r200DestroyContext()
Dradeon_common_context.c241 void radeonDestroyContext(__DRIcontext *driContextPriv ) in radeonDestroyContext() function
Dradeon_screen.c862 .DestroyContext = radeonDestroyContext,