Lines Matching defs:func
58 _glapi_set_warning_func(_glapi_proc func)
74 _glapi_set_nop_handler(_glapi_nop_handler_proc func)
76 nop_handler = func;
84 nop(const char *func)
87 nop_handler(func);
107 #define NAME(func) NoOp##func
108 #define DISPATCH(func, args, msg) nop(#func);
109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0