Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c78 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; in init_glapi_relocs() local
81 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) { in init_glapi_relocs()
82 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch)); in init_glapi_relocs()
83 curr_func += DISPATCH_FUNCTION_SIZE; in init_glapi_relocs()