Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dlight.h107 extern void _mesa_free_lighting_data( struct gl_context *ctx );
115 #define _mesa_free_lighting_data( c ) ((void)0) macro
Dlight.c1226 _mesa_free_lighting_data( struct gl_context *ctx ) in _mesa_free_lighting_data() function
Dcontext.c1128 _mesa_free_lighting_data( ctx ); in _mesa_free_context_data()