Searched refs:nop_handler (Results 1 – 3 of 3) sorted by relevance
33 static nop_handler_proc nop_handler = NULL; variable38 nop_handler = func; in table_set_noop_handler()44 if (nop_handler) { in noop_warn()45 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()
933 nop_handler(const char *name) in nop_handler() function1043 _glapi_set_nop_handler(nop_handler); in _mesa_alloc_dispatch_table()