OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapi_stub
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
stub.c
41
struct
mapi_stub
{
struct
51
static struct
mapi_stub
dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
74
const struct
mapi_stub
*stub = (const struct
mapi_stub
*) elem;
85
const struct
mapi_stub
*
88
return (const struct
mapi_stub
*) bsearch(name, public_stubs,
95
static struct
mapi_stub
*
98
struct
mapi_stub
*stub;
127
struct
mapi_stub
*
131
struct
mapi_stub
*stub = NULL
[
all
...]
/external/mesa3d/src/mapi/mapi/
stub.c
41
struct
mapi_stub
{
struct
51
static struct
mapi_stub
dynamic_stubs[MAPI_TABLE_NUM_DYNAMIC];
74
const struct
mapi_stub
*stub = (const struct
mapi_stub
*) elem;
85
const struct
mapi_stub
*
88
return (const struct
mapi_stub
*) bsearch(name, public_stubs,
95
static struct
mapi_stub
*
98
struct
mapi_stub
*stub;
127
struct
mapi_stub
*
131
struct
mapi_stub
*stub = NULL
[
all
...]
Completed in 61 milliseconds