Searched refs:__declspec (Results 1 - 25 of 135) sorted by relevance

123456

/xsrc/external/mit/freetype/dist/include/freetype/config/
H A Dpublic-macros.h69 #define FT_PUBLIC_FUNCTION_ATTRIBUTE __declspec( dllexport )
71 #define FT_PUBLIC_FUNCTION_ATTRIBUTE __declspec( dllimport )
/xsrc/external/mit/libepoxy/dist/include/epoxy/
H A Dcommon.h42 # define EPOXY_PUBLIC __declspec(dllimport) extern
H A Dgl.h75 #define KHRONOS_APICALL __declspec(dllimport) __stdcall
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi.h61 # define _GLAPI_EXPORT __declspec(dllexport)
63 # define _GLAPI_EXPORT __declspec(dllimport)
83 extern __declspec(thread) struct _glapi_table * _glapi_tls_Dispatch;
84 extern __declspec(thread) void * _glapi_tls_Context;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_compiler.h140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_compiler.h140 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
141 #define PIPE_ALIGN_VAR(_alignment) __declspec(align(_alignment))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsparse_array.h92 __declspec(align(8))
H A Dmacros.h229 # define NORETURN __declspec(noreturn)
238 #define ALIGN16 __declspec(align(16))
280 # define PUBLIC __declspec(dllexport)
325 #define ATTRIBUTE_NOINLINE __declspec(noinline)
H A Dralloc.c47 __declspec(align(16))
49 __declspec(align(8))
559 __declspec(align(8))
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.h60 # define _GLAPI_EXPORT __declspec(dllexport)
62 # define _GLAPI_EXPORT __declspec(dllimport)
/xsrc/external/mit/brotli/dist/c/include/brotli/
H A Dport.h263 #define BROTLI_COMMON_API __declspec(dllexport)
265 #define BROTLI_COMMON_API __declspec(dllimport)
268 #define BROTLI_DEC_API __declspec(dllexport)
270 #define BROTLI_DEC_API __declspec(dllimport)
273 #define BROTLI_ENC_API __declspec(dllexport)
275 #define BROTLI_ENC_API __declspec(dllimport)
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvm_basic_types.h142 #define NORETURN_DECL(_fndecl) __declspec(noreturn) _fndecl
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h33 #define SWR_VISIBLE __declspec(dllexport)
50 #define OSALIGN(RWORD, WIDTH) __declspec(align(WIDTH)) RWORD
150 #define __declspec(x) __declspec_##x macro
160 #define __declspec(X) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h33 #define SWR_VISIBLE __declspec(dllexport)
55 #define OSALIGN(RWORD, WIDTH) __declspec(align(WIDTH)) RWORD
192 #define __declspec(x) __declspec_##x macro
202 #define __declspec(X) macro
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dftzconf.h189 # define ZEXPORT(x) x __declspec(dllexport) WINAPI
190 # define ZEXPORTRVA(x) x __declspec(dllexport) WINAPIV
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h177 # define NORETURN __declspec(noreturn)
225 # define PUBLIC __declspec(dllexport)
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-compiler.h78 # define noinline __declspec(noinline)
179 static __declspec(thread) type name;
/xsrc/external/mit/libepoxy/dist/test/
H A Dwgl_per_context_funcptrs.c50 #define OVERRIDE_API(type) __declspec(dllexport) type __stdcall
/xsrc/external/mit/MesaLib.old/dist/include/KHR/
H A Dkhrplatform.h101 # define KHRONOS_APICALL __declspec(dllimport)
/xsrc/external/mit/MesaLib/dist/include/KHR/
H A Dkhrplatform.h107 # define KHRONOS_APICALL __declspec(dllimport)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutwin32.h59 #define WINMMAPI __declspec(dllimport)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h317 #define ALIGN16 __declspec(align(16))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_debug_util.h310 # define ALIGN16(type, array) type array __declspec(align(16)) /* GH: Does this work? */
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_common.c213 __declspec(allocate(".CRT$XCU")) static int (* _array ## _func)(void) = _func ## _wrapper;
219 __declspec(allocate(".CRT$XCU")) static int (* _array ## _func)(void) = _func ## _constructor;
/xsrc/external/mit/glu/dist/include/GL/
H A Dglu.h50 # define GLAPI __declspec(dllexport)
54 # define GLAPI __declspec(dllimport)

Completed in 40 milliseconds

123456