Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mapi/
Dtable.c36 static nop_handler_proc nop_handler = NULL; variable
41 nop_handler = func; in table_set_noop_handler()
58 if (nop_handler) { in noop_warn()
59 nop_handler(name); in noop_warn()
/third_party/mesa3d/src/mapi/glapi/
Dglapi_nop.c67 static _glapi_nop_handler_proc nop_handler = NULL; variable
76 nop_handler = func; in _glapi_set_nop_handler()
86 if (nop_handler) in nop()
87 nop_handler(func); in nop()
/third_party/mesa3d/src/mesa/main/
Dcontext.c799 nop_handler(const char *name) in nop_handler() function
927 _glapi_set_nop_handler(nop_handler); in _mesa_alloc_dispatch_table()