Home
last modified time | relevance | path

Searched refs:_mesa_init_debug (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddebug.h51 extern void _mesa_init_debug( struct gl_context *ctx );
62 #define _mesa_init_debug( c ) ((void)0) macro
Ddebug.c229 _mesa_init_debug( struct gl_context *ctx ) in _mesa_init_debug() function
Dcontext.c774 _mesa_init_debug( ctx ); in init_attrib_groups()