Home
last modified time | relevance | path

Searched refs:MAPI_TABLE_NUM_SLOTS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/
Dmapi_glapi.c78 return MAPI_TABLE_NUM_SLOTS; in _glapi_get_dispatch_table_size()
244 if (num_entries > MAPI_TABLE_NUM_SLOTS) in _glapi_new_nop_table()
245 num_entries = MAPI_TABLE_NUM_SLOTS; in _glapi_new_nop_table()
Dtable.h37 #define MAPI_TABLE_NUM_SLOTS (MAPI_TABLE_NUM_STATIC + MAPI_TABLE_NUM_DYNAMIC) macro
38 #define MAPI_TABLE_SIZE (MAPI_TABLE_NUM_SLOTS * sizeof(mapi_func))