Searched refs:nop_handler (Results 1 – 3 of 3) sorted by relevance
36 static nop_handler_proc nop_handler = NULL; variable41 nop_handler = func; in table_set_noop_handler()58 if (nop_handler) { in noop_warn()59 nop_handler(name); in noop_warn()
67 static _glapi_nop_handler_proc nop_handler = NULL; variable76 nop_handler = func; in _glapi_set_nop_handler()86 if (nop_handler) in nop()87 nop_handler(func); in nop()
799 nop_handler(const char *name) in nop_handler() function927 _glapi_set_nop_handler(nop_handler); in _mesa_alloc_dispatch_table()