HomeSort by relevance Sort by last modified time
    Searched refs:nop_handler (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mapi/
table.c 33 static nop_handler_proc nop_handler = NULL; variable
38 nop_handler = func;
44 if (nop_handler) {
45 nop_handler(name);
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 67 static _glapi_nop_handler_proc nop_handler = NULL; variable
76 nop_handler = func;
86 if (nop_handler)
87 nop_handler(func);
  /external/mesa3d/src/mesa/main/
context.c 923 nop_handler(const char *name) function
948 /* don't record an error like we do in nop_handler() */
996 * functions will call nop_handler() above.
    [all...]

Completed in 160 milliseconds