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

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_entrypoint.c75 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; local
78 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
79 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
80 curr_func += DISPATCH_FUNCTION_SIZE;
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c75 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; local
78 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
79 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
80 curr_func += DISPATCH_FUNCTION_SIZE;

Completed in 100 milliseconds