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

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_entrypoint.c70 char run_time_patch[] = { local
73 GLuint *offset = (GLuint *) &run_time_patch[2]; /* 32-bits for x86/32 */
74 const GLubyte * const get_disp = (const GLubyte *) run_time_patch;
79 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));
/external/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c70 char run_time_patch[] = { local
73 GLuint *offset = (GLuint *) &run_time_patch[2]; /* 32-bits for x86/32 */
74 const GLubyte * const get_disp = (const GLubyte *) run_time_patch;
79 (void) memcpy( curr_func, get_disp, sizeof(run_time_patch));

Completed in 99 milliseconds