Home
last modified time | relevance | path

Searched refs:_mesa_destroy_context (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h126 _mesa_destroy_context( struct gl_context *ctx );
Dcontext.c1181 _mesa_destroy_context( struct gl_context *ctx ) in _mesa_destroy_context() function
/external/mesa3d/docs/
DRELNOTES-3.5162 gl_destroy_context _mesa_destroy_context
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c249 _mesa_destroy_context(radeon->glCtx); in radeonDestroyContext()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c249 _mesa_destroy_context(radeon->glCtx); in radeonDestroyContext()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c830 _mesa_destroy_context( mesaCtx ); in dri_destroy_context()