OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_offset
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mapi/glapi/
glapi_getproc.c
395
int
static_offset
;
local
402
static_offset
= get_static_proc_offset(funcName);
404
if (
static_offset
>= 0) {
412
if ( (offset != ~0) && (
static_offset
!= offset) ) {
416
offset =
static_offset
;
Completed in 60 milliseconds