Searched defs:DISPATCH (Results 1 - 18 of 18) sorted by last modified time

/external/mesa3d/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
H A Dglapi_nop.c92 #define DISPATCH(func, args, msg) Warn(#func); macro
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c70 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/clang/include/clang/AST/
H A DCommentVisitor.h26 #define DISPATCH(NAME, CLASS) \ macro
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH macro
H A DDataRecursiveASTVisitor.h465 #define DISPATCH(NAME, CLASS, VAR) \ macro
553 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
610 #undef DISPATCH macro
H A DDeclVisitor.h35 #define DISPATCH(NAME, CLASS) \ macro
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH macro
H A DRecursiveASTVisitor.h549 #define DISPATCH(NAME, CLASS, VAR) \ macro
557 #define DISPATCH_STMT(NAME, CLASS, VAR) DISPATCH(NAME, CLASS, VAR)
620 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
676 #undef DISPATCH macro
H A DStmtVisitor.h36 #define DISPATCH(NAME, CLASS) \ macro
46 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
47 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
48 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
49 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
50 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
51 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
52 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
53 case BO_Shl: DISPATCH(BinShl, BinaryOperator);
54 case BO_Shr: DISPATCH(BinSh
167 #undef DISPATCH macro
194 #define DISPATCH macro
213 #undef DISPATCH macro
[all...]
H A DTypeLocVisitor.h22 #define DISPATCH(CLASSNAME) \ macro
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH macro
H A DTypeVisitor.h21 #define DISPATCH(CLASS) \ macro
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c1148 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c70 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h43 * DISPATCH(func, args, msg) - code to do dispatch of named function.
51 * #define DISPATCH(func, args, msg) \
54 * #define RETURN DISPATCH(func, args, msg) \
74 #ifndef DISPATCH
75 #error DISPATCH must be defined
88 DISPATCH(NewList, (list, mode), (F, "glNewList(%d, 0x%x);\n", list, mode));
93 DISPATCH(EndList, (), (F, "glEndList();\n"));
99 DISPATCH(CallList, (list), (F, "glCallList(%d);\n", list));
105 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
111 DISPATCH(DeleteList
9647 # undef DISPATCH macro
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
H A Dxlib.c127 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_dispatch.c63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \ macro
H A Dglapi_nop.c92 #define DISPATCH(func, args, msg) Warn(#func); macro

Completed in 357 milliseconds