Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dcontext.h91 _mesa_new_nop_table(unsigned numEntries, bool glthread);
Dcontext.c860 _mesa_new_nop_table(unsigned numEntries, bool glthread) in _mesa_new_nop_table() function
902 struct _glapi_table *table = _mesa_new_nop_table(numEntries, glthread); in _mesa_alloc_dispatch_table()