OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAPI_TABLE_NUM_SLOTS
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mapi/mapi/
table.h
38
#define
MAPI_TABLE_NUM_SLOTS
(MAPI_TABLE_NUM_STATIC + MAPI_TABLE_NUM_DYNAMIC)
39
#define MAPI_TABLE_SIZE (
MAPI_TABLE_NUM_SLOTS
* sizeof(mapi_func))
mapi.c
39
static const struct mapi_stub *mapi_stub_map[
MAPI_TABLE_NUM_SLOTS
];
mapi_glapi.c
33
#include "mapi/table.h" /* for
MAPI_TABLE_NUM_SLOTS
*/
78
return
MAPI_TABLE_NUM_SLOTS
;
Completed in 409 milliseconds