HomeSort by: relevance | last modified time | path
    Searched refs:GLX_USE_TLS (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
glapi_priv.h 65 # if defined(GLX_USE_TLS)
73 # if defined(GLX_USE_TLS)
glapi.c 36 #ifdef GLX_USE_TLS
40 #endif /* GLX_USE_TLS */
glapi_entrypoint.c 41 #if defined( GLX_USE_TLS )
71 #if defined(GLX_USE_TLS) && !defined(GLX_X86_READONLY_TEXT)
124 #if defined(GLX_USE_TLS)
140 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
142 #ifdef GLX_USE_TLS
193 #ifdef GLX_USE_TLS
206 #ifdef GLX_USE_TLS
270 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
277 #ifdef GLX_USE_TLS
341 #if defined(HAVE_PTHREAD) || defined(GLX_USE_TLS)
    [all...]
glapi.h 89 #if defined (GLX_USE_TLS)
114 #endif /* defined (GLX_USE_TLS) */
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
entry.c 49 # ifdef GLX_USE_TLS
54 #elif defined(USE_X86_64_ASM) && defined(__GNUC__) && defined(GLX_USE_TLS)
57 # ifdef GLX_USE_TLS
u_current.h 13 #ifdef GLX_USE_TLS
30 #ifdef GLX_USE_TLS
38 #else /* GLX_USE_TLS */
43 #endif /* GLX_USE_TLS */
68 #if defined(GLX_USE_TLS) && !defined(__NetBSD__)
79 #ifdef GLX_USE_TLS
u_current.c 100 #if defined(GLX_USE_TLS)
123 #endif /* defined(GLX_USE_TLS) */
130 #if !defined(GLX_USE_TLS)
137 #if !defined(GLX_USE_TLS)
237 #if defined(GLX_USE_TLS)
253 #if defined(GLX_USE_TLS)
275 #if defined(GLX_USE_TLS)
289 #if defined(GLX_USE_TLS)
mapi_glapi.c 41 #ifdef GLX_USE_TLS
45 #endif /* GLX_USE_TLS */
  /xsrc/external/mit/xorg-server.old/dist/glx/
glapi.c 76 #if defined(PTHREADS) || defined(GLX_USE_TLS)
105 #if defined(GLX_USE_TLS)
137 #endif /* defined(GLX_USE_TLS) */
156 #if defined(GLX_USE_TLS)
176 #if defined(GLX_USE_TLS)
191 #if defined(PTHREADS) || defined(GLX_USE_TLS)
196 #if defined(GLX_USE_TLS)
215 #if defined(GLX_USE_TLS)
230 #if defined(USE_X64_64_ASM) && defined(GLX_USE_TLS)
233 # if defined(THREADS) && !defined(GLX_USE_TLS)
    [all...]
glapi.h 81 #if defined (GLX_USE_TLS)
102 #endif /* defined (GLX_USE_TLS) */
glthread.h 301 #if defined(GLX_USE_TLS)
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglcurrent.c 47 #ifdef GLX_USE_TLS
55 #ifdef GLX_USE_TLS
62 #ifdef GLX_USE_TLS
  /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
fake_glx_screen.cpp 105 #if !defined(GLX_USE_TLS)
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxcurrent.c 70 # if defined( GLX_USE_TLS )
139 # endif /* defined( GLX_USE_TLS ) */
glxclient.h 663 # if defined( GLX_USE_TLS )
678 # endif /* defined( GLX_USE_TLS ) */
  /xsrc/external/mit/MesaLib.old/dist/src/loader/
loader.c 555 #if GLX_USE_TLS
  /xsrc/external/mit/xorg-server.old/dist/
configure 28260 enableval=$enable_glx_tls; GLX_USE_TLS=$enableval
28261 if test "x$GLX_USE_TLS" = "xyes" && test "${ac_cv_tls}" = "none" ; then
28267 GLX_USE_TLS=no
28269 GLX_USE_TLS=yes
28273 GLX_TLS=${GLX_USE_TLS}
31321 if test "x$GLX_USE_TLS" = xyes ; then
    [all...]

Completed in 29 milliseconds