Home
last modified time | relevance | path

Searched refs:_EGLThreadInfo (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcurrent.c42 static _EGLThreadInfo dummy_thread = _EGL_THREAD_INFO_INITIALIZER;
51 static void (*_egl_FreeTSD)(_EGLThreadInfo *);
54 static __thread const _EGLThreadInfo *_egl_TLS
58 static INLINE void _eglSetTSD(const _EGLThreadInfo *t) in _eglSetTSD()
66 static INLINE _EGLThreadInfo *_eglGetTSD(void) in _eglGetTSD()
69 return (_EGLThreadInfo *) _egl_TLS; in _eglGetTSD()
71 return (_EGLThreadInfo *) pthread_getspecific(_egl_TSD); in _eglGetTSD()
79 _EGLThreadInfo *t = _eglGetTSD(); in _eglFiniTSD()
89 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) in _eglInitTSD() argument
112 static const _EGLThreadInfo *_egl_TSD;
[all …]
Deglcontext.c452 _eglBindContextToThread(_EGLContext *ctx, _EGLThreadInfo *t) in _eglBindContextToThread()
480 _EGLThreadInfo *t = _eglGetCurrentThread(); in _eglCheckMakeCurrent()
563 _EGLThreadInfo *t = _eglGetCurrentThread(); in _eglBindContext()
Degltypedefs.h69 typedef struct _egl_thread_info _EGLThreadInfo; typedef
Deglcurrent.h92 PUBLIC _EGLThreadInfo *
Deglcontext.h48 _EGLThreadInfo *Binding;
Deglapi.c752 _EGLThreadInfo *t = _eglGetCurrentThread(); in eglWaitGL()
852 _EGLThreadInfo *t = _eglGetCurrentThread(); in eglGetError()
1216 _EGLThreadInfo *t = _eglGetCurrentThread(); in eglBindAPI()
1236 _EGLThreadInfo *t = _eglGetCurrentThread(); in eglQueryAPI()
1272 _EGLThreadInfo *t = _eglGetCurrentThread(); in eglReleaseThread()