Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c73 char run_time_patch[] = { in init_glapi_relocs() local
76 GLuint *offset = (GLuint *) &run_time_patch[2]; /* 32-bits for x86/32 */ in init_glapi_relocs()
77 const GLubyte * const get_disp = (const GLubyte *) run_time_patch; in init_glapi_relocs()
82 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch)); in init_glapi_relocs()