Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dapi_exec.h46 _mesa_new_nop_table(unsigned numEntries);
Dcontext.c905 _mesa_new_nop_table(unsigned numEntries) in _mesa_new_nop_table() function
940 struct _glapi_table *table = _mesa_new_nop_table(numEntries); in _mesa_alloc_dispatch_table()
/third_party/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp104 nop_table = (_glapi_proc *) _mesa_new_nop_table(size); in SetUp()