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

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_getproc.c394 int static_offset; local in function:_glapi_add_dispatch
401 static_offset = get_static_proc_offset(funcName);
403 if (static_offset >= 0) {
411 if ( (offset != ~0) && (static_offset != offset) ) {
415 offset = static_offset;
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_getproc.c394 int static_offset; local in function:_glapi_add_dispatch
401 static_offset = get_static_proc_offset(funcName);
403 if (static_offset >= 0) {
411 if ( (offset != ~0) && (static_offset != offset) ) {
415 offset = static_offset;

Completed in 3 milliseconds