Searched refs:RETURN_DISPATCH (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/hgl/ |
D | GLDispatcher.cpp | 35 #define RETURN_DISPATCH(func, args, msg) \ macro
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_nop.c | 109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0 macro
|
D | glapi_dispatch.c | 63 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ 72 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 126 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 1300 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ macro
|