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

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_entrypoint.c78 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; local in function:init_glapi_relocs
81 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
82 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
83 curr_func += DISPATCH_FUNCTION_SIZE;
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_entrypoint.c78 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; local in function:init_glapi_relocs
81 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
82 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
83 curr_func += DISPATCH_FUNCTION_SIZE;
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi.c572 GLubyte * curr_func = (GLubyte *) gl_dispatch_functions_start; local in function:init_glapi_relocs
575 while ( curr_func != (GLubyte *) gl_dispatch_functions_end ) {
576 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
577 curr_func += DISPATCH_FUNCTION_SIZE;

Completed in 6 milliseconds