Searched refs:curr_func (Results 1 – 1 of 1) sorted by relevance
78 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; in init_glapi_relocs() local81 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()