HomeSort by relevance Sort by last modified time
    Searched refs:ContextTSD (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 109 static pthread_key_t ContextTSD;
121 if (pthread_key_create(&ContextTSD, NULL) != 0) {
131 pthread_setspecific(ContextTSD, c);
141 v = pthread_getspecific(ContextTSD);
  /external/mesa3d/src/glx/
glxcurrent.c 109 static pthread_key_t ContextTSD;
121 if (pthread_key_create(&ContextTSD, NULL) != 0) {
131 pthread_setspecific(ContextTSD, c);
141 v = pthread_getspecific(ContextTSD);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 165 static _glthread_TSD ContextTSD; /**< Per-thread context pointer */
177 _glthread_SetTSD(&ContextTSD, c);
275 return (GLXContext) _glthread_GetTSD(&ContextTSD);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 165 static _glthread_TSD ContextTSD; /**< Per-thread context pointer */
177 _glthread_SetTSD(&ContextTSD, c);
275 return (GLXContext) _glthread_GetTSD(&ContextTSD);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 89 static pipe_tsd ContextTSD;
95 pipe_tsd_set(&ContextTSD, c);
102 return pipe_tsd_get(&ContextTSD);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 89 static pipe_tsd ContextTSD;
95 pipe_tsd_set(&ContextTSD, c);
102 return pipe_tsd_get(&ContextTSD);
    [all...]

Completed in 542 milliseconds