Searched refs:_GLAPI_EXPORT (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi.h57 # define _GLAPI_EXPORT macro
61 # define _GLAPI_EXPORT __declspec(dllexport)
63 # define _GLAPI_EXPORT __declspec(dllimport)
66 # define _GLAPI_EXPORT __attribute__((visibility("default")))
68 # define _GLAPI_EXPORT
86 _GLAPI_EXPORT extern __THREAD_INITIAL_EXEC struct _glapi_table * _glapi_tls_Dispatch;
88 _GLAPI_EXPORT extern __THREAD_INITIAL_EXEC void * _glapi_tls_Context;
91 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
92 _GLAPI_EXPORT extern const void *_glapi_Context;
99 _GLAPI_EXPORT exter
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.h56 # define _GLAPI_EXPORT macro
60 # define _GLAPI_EXPORT __declspec(dllexport)
62 # define _GLAPI_EXPORT __declspec(dllimport)
65 # define _GLAPI_EXPORT __attribute__((visibility("default")))
67 # define _GLAPI_EXPORT
91 _GLAPI_EXPORT extern __thread struct _glapi_table * _glapi_tls_Dispatch
94 _GLAPI_EXPORT extern __thread void * _glapi_tls_Context
97 _GLAPI_EXPORT extern const struct _glapi_table *_glapi_Dispatch;
98 _GLAPI_EXPORT extern const void *_glapi_Context;
105 _GLAPI_EXPORT exter
[all...]
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.h53 _GLAPI_EXPORT struct _glapi_table *
59 _GLAPI_EXPORT void *

Completed in 3 milliseconds