OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dispatch_stub
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_getproc.c
181
_glapi_proc
dispatch_stub
;
member in struct:_glapi_function
222
return f->
dispatch_stub
;
298
entry->
dispatch_stub
= entrypoint;
316
fill_in_entrypoint_offset(entry->
dispatch_stub
, offset);
539
return entry->
dispatch_stub
;
/external/mesa3d/src/mapi/glapi/
glapi_getproc.c
181
_glapi_proc
dispatch_stub
;
member in struct:_glapi_function
222
return f->
dispatch_stub
;
298
entry->
dispatch_stub
= entrypoint;
316
fill_in_entrypoint_offset(entry->
dispatch_stub
, offset);
539
return entry->
dispatch_stub
;
Completed in 2184 milliseconds